Skip to content

Commit

Permalink
Add new syncoid options to the README
Browse files Browse the repository at this point in the history
 Update the README with the new --include-snaps and --exclude-snaps
 syncoid options.
  • Loading branch information
mr-vinn committed Dec 1, 2021
1 parent dff2e7c commit 7663363
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7663363

Please sign in to comment.