nixpkgs/nixos/modules/tasks/filesystems
Ricardo M. Correia b0a51de6c1 nixos/zfs: Keep zero-sized auto snapshots by default
Otherwise, in certain cases, snapshots of infrequently-modified
filesystems can be kept for a much longer time than the user would
normally expect, and cause a large amount of extra disk space to be
consumed.

Also added flag to snapshot filesystems in parallel by default.

I've also added a configuration option for zfs-auto-snapshot flags, so
that the user can override them.

For example, the user may want to append --utc to the list of default
options, so that the snapshot names don't cause name conflicts or
apparent time reversals due to daylight savings or timezone changes.
2015-03-20 04:37:44 +01:00
..
btrfs.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
cifs.nix Move CIFS support into a separate module 2014-07-30 12:39:35 +02:00
ext.nix Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
f2fs.nix Get all lib functions from lib, not pkgs.lib, in modules 2014-07-02 12:28:18 -04:00
jfs.nix nixos: Add a filesystem module for JFS. 2014-10-22 08:22:57 +02:00
nfs.nix Fix user-facing typos (mainly in descriptions) 2014-12-30 03:31:03 +01:00
reiserfs.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
unionfs-fuse.nix Mount unionfs-fuse filesystems using the normal fileSystems option 2014-07-30 16:04:15 +02:00
vfat.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
xfs.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
zfs.nix nixos/zfs: Keep zero-sized auto snapshots by default 2015-03-20 04:37:44 +01:00