Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/man/man8/ftjail-snapshot-tmpl.rst @ 295:11e6e3442df0
Manual page for "ftjail snapshot-tmpl"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 18 Sep 2022 16:25:18 +0200 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/man/man8/ftjail-snapshot-tmpl.rst Sun Sep 18 16:25:18 2022 +0200 @@ -0,0 +1,29 @@ +.. -*- coding: utf-8; indent-tabs-mode: nil; -*- + +ftjail-snapshot-tmpl +==================== + +Synopsis +-------- + +**ftjail snapshot-tmpl** `dataset-ro-base` `dataset-skeleton-rw` `snapshot-name` + + +Description +----------- + +Recursively create ZFS snapshots of `dataset-ro-base` and +`dataset-skeleton-rw` and all its children. The snapshot has the snapshot +name `snapshot-name` and must not exist already. + + +Environment +----------- + +All environment variables that affect :command:`zfs` are effective also. + + +See Also +-------- + +:manpage:`ftjail(8)`
