diff --git a/restic_backup.sh b/restic_backup.sh index 7e256a5..684d601 100755 --- a/restic_backup.sh +++ b/restic_backup.sh @@ -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"