Re: zfs replication tool
- Reply: Julien Cigar : "Re: zfs replication tool"
- In reply to: Julien Cigar : "Re: zfs replication tool"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Sep 2022 13:56:36 UTC
On 9/16/2022 9:49 AM, Julien Cigar wrote: > sysutils/zrepl works really well for me. >> Check out the filter syntax to see if it meets your requirements >> >> https://zrepl.github.io/configuration/filter_syntax.html >> >> ---Mike > thanks, I used zrepl in the past and I experienced some deadlocks and > crashes which I why I switched to sanoid (which doesn't support > recursivity without zfs snapshot -r) Those deadlocks / crashes (if they are the ones I was thinking about) were FreeBSD bugs in the end https://github.com/freebsd/freebsd-src/commit/1820ca2154611d6f27ce5a5fdd561a16ac54fdd8 https://github.com/zrepl/zrepl/issues/411#issuecomment-821878812 Its been rock solid for me since those commits / fixes ---Mike