comparison docs/man/man8/ftjail-datasets-tmpl.rst @ 300:901b0e3c0dab

All manual pages for ftjail done
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 18 Sep 2022 18:38:12 +0200
parents
children 5da1455547d3
comparison
equal deleted inserted replaced
299:49890965e43c 300:901b0e3c0dab
1 .. -*- coding: utf-8; indent-tabs-mode: nil; -*-
2
3 ftjail-datasets-tmpl
4 ====================
5
6 Synopsis
7 --------
8
9 **ftjail datasets-tmpl** [**-L**] `dataset-parent-base` `dataset-parent-skeleton` `name`
10
11 **ftjail datasets-tmpl** [**-P**] `dataset-parent-base` `dataset-parent-skeleton` `name`
12
13
14 Description
15 -----------
16
17 Create ZFS template datasets, i.e. the ro base and the rw skeleton to
18 be used within Thin Jails.
19
20 The ZFS datasets `dataset-parent-base` and `dataset-parent-skeleton`
21 must exist already.
22
23 A child with name `name` must not exist already for both given parent
24 datasets.
25
26
27 Options
28 -------
29
30 .. program:: ftjail datasets-tmpl
31
32 .. option:: -L
33
34 Create dataset properties optimized for employing a
35 :file:`skeleton` subdirectory (i.e. Thin Jails using symbolic links
36 from a (read-only) root into the writeable parts of the system).
37
38 .. option:: -P
39
40 Create ZFS dataset properties optimized for direct mounts of skeleton
41 children over an already mounted base.
42
43
44 Environment
45 -----------
46
47 All environment variables that affect :command:`zfs` are effective also.
48
49
50 See Also
51 --------
52
53 :manpage:`ftjail(8)`, :manpage:`ftjail-mount-tmpl(8)`,