Skip to content

Instantly share code, notes, and snippets.

@Kiwi

Kiwi/zfs.nix Secret

Created February 4, 2020 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kiwi/911cb5abcda32ec19ce835e8ca6bf8fe to your computer and use it in GitHub Desktop.
Save Kiwi/911cb5abcda32ec19ce835e8ca6bf8fe to your computer and use it in GitHub Desktop.
zfs autoSnapshot
services.zfs.autoSnapshot = {
enable = true;
frequent = 8;
hourly = 24;
daily = 7;
weekly = 4;
monthly = 12;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment