From 1cb1209c785a43bd6d162d80ea75dc36f86a99b4 Mon Sep 17 00:00:00 2001 From: Christoph Klaffl Date: Mon, 30 Jul 2018 09:13:26 +0200 Subject: [PATCH] documented force-delete flag --- README.md | 4 ++++ syncoid | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index e359886..4755571 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,10 @@ As of 1.4.18, syncoid also automatically supports and enables resume of interrup This argument tells syncoid to not use resumeable zfs send/receive streams. ++ --force-delete + + Remove target datasets recursively (WARNING: this will also affect child datasets with matching snapshots/bookmarks), if there are no matching snapshots/bookmarks. + + --dumpsnaps This prints a list of snapshots during the run. diff --git a/syncoid b/syncoid index 8554d43..a6500bb 100755 --- a/syncoid +++ b/syncoid @@ -1341,3 +1341,4 @@ Options: --dumpsnaps Dumps a list of snapshots during the run --no-command-checks Do not check command existence before attempting transfer. Not recommended --no-resume Don't use the ZFS resume feature if available + --force-delete Remove target datasets recursively, if there are no matching snapshots/bookmarks