diff --git a/restic-cron b/restic-cron index 3785e56..2cfb497 100755 --- a/restic-cron +++ b/restic-cron @@ -25,7 +25,7 @@ export SSH_AGENT_PID=$(pidof ssh-agent) RESTIC_BACKUP_OPTIONS="--exclude-file=$HOME/.config/restic/exclude --cleanup-cache" RESTIC_FORGET_OPTIONS="--keep-weekly=4 --keep-monthly=12 --keep-yearly=60" RESTIC_DIR="$HOME" -export RESTIC_REPOSITORY="sftp://void//media/Backup/entropy" +export RESTIC_REPOSITORY="sftp://void//media/Backup/paul/restic-laptops" # Start the backup by asking for the passphrase notify "Starting backup…"