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 \