summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-12-17 01:22:36 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-12-17 01:22:36 +0100
commit3da427363b4f4727ad2fccf66fafa440a0fe0475 (patch)
tree083e45ab1014cd042a1389237ed0ec61d1cce575
parentfd586475a8fec79f2a2a1efee0162ab95f3792d0 (diff)
downloadnixos-3da427363b4f4727ad2fccf66fafa440a0fe0475.tar
nixos-3da427363b4f4727ad2fccf66fafa440a0fe0475.tar.gz
nixos-3da427363b4f4727ad2fccf66fafa440a0fe0475.tar.bz2
nixos-3da427363b4f4727ad2fccf66fafa440a0fe0475.tar.xz
nixos-3da427363b4f4727ad2fccf66fafa440a0fe0475.zip
-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";