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.)
Add requirement for syncoid w/ remote hosts to be able to sudo without a password. Recommends a least privilege configuration option for enabling `NOPASSWD` I created this PR to fix...
I observe two problems with [INSTALL.md](https://github.com/jimsalterjrs/sanoid/blob/master/INSTALL.md)'s instructions for Alpine Linux: 1. The ToC link to `#alpine-Linux-busybox-based-distributions` doesn't work. It should be `#alpine-linux--busybox-based-distributions`. 2. More importantly, the instructions for installing under...
This option allows the compression type to be preserved from the source host to the destination. Useful where there are different compression types used in various datasets that are being...
Datasets can have different compression options depending on the type of data stored, similar to the reason for having unique record sizes. This allow the preservation of the compression type...
This creates a new `sanoid --monitor-metrics-json` command that produces JSON output. Example output from the scenario in test_two_criticals_hourly_two_warnings_daily is: ``` { "schema_version": 202204041, "overall_snapshot_health_issues": 2, "snapshot_info": { "sanoid-test-2": { "daily":...
The `--syncstats` option is to support general per-dataset instrumentation of the syncoid process, and allows you to specify a file path to dump per-dataset stats to. The specified file will...
Hi, as i was writing a systemd.service/time because in the 'Issues' people only said they created them but didn't share anything about it and so i began to try out...
With Ubuntu based distribution, the dataset configurations make it challenging to configure snapshots of the default OS datasets in `sanoid`. In the past, `zsys` would take care of auto snapshots...
To be able to organize configs better.
Is there a way to tell syncoid to remove datasets on the target which no longer exist in the source?
First of all, **thank you so much** for both Syncoid and Sanoid, been using them for years and recommended it to everyone ever since I found them I've been running...