openebs / velero-plugin

Velero plugin for backup/restore of OpenEBS cStor volumes
https://docs.openebs.io
Apache License 2.0
63 stars 32 forks source link

[feat request] native zfs snapshots during backup #176

Closed jr0dd closed 2 years ago

jr0dd commented 3 years ago

This is feature request for my original issue https://github.com/openebs/velero-plugin/issues/175#.

I would love to have the ability to automate local native ZFS snapshots for the PVC's that Velero is backing up. It allows for simple and quick rollbacks ZFS style if ever needed on a single volume. It would also allow ZFS snapshots to be taken more gracefully than using the underlying OS to take snapshots. In addition, it would be great to have snapshots pruned according to the ttl in the backup schedule.

ianb-mp commented 7 months ago

What happened to this - was it implemented?