diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -523,9 +523,9 @@ | |||
523 | targets = { | 523 | targets = { |
524 | "odin" = { | 524 | "odin" = { |
525 | repo = "borg.odin:/srv/backup/borg"; | 525 | repo = "borg.odin:/srv/backup/borg"; |
526 | paths = [ "home-gkleen" ]; | 526 | paths = [ "/home/gkleen" ]; |
527 | prune = { | 527 | prune = { |
528 | "home-gkleen" = | 528 | "/home/gkleen" = |
529 | [ "--keep-within 24H" | 529 | [ "--keep-within 24H" |
530 | "--keep-daily 31" | 530 | "--keep-daily 31" |
531 | "--keep-monthly 12" | 531 | "--keep-monthly 12" |
@@ -535,9 +535,9 @@ | |||
535 | }; | 535 | }; |
536 | "munin" = { | 536 | "munin" = { |
537 | repo = "borg.munin:borg"; | 537 | repo = "borg.munin:borg"; |
538 | paths = [ "home-gkleen" ]; | 538 | paths = [ "/home/gkleen" ]; |
539 | prune = { | 539 | prune = { |
540 | "home-gkleen" = | 540 | "/home/gkleen" = |
541 | [ "--keep-within 24H" | 541 | [ "--keep-within 24H" |
542 | "--keep-daily 31" | 542 | "--keep-daily 31" |
543 | "--keep-monthly 12" | 543 | "--keep-monthly 12" |