1
1
Fork 0

fixed typo

This commit is contained in:
david 2023-09-20 10:48:59 +02:00
parent ec913db275
commit 897c773468
1 changed files with 2 additions and 2 deletions

View File

@ -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"