From 81965d8895d82a595c43d6f6cca384cce039a72c Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Wed, 12 Feb 2020 20:50:09 +0100 Subject: [PATCH] Update the Restic repository path --- restic-cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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…"