summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-19 19:04:20 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-19 19:04:20 +0100
commitaff0d80cec9175b6c81ef6cd1bfacf1d06527110 (patch)
tree574b75da6bc1d8b31e061b399a45dc1405b63c96 /hosts
parent6f841084b16692e0b04f3f609d944bc0900b6102 (diff)
downloadnixos-aff0d80cec9175b6c81ef6cd1bfacf1d06527110.tar
nixos-aff0d80cec9175b6c81ef6cd1bfacf1d06527110.tar.gz
nixos-aff0d80cec9175b6c81ef6cd1bfacf1d06527110.tar.bz2
nixos-aff0d80cec9175b6c81ef6cd1bfacf1d06527110.tar.xz
nixos-aff0d80cec9175b6c81ef6cd1bfacf1d06527110.zip
samba: zfssnap
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/samba.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/vidhar/samba.nix b/hosts/vidhar/samba.nix
index 6a590587..99feb64a 100644
--- a/hosts/vidhar/samba.nix
+++ b/hosts/vidhar/samba.nix
@@ -27,9 +27,7 @@
27 "vfs objects" = "shadow_copy2"; 27 "vfs objects" = "shadow_copy2";
28 "shadow:snapdir" = ".zfs/snapshot"; 28 "shadow:snapdir" = ".zfs/snapshot";
29 "shadow:sort" = "desc"; 29 "shadow:sort" = "desc";
30 "shadow:format" = "%Y-%m-%d-%Hh%MU"; 30 "shadow:format" = "auto_%Y-%m-%dT%H:%M:%SZ";
31 "shadow:snapprefix" = "^zfs-auto-snap_\(frequent\)\{0,1\}\(hourly\)\{0,1\}\(daily\)\{0,1\}\(monthly\)\{0,1\}";
32 "shadow:delimiter" = "-";
33 }; 31 };
34 eos = { 32 eos = {
35 comment = "Disk image of eos"; 33 comment = "Disk image of eos";