OpenMediaVault-Plugin-Developers / openmediavault-zfs

OpenMediaVault plugin for zfs
74 stars 15 forks source link

[Feature request] Recursive checkbox during snapshot creation #21

Open zaggynl opened 7 years ago

zaggynl commented 7 years ago

Per title.

luxflow commented 7 years ago

can you describe more detail? recursive? not multiple? why you need it? and can autosnapshot(I'm planning to add) feature be alternative?

zaggynl commented 7 years ago

The idea is that when you create a recursive snapshot, the child datasets are included.

Example usage: \dataset_nextcloud \dataset_nextcloud_os \dataset_nextcloud_db \dataset_nextcloud_files

With child datasets set up like this I can restore os, database and files snapshots separately if needed.

However, if I want to restore the entire dataset, I'll have to create snapshots for all child datasets separately. With recursive I can restore the dataset_nextcloud with it's child datasets os, db and files all in one go.