From ba4a05e2e1e01280b122b2c60e8ea0ff1b49a4be Mon Sep 17 00:00:00 2001 From: david Date: Wed, 10 Feb 2021 19:13:14 +0100 Subject: [PATCH] changed the example repo in restic_backup.sh --- restic_backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"