Update the Restic repository path

This commit is contained in:
Paul van Tilburg 2020-02-12 20:50:09 +01:00
parent 6be10b2648
commit 81965d8895
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 1 additions and 1 deletions

View File

@ -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…"