bellhyve / zelta

ZFS tools used for data migration and backup management.
Other
38 stars 6 forks source link

Hierarchy-aware zfs send/receive/set options #36

Closed bellhyve closed 7 months ago

bellhyve commented 8 months ago

Setting "readonly" to every sub-volume is problematic because it makes recovery operations more difficult, and it's not actually necessary in most cases. Zelta Replicate should only set properties on new datasets and only when the parent doesn't have that property.

Reminder: volumes are always leaves and can't have sub-volumes.

bellhyve commented 8 months ago

Fixed in dev.