We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Adding a (tested and useful) example to --recvoptions.
Mentioning the `--recvoptions` option, visible at https://github.com/jimsalterjrs/sanoid/blob/61000c9da2f8762424ba2de8a49abb1b7ec5154d/syncoid#L24
Reordered zfs persmission in command to match description above
add documentation for the `--sendoptions=` option.
add documentation for the `--sendoptions` option.
Updated Syncoid (markdown)
mount needs to be specified, since destroy will refuse to work because of insufficient permissions if mount is not explicitely mentioned
Includes `mount` delegated permission for local non-privileged users (needed for `snapshot` and `destroy`, see docs https://openzfs.github.io/openzfs-docs/man/8/zfs-allow.8.html)
Least priviledge party
Mention pruning old snapshots & provide example
In the options section, changed `bw-limit` -> `bwlimit`, per the actual source.
Typo in option name: escalation should be elevation.
Actual command fails if the hyphen is included. The man page is correct.
Add basic syncoid page