summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/vidhar/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index cd1f8d61..1601e33e 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -361,10 +361,10 @@
361 "vfs objects" = "shadow_copy2"; 361 "vfs objects" = "shadow_copy2";
362 "shadow:snapdir" = ".zfs/snapshot"; 362 "shadow:snapdir" = ".zfs/snapshot";
363 "shadow:sort" = "desc"; 363 "shadow:sort" = "desc";
364 "shadow: format" = "zfs-auto-snap_frequent-%Y-%m-%d-%Hh%MU"; 364 "shadow:format" = "zfs-auto-snap_frequent-%Y-%m-%d-%Hh%MU";
365 # "shadow: format" = "-%Y-%m-%d-%Hh%MU"; 365 # "shadow:format" = "-%Y-%m-%d-%Hh%MU";
366 # "shadow: snapprefix" = "^zfs-auto-snap_\(frequent\)\{0,1\}\(hourly\)\{0,1\}\(daily\)\{0,1\}\(monthly\)\{0,1\}"; 366 # "shadow:snapprefix" = "^zfs-auto-snap_\(frequent\)\{0,1\}\(hourly\)\{0,1\}\(daily\)\{0,1\}\(monthly\)\{0,1\}";
367 # "shadow: delimiter" = ""; 367 # "shadow:delimiter" = "";
368 }; 368 };
369 eos = { 369 eos = {
370 comment = "Disk image of eos"; 370 comment = "Disk image of eos";