summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 3b089460..6913b9da 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -351,6 +351,12 @@
351 "read only" = "no"; 351 "read only" = "no";
352 "create mask" = "0700"; 352 "create mask" = "0700";
353 "directory mask" = "0700"; 353 "directory mask" = "0700";
354 "vfs objects" = "shadow_copy2";
355 "shadow:snapdir" = ".zfs/snapshot";
356 "shadow:sort" = "desc";
357 "shadow: format" = "-%Y-%m-%d-%Hh%MU";
358 "shadow: snapprefix" = "^zfs-auto-snap_\(frequent\)\{0,1\}\(hourly\)\{0,1\}\(daily\)\{0,1\}\(monthly\)\{0,1\}";
359 "shadow: delimiter" = "-20";
354 }; 360 };
355 }; 361 };
356 }; 362 };