From 29a9f2579d014bf0e6e9f4ac268321d6179336fb Mon Sep 17 00:00:00 2001 From: Raine Date: Wed, 18 Oct 2023 23:04:18 +0200 Subject: [PATCH] fix: typo --- skel/opt/scripts/restic/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel/opt/scripts/restic/backup.sh b/skel/opt/scripts/restic/backup.sh index 871f214..89252ca 100644 --- a/skel/opt/scripts/restic/backup.sh +++ b/skel/opt/scripts/restic/backup.sh @@ -6,7 +6,7 @@ ntfy() { ntfy -m "performing backup..." if restic \ - -r "/mnt/backup/restic/$(hostname)" \ + -r "/mnt/backups/restic/$(hostname)" \ -p "/etc/ixvd/secrets/restic/$(hostname).secret" \ backup \ --tag auto \