From 897c773468ae5fa5986c215db5d0c0ea80a65932 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 20 Sep 2023 10:48:59 +0200 Subject: [PATCH] fixed typo --- restic_backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"