Add new syncoid options to the README

Update the README with the new --include-snaps and --exclude-snaps
 syncoid options.
This commit is contained in:
Vinnie Okada 2021-11-30 19:46:41 -07:00
parent 9a067729a9
commit 3a1b1b006f
1 changed files with 8 additions and 0 deletions

View File

@ -332,6 +332,14 @@ As of 1.4.18, syncoid also automatically supports and enables resume of interrup
The given regular expression will be matched against all datasets which would be synced by this run and excludes them. This argument can be specified multiple times.
+ --exclude-snaps=REGEX
Exclude specific snapshots that match the given regular expression. Can be specified multiple times. If a snapshot matches both the exclude-snaps and include-snaps patterns, then it will be excluded.
+ --include-snaps=REGEX
Only include snapshots that match the given regular expression. Can be specified multiple times. If a snapshot matches both the exclude-snaps and include-snaps patterns, then it will be excluded.
+ --no-resume
This argument tells syncoid to not use resumeable zfs send/receive streams.