From f8a041aca2c1a481740cbfd8e3d9bc8b68aa7075 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 24 Nov 2019 18:53:08 +0100 Subject: borg via btrfs on sif --- sif.nix | 4 ++-- 1 file 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 @@ ''; services.borgbackup = { - snapshots = "lvm"; + snapshots = "btrfs"; prefix = "yggdrasil.midgard.sif."; targets = { "munin" = { repo = "borg.munin:borg"; - paths = [ { VG = "nvm"; LV = "home"; } ]; + paths = [ "/home/gkleen" ]; prune = { "home" = [ "--keep-within" "24H" -- cgit v1.2.3