forked from hacc/haccfiles
stuebinm
41d82ae436
we decided to: - get rid of unused packages - simpify the directory layout since we only have one host anyways - move our docs (such as they are) in-tree
457 B
457 B
+++ title = "Use ZFS snapshot" taxonomies.categories = [ "zfs", "snapshot", "filesystem", "backup", "update", "upgrade" ] +++
Make a ZFS snapshot
sudo zfs snapshot zroot/safe/persist@<name>
Rollback
single files
The snapshots can be accessed under <mountpoint>/.zfs/snapshot/...
fully
sudo zfs rollback zroot/safe/persist@<name>
Delete a ZFS snapshot
sudo zfs destroy zroot/safe/persist@<name>