summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-11-24 18:53:08 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-11-24 18:53:08 +0100
commitf8a041aca2c1a481740cbfd8e3d9bc8b68aa7075 (patch)
tree7ac70492102d793007a4ca2768f74e977bf2d987
parent16907736b58f1edf298635b529588fbbcb974b04 (diff)
downloadnixos-f8a041aca2c1a481740cbfd8e3d9bc8b68aa7075.tar
nixos-f8a041aca2c1a481740cbfd8e3d9bc8b68aa7075.tar.gz
nixos-f8a041aca2c1a481740cbfd8e3d9bc8b68aa7075.tar.bz2
nixos-f8a041aca2c1a481740cbfd8e3d9bc8b68aa7075.tar.xz
nixos-f8a041aca2c1a481740cbfd8e3d9bc8b68aa7075.zip
borg via btrfs on sif
-rw-r--r--sif.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/sif.nix b/sif.nix
index 80018442..b56b0280 100644
--- a/sif.nix
+++ b/sif.nix
@@ -349,12 +349,12 @@
349 ''; 349 '';
350 350
351 services.borgbackup = { 351 services.borgbackup = {
352 snapshots = "lvm"; 352 snapshots = "btrfs";
353 prefix = "yggdrasil.midgard.sif."; 353 prefix = "yggdrasil.midgard.sif.";
354 targets = { 354 targets = {
355 "munin" = { 355 "munin" = {
356 repo = "borg.munin:borg"; 356 repo = "borg.munin:borg";
357 paths = [ { VG = "nvm"; LV = "home"; } ]; 357 paths = [ "/home/gkleen" ];
358 prune = { 358 prune = {
359 "home" = 359 "home" =
360 [ "--keep-within" "24H" 360 [ "--keep-within" "24H"