This commit is contained in:
Strix 2023-10-18 22:59:21 +02:00
parent a9dc378f6e
commit 2498258d74
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

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