Christoph Klaffl
Christoph Klaffl
@asche77 are you sure? According to the manpage https://illumos.org/man/1/grep it also uses BRE by default. Can you try the following in a bash shell on illumos: ```echo "active" | grep...
@jimsalterjrs @gkrokum it should be the same problem as #554 and it's still open, will look into it
@graham00 did you create a branch/pr anywhere with your changes?
@redmop zfs destroy will error out in this case by default: ``` zfs destroy test/a@test cannot destroy 'test/a@test': snapshot has dependent clones use '-R' to destroy the following datasets: test/clone...
@redmop A patch to silence would be possible but this would need to be configurable which should default to off. In the normal use case if you instruct sanoid to...
@graham00 ping
@graham00 thx, just FYI syncoid now supports resume able replication.
@ryanjaeb I just list the latest snapshot and use it for borg backup.
@ryanjaeb I don't need to, zfs destroy won't work if the snapshot is mounted: ``` $ sudo mount -t zfs test@test /mnt/tmp/ $ sudo zfs destroy test@test cannot destroy snapshot...
@pquan it's drifted to much apart, syncoid handles much more (error) cases now. I'm planning to implement this but I don't know when :-)