Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/man/man8/fzfs-clone-tree.rst @ 521:c05ef1c86c9c
fzfs: Implement option "-k" for clone-tree and mount to keep cloned datasets or keep datasets mounted on errors
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 01 Sep 2024 21:52:01 +0200 |
| parents | 7d08fd78775c |
| children | b74c65ceab96 |
line wrap: on
line diff
--- a/docs/man/man8/fzfs-clone-tree.rst Sun Sep 01 21:34:27 2024 +0200 +++ b/docs/man/man8/fzfs-clone-tree.rst Sun Sep 01 21:52:01 2024 +0200 @@ -9,7 +9,7 @@ Synopsis -------- -**fzfs clone-tree** [**-n**] `source-dataset` `dest-dataset` +**fzfs clone-tree** [**-k**] [**-n**] `source-dataset` `dest-dataset` Description @@ -36,6 +36,11 @@ Options ------- +.. option:: -k + + Do not try to destroy intermediately cloned datasets on errors but + keep them. + .. option:: -n Dry-run. Do not really clone datasets but show what would be done.
