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.)
Assuming we want to replicate the following pool: ``` NAME USED AVAIL REFER MOUNTPOINT ORIGIN testpool1 1.10M 38.2M 288K /Volumes/testpool1 - testpool1/A 326K 38.2M 293K /Volumes/testpool1/A testpool1/B@b testpool1/A/D 303K 38.2M...
Not an issue, just a question or possible feature suggestion: Are there any statistics provided by syncoid? I know that it is possible to monitor snapshots with sanoid, which is...
I am relatively new to ZFS on Linux (long time BTRFS user), but I am running into a weird bug. I don’t think it is user error, but feel free...
zfsnap easily ties in with apt (and maybe rpm) and can do pre/post apt snapshots with their own expiry. This with etckeeper makes me very happy that I can recover...
-X is listed in allowed options but missing from `parsespecialoptions` so arguments never get parsed. This allows using ZFS native recursive send with excluded datasets. Been running this for a...
Resume works fine when using Syncoid FreeBSD 14, but there's a misleading error when pushing. When pushing it gives the error `WARN: ZFS resume feature not available on source and...
## Motivation and Context https://github.com/jimsalterjrs/sanoid/pull/818 only added a functional test for the new feature of sorting snapshots by the `createtxg` property, so it and the existing tests did not catch...
I use sanoid for a NVME on my workstation to create snapshots and everything works like a charm. But this workstation also has a 20TB zfs hard disk with a...
The Readme mentiosn this option, but it does not seem to be supported. Was it added in a newer version? ``` # /usr/local/sbin/syncoid --version /usr/local/sbin/syncoid version 2.2.0 (Getopt::Long::GetOptions version 2.52;...
I spun up a clean 24.04 ubuntu VM and an ubuntu 22.04 VM to do back to back testing. I followed the directions to build the deb package from here:...