Ruby Feinstein

Results 5 comments of Ruby Feinstein

Just opened a pull request with the required change, let me know if I missed anything: https://github.com/jimsalterjrs/sanoid/pull/593

Updated README.md with the new syncoid flag, I can edit the wiki once it's merged. Also wanted to note that I'm not 100% familiar of the code base, so hoping...

Assuming no snapshot exists on target, it will run: ```bash sudo zfs send 'pool-test'@'keep-1' sudo zfs send -I 'pool-test'@'keep-1' 'pool-test'@'keep-2' ``` On the target you will end up with: ```...

That's right, which means that it makes --exclude-snaps useful only when combining with --no-stream flag. @redmop do you think we should change that to implement the loop you suggested?

sure, I will try to find the time to implmenet the loop. will change the pull request to draft in the meantime.