From 101ccb1c518b1cec8f37ef16920140ea000a925e Mon Sep 17 00:00:00 2001 From: St33v Date: Sun, 8 Sep 2019 13:04:24 +1000 Subject: Added ARGV encryption none --- borgAuto.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 borgAuto.sh (limited to 'borgAuto.sh') diff --git a/borgAuto.sh b/borgAuto.sh old mode 100644 new mode 100755 index e7192ad..b33cb12 --- a/borgAuto.sh +++ b/borgAuto.sh @@ -2,14 +2,14 @@ # 8 Sept 2019 SJ Pratt # Copied from https://blog.andrewkeech.com/posts/170718_borg.html # the envvar $REPONAME is something you should just hardcode -export REPOSITORY="/mnt/bak/borg" +export REPOSITORY="/mnt/bak/st33vHome" # Fill in your password here, borg picks it up automatically -export BORG_PASSPHRASE="" +#export BORG_PASSPHRASE="" # Backup all of /home except a few excluded directories and files -borg create -v --stats --compression lz4 \ - $REPOSITORY::'{hostname}-{now:%Y-%m-%dT%H:%M}' /home \ +borg create -v --stats -e none --compression lz4 \ + $REPOSITORY::'{hostname}-{now:%Y-%m-%dT%H:%M}' /home/st33v \ --exclude '/home/*/.cache' \ --exclude '/home/$USER/cargo' \ --exclude '/home/lost+found' \ -- cgit v1.3