summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 68d6df08..1165e4fa 100644
--- a/hel.nix
+++ b/hel.nix
@@ -532,10 +532,26 @@
532 "odin" = { 532 "odin" = {
533 repo = "borg.odin:/srv/backup/borg"; 533 repo = "borg.odin:/srv/backup/borg";
534 paths = [ "home-gkleen" ]; 534 paths = [ "home-gkleen" ];
535 prune = {
536 "home-gkleen" =
537 [ "--keep-within 24H"
538 "--keep-daily 31"
539 "--keep-monthly 12"
540 "--keep-yearly -1"
541 ];
542 };
535 }; 543 };
536 "munin" = { 544 "munin" = {
537 repo = "borg.munin:borg"; 545 repo = "borg.munin:borg";
538 paths = [ "home-gkleen" ]; 546 paths = [ "home-gkleen" ];
547 prune = {
548 "home-gkleen" =
549 [ "--keep-within 24H"
550 "--keep-daily 31"
551 "--keep-monthly 12"
552 "--keep-yearly -1"
553 ];
554 };
539 }; 555 };
540 }; 556 };
541 }; 557 };