comparison docs/man/man8/ftjail-copy-skel.rst @ 294:c2e2fed957ed

- Compute a dynmic list of manual pages - Move the sources of the manual pages into a section-specific subdir
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 18 Sep 2022 15:32:22 +0200
parents docs/man/ftjail-copy-skel.rst@73ac6bec36fe
children e64c726c4bd0
comparison
equal deleted inserted replaced
293:73ac6bec36fe 294:c2e2fed957ed
1 .. -*- coding: utf-8; indent-tabs-mode: nil; -*-
2
3 ftjail-copy-skel
4 ================
5
6 Synopsis
7 --------
8
9 **fzfs copy-skel** [**-A**] [**-L**] [**-M** `mountpoint`] [**-P**] [**-u**] `source-dataset` `snapshot-name` `target-dataset`
10
11
12 Description
13 -----------
14
15 Recursively copy the snapshot `snapshot-name` of the RW skeleton dataset
16 `source-dataset` into dataset `target-dataset`.
17
18 Apply knowledge of the type and typical layout of the RW skeleton
19 (e.g. handle the intermediate dataset of :file:`usr` properly).
20
21
22 Options
23 -------
24
25 .. program:: ftjail copy-skel
26
27 .. option:: -A
28
29 Set the ZFS property `canmount=noauto` for all datasets in the
30 target dataset.
31
32 .. option:: -L
33
34 Copy dataset properties optimized for employing a :file:`skeleton`
35 subdirectory.
36
37 .. option:: -M mountpoint
38
39 Set the `mountpoint` property for the TARGET-DS to `mountpoint`.
40 All children will be set to inherit it.
41
42 .. option:: -P
43
44 Copy dataset properties optimized for direct mounts of skeleton
45 children over an already mounted base.
46
47 .. option:: -u
48
49 Do not mount the target dataset `target-dataset` automatically.
50
51
52 Environment
53 -----------
54
55 All environment variables that affect :command:`zfs` are effective also.
56
57
58 See Also
59 --------
60
61 :manpage:`ftjail(8)`