summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 1022e613..4140fddc 100644
--- a/hel.nix
+++ b/hel.nix
@@ -531,12 +531,12 @@
531 borg create \ 531 borg create \
532 --stats \ 532 --stats \
533 --list \ 533 --list \
534 --filter 'AME' \
534 --exclude-caches \ 535 --exclude-caches \
535 --keep-exclude-tags \ 536 --keep-exclude-tags \
536 --patterns-from .backup \ 537 --patterns-from .backup \
537 --one-file-system \ 538 --one-file-system \
538 --compression auto,lzma \ 539 --compression auto,lzma \
539 --dry-run \
540 borg.odin:/srv/backup/borg::yggdrasil.midgard.hel.$1-{utcnow} 540 borg.odin:/srv/backup/borg::yggdrasil.midgard.hel.$1-{utcnow}
541 ''; 541 '';
542 scriptArgs = "%i"; 542 scriptArgs = "%i";