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.)
I have sanoid set to keep 2 monthlies and 1 yearly, but I have 12 monthlies and 12 yearlies currently. I run sanoid from the following script manually weekly/biweekly when...
i have some weird behaviour with snapshots on proxmox servers. all my proxmox 6.4 machines have timestamp at desired interval/date, i.e. snapshots are at 00:00/01/02, so ist's very exact but...
Hi, Would it be possible to change the prefix of the temporary files created by sanoid? Right now the name is completely random, which creates an issue with my AppArmor...
solves https://github.com/jimsalterjrs/sanoid/issues/756
Recent [changes](https://github.com/jimsalterjrs/sanoid/commit/ef2b4f887a7cd1e139a500f1cac44e476b9ea198) to the master branch removing rollbacks also removed the `--no-rollback` flag, which additionally disabled [forced receive -F](https://openzfs.github.io/openzfs-docs/man/8/zfs-recv.8.html#F). This flag was useful to prevent any possible destruction of snapshots...
This is the feature I was talking about in #488 and #477. I am open to suggestions on the name of the option. (And on the code)
Now that we've removed explicit rollbacks and made it easier to use ZFS delegation for unprivileged replication, syncoid's currently-default detection of non-root execution coupled with attempts to use sudo really...
Hello, When there is just one snapshot on the source, and syncoid is used to sync it from a bookmark with the arguments --create-bookmark --no-sync-snap but **without** --no-stream, then it...
I think some quick examples of how to actually recover backups from a remote server would be useful to add to the wiki. ---- I'm in a case where my...
I am trying to create a `Python3` script that uses `Pexpect` to execute a list of DataSet's to be send/received. The thing is i can get an exit code from...