diff --git a/.local/bin/scripts/barg b/.local/bin/scripts/barg new file mode 100755 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/bin/scripts/barg @@ -0,0 +1,6 @@ +#!/bin/sh +# Backup root filesystem with borg +cd / +sudo borg create --progress --stats \ + $(echo $IGNOREDIRS_PURE -x 'software-challenge/*/build' -x 'emacs/.local' | sed 's|-x \([^ ]\+\)|-e */\1 -e \1|g') \ + /mnt/backup/borg::$(hostname)-system-$(date -u +"%y%m%d") etc home root