mirror of https://github.com/jimsalterjrs/sanoid
documented force-delete flag
This commit is contained in:
parent
8905c00335
commit
1cb1209c78
|
|
@ -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.
|
||||
|
|
|
|||
1
syncoid
1
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue