sanoid
sanoid copied to clipboard
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.)
Hi there, i have tested sanoid so much and it is a great tool, but there is a problem when it comes to `exclude` or `include` snapshots. The problem is,...
…nneeded iszfsbusy() for https://github.com/jimsalterjrs/sanoid/issues/912# Option 3) dev/sde/remove-force-prune - If we think the whole functionality is not needed, best would to remove it and keep things more clean. Maybe this could...
Tested with: - ubuntu 22.04 - ubuntu 24.04 - debian 12 Fixes #921
## Motivation and Context Fixes: https://github.com/jimsalterjrs/sanoid/issues/918 ## Description ### fix(syncoid): zfs send arg allowlist when sendsource is receivetoken The `runsynccmd` subroutine was not matching the `$sendsource` when a receive resume...
## Bug Description Syncoid with `--sendoptions` now fails with the error `invalid flags combined with -t` when resuming an interrupted transfer: ``` root@demo:~# syncoid --sendoptions="pw" jimsalterjrs_sanoid_918/{source,destination} INFO: Resuming interrupted zfs...
I noticed that on my machine sanoid appears a little slow. I reduced snaps to free a bit of space and first run sanoid got a bit to work on....
There are getting to be lots of changes on the Red Hat side * RHEL is wandering away from being the same as Cent/Alma/Rocky * 8 is different than 9...
When using syncoid to transfer snapshots from one remote location to another, syncoid seems to decompress and recompress the streams on the box that's initiated the transfer. I'm using this...
This may be a wont-fix, given how close we are to EOL for RHEL7, but this commit: https://github.com/jimsalterjrs/sanoid/commit/c4e70280225f7b3ec03cc075daf218dde468412f introduced a Perl 5.26-ism in the use of `
I have Sanoid installed to create snapshots of internal storage and want to use it for external USB backup as well. I have a backup script where I want to...