diff --git a/skel/opt/scripts/restic/backup.sh b/skel/opt/scripts/restic/backup.sh index f04f17b..798f4d5 100644 --- a/skel/opt/scripts/restic/backup.sh +++ b/skel/opt/scripts/restic/backup.sh @@ -7,7 +7,7 @@ ntfy() { ntfy -m "performing backup..." if restic \ -r "/mnt/backup/restic/$(hostname)" \ - -p "/neb/secrets/restic/$(hostname).secret" \ + -p "/etc/ixvd/secrets/restic/$(hostname).secret" \ backup \ --tag auto \ /srv /home /etc; then