fix: typo
This commit is contained in:
parent
de220a1749
commit
29a9f2579d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ntfy() {
|
||||||
|
|
||||||
ntfy -m "performing backup..."
|
ntfy -m "performing backup..."
|
||||||
if restic \
|
if restic \
|
||||||
-r "/mnt/backup/restic/$(hostname)" \
|
-r "/mnt/backups/restic/$(hostname)" \
|
||||||
-p "/etc/ixvd/secrets/restic/$(hostname).secret" \
|
-p "/etc/ixvd/secrets/restic/$(hostname).secret" \
|
||||||
backup \
|
backup \
|
||||||
--tag auto \
|
--tag auto \
|
||||||
|
|
Loading…
Reference in a new issue