documented force-delete flag

This commit is contained in:
Christoph Klaffl 2018-07-30 09:13:26 +02:00
parent 8905c00335
commit 1cb1209c78
No known key found for this signature in database
GPG Key ID: FC1C525C2A47CC28
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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