1
1
Fork 0

changed the example repo in restic_backup.sh

This commit is contained in:
david 2021-02-10 19:13:14 +01:00
parent 2622223ee4
commit ba4a05e2e1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
# **** CONFIG ****
PASSWORD="/root/.restic-password"
REPO="sftp:jupiter.socialner.ds:/srv/storage/restic-repositories/hood"
REPO="sftp:remote-server.tld:/path/to/repository"
KEEP=30
BIN="/usr/bin/restic"
OPTIONS="-p $PASSWORD -r $REPO -q"