From 3a1b1b006ffbe44afdb45c77172493fabcf8235c Mon Sep 17 00:00:00 2001 From: Vinnie Okada Date: Tue, 30 Nov 2021 19:46:41 -0700 Subject: [PATCH] Add new syncoid options to the README Update the README with the new --include-snaps and --exclude-snaps syncoid options. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 21432ac..385f66f 100644 --- a/README.md +++ b/README.md @@ -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.