added all available syncoid/sanoid parameters to README

This commit is contained in:
Christoph Klaffl 2018-09-05 22:46:14 +02:00
parent 22160deb8e
commit 807fc53afb
No known key found for this signature in database
GPG Key ID: FC1C525C2A47CC28
1 changed files with 19 additions and 0 deletions

View File

@ -88,6 +88,13 @@ Which would be enough to tell sanoid to take and keep 36 hourly snapshots, 30 da
This prints out quite alot of additional information during a sanoid run, and is normally not needed.
+ --readonly
Skip creation/deletion of snapshots (Simulate).
+ --help
Show help message.
----------
@ -206,6 +213,14 @@ As of 1.4.18, syncoid also automatically supports and enables resume of interrup
Allow sync to/from boxes running SSH on non-standard ports.
+ --sshcipher
Instruct ssh to use a particular cipher set.
+ --sshoption
Passes option to ssh. This argument can be specified multiple times.
+ --sshkey
Use specified identity file as per ssh -i.
@ -218,6 +233,10 @@ As of 1.4.18, syncoid also automatically supports and enables resume of interrup
This prints out quite alot of additional information during a sanoid run, and is normally not needed.
+ --help
Show help message.
+ --version
Print the version and exit.