comparison docs/man/man8/ftjail-copy-skel.rst @ 380:6be930eb7490

Implement the "fzfs create-tree" command
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 20 Feb 2023 00:43:30 +0100
parents 9b6fdccfe13c
children 54c6eecbe53f
comparison
equal deleted inserted replaced
379:b4173e88c57c 380:6be930eb7490
27 .. option:: -A 27 .. option:: -A
28 28
29 Set the ZFS property `canmount=noauto` for all datasets in the 29 Set the ZFS property `canmount=noauto` for all datasets in the
30 target dataset. 30 target dataset.
31 31
32 .. option:: -D
33
34 Just copy the dataset tree including properties but no filesystem
35 data. This option is incompatible to option :option:`-L`.
36
32 .. option:: -L 37 .. option:: -L
33 38
34 Copy dataset properties optimized for employing a :file:`skeleton` 39 Copy dataset properties optimized for employing a :file:`skeleton`
35 subdirectory. 40 subdirectory.
36 41