Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
view docs/man/man8/fzfs.rst @ 808:ab21dd56f99e
fports: Implement "fports detail -A" as a shortcut to "-b -n -m".
While there fixed some "program" usage in the manpage. Also rename
a bogus "options" directive to "option".
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 05 Nov 2024 11:57:34 +0100 |
| parents | 7d08fd78775c |
| children |
line wrap: on
line source
.. -*- coding: utf-8; indent-tabs-mode: nil; -*- fzfs ==== Synopsis -------- **fzfs -hV** **fzfs subcommand** Description ----------- 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: .. program:: fzfs .. option:: -h Print a short usage message to stdout and exit. .. option:: -V Print the program name and version number to stdout and exit. Subcommands ----------- :manpage:`fzfs-clone-tree(8)` Recursively clone a ZFS dataset tree :manpage:`fzfs-copy-tree(8)` Recursively copy a ZFS dataset tree based while copying some important properties also :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 :manpage:`fzfs-umount(8)` Recursively unmount a ZFS datasets and its children
