From 855da9436bd9c35c0c482179e94f0064c0feed99 Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Wed, 25 Nov 2020 15:00:28 +0100 Subject: [PATCH] update env example --- restic/.bin/restic_common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/restic/.bin/restic_common b/restic/.bin/restic_common index 7856918..a80bfee 100755 --- a/restic/.bin/restic_common +++ b/restic/.bin/restic_common @@ -11,8 +11,10 @@ read_config() { #KEEP_WEEKS=8 #KEEP_MONTHS=12 #KEEP_YEARS=3 - #RESTIC_REPOSITORY="b2:backup" #RESTIC_PASSWORD="PASSWORD" + #RESTIC_REPOSITORY="sftp://foo@${BACKUP_SERVER}:22//home/bar" + # or for b2 + #RESTIC_REPOSITORY="b2:backup" #B2_ACCOUNT_ID="ID" #B2_ACCOUNT_KEY="KEY"