diff --git a/home/scripts/files/backup.sh b/home/scripts/files/backup.sh index 0e5d959..e1d2aa5 100755 --- a/home/scripts/files/backup.sh +++ b/home/scripts/files/backup.sh @@ -27,6 +27,12 @@ echo "$ZFS_PASSPHRASE" | ssh vault /home/server/Storage/Thomas/Scripts/Mount/bor # Run the backups # ########################################## +echo -e '\n\n\n' +echo "Running secrets Backups" +borg create -s --progress \ + /home/server/Backups/Secrets::'{hostname}-{now}' \ + /home/server/.secrets + echo -e '\n\n\n' echo "Running dotfiles Backups" borg create -s --progress \