fix: url
This commit is contained in:
parent
a9dc378f6e
commit
2498258d74
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue