jimsalterjrs / sanoid

These are policy-driven snapshot management and replication tools which use OpenZFS for underlying next-gen storage. (Btrfs support plans are shelved unless and until btrfs becomes reliable.)
http://www.openoid.net/products/
GNU General Public License v3.0
3.07k stars 300 forks source link

New release? #950

Open kaitallaoua opened 2 weeks ago

kaitallaoua commented 2 weeks ago

So i've been getting into proxmox clustering lately, and am using zfs replication for HA. Proxmox creates data@__replicate_140-0_1724996413__ snapshots for this purpose, as an example. I was surprised that v2.2.0 didn't include what must be a common request: exclude certain snaps. Further confusing is the readme is up to date, in that https://github.com/jimsalterjrs/sanoid/pull/699 was merged --exclude-snaps exists.

I use https://aur.archlinux.org/packages/sanoid which packages it nicely, but of course is on v2.2.0. In the meantime, i've downloaded the syncoid script from master and am using it no problem to get this feature. Not ideal, seems like its a good time to make a new release, if only in my biased opinion, for the --exclude-snaps feature. Again, the latest release would now match the readme.

I notice the last 3 releases schedule was roughly two years apart, I think one year is enough time to send it out :)

broizter commented 4 days ago

--delete-target-snapshots is also a big one. Currently I'm building from source which is fine but I agree a release would be nice.