Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/man/ftjail.rst @ 293:73ac6bec36fe
Man page for "ftjail copy-jail"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 18 Sep 2022 14:47:41 +0200 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/man/ftjail.rst Sun Sep 18 14:47:41 2022 +0200 @@ -0,0 +1,56 @@ +.. -*- coding: utf-8; indent-tabs-mode: nil; -*- + +ftjail +====== + +Synopsis +-------- + +**ftjail -hV** + +**ftjail subcommand** + + +Subcommands +----------- + +:manpage:`ftjail-datasets-tmpl(8)` + + Create the ZFS template datasets + +:manpage:`ftjail-mount-tmpl(8)` + + Canonically mount the RO base and the RW skeleton + +:manpage:`ftjail-umount-tmpl(8)` + + Unmount mounted template datasets + +:manpage:`ftjail-interlink-tmpl(8)` + + Create symbolic links between the RO base and the RW skeleton + +:manpage:`ftjail-populate(8)` + + Populate a mounted base and skeleton + +:manpage:`ftjail-snapshot-tmpl(8)` + + Create a ZFS snapshot for base and skeleton + +:manpage:`ftjail-copy-skel(8)` + + Copy a ZFS skeleton recursively + + +Implementation Notes +-------------------- + +All commands with the exception of :command:`ftjail populate` require +ZFS as filesystem. + + +Environment +----------- + +All environment variables that affect :command:`zfs` are effective also.
