diff --git a/restic_backup.sh b/restic_backup.sh index 20590de..2cd5783 100755 --- a/restic_backup.sh +++ b/restic_backup.sh @@ -6,14 +6,14 @@ # license: MIT # description: a simple script to automate the restic backup utility. # i created this for my personal use, though you are very -# welcome reuse and improve. +# welcome to reuse and improve. # **** CONFIG **** PASSWORD="/root/.restic-password" REPO="sftp:remote-server.tld:/path/to/repository" KEEP=30 -BIN="/usr/bin/restic" +BIN="/usr/bin/restic" OPTIONS="-q"