1
1
Fork 0

fixed a bug where the password file and repo were given twice

This commit is contained in:
david 2021-02-20 15:43:10 +01:00
parent ba4a05e2e1
commit a464b7ef84
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ PASSWORD="/root/.restic-password"
REPO="sftp:remote-server.tld:/path/to/repository"
KEEP=30
BIN="/usr/bin/restic"
OPTIONS="-p $PASSWORD -r $REPO -q"
OPTIONS="-q"
# **** START ****