Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/man/man8/fzfs.rst @ 380:6be930eb7490
Implement the "fzfs create-tree" command
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 20 Feb 2023 00:43:30 +0100 |
| parents | e98bc7f40803 |
| children | bf0d63c8e682 |
line wrap: on
line diff
--- a/docs/man/man8/fzfs.rst Sun Feb 19 14:47:17 2023 +0100 +++ b/docs/man/man8/fzfs.rst Mon Feb 20 00:43:30 2023 +0100 @@ -17,6 +17,7 @@ Helper for ZFS management: - recursively mount and unmount a ZFS dataset tree +- create a ZFS dataset tree stucture from a source tree The following global options are implemented: @@ -34,6 +35,11 @@ Subcommands ----------- +:manpage:`fzfs-create-tree(8)` + + Recursively create a ZFS dataset tree based on an existing tree while + copying some important properties also + :manpage:`fzfs-mount(8)` Recursively mount a ZFS dataset and its children
