Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
view docs/man/man8/ftjail.rst @ 299:49890965e43c
FIX: "ftjail interlink-tmpl" also does NOT need a ZFS filesystem: document it accordingly
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 18 Sep 2022 17:53:22 +0200 |
| parents | 41f32fdbecf3 |
| children | 376c9f97b1cc |
line wrap: on
line source
.. -*- coding: utf-8; indent-tabs-mode: nil; -*- ftjail ====== Synopsis -------- **ftjail -hV** **ftjail subcommand** Description ----------- Management tool for Thin Jails: creation of base and skeleton datasets, mount and population helpers. 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` and :command:`ftjail interlink-tmpl` require ZFS as filesystem. Environment ----------- All environment variables that affect :command:`zfs` are effective also.
