comparison sbin/ftjail @ 293:73ac6bec36fe

Man page for "ftjail copy-jail"
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 18 Sep 2022 14:47:41 +0200
parents d40e6e40c315
children a452ace0175a
comparison
equal deleted inserted replaced
292:d40e6e40c315 293:73ac6bec36fe
69 -L Populate having a "skeleton" subdirectory within the mountpoint 69 -L Populate having a "skeleton" subdirectory within the mountpoint
70 -P Populate directly into the mountpoint 70 -P Populate directly into the mountpoint
71 71
72 snapshot-tmpl BASE-RO SKELETON-RW SNAPSHOT-NAME 72 snapshot-tmpl BASE-RO SKELETON-RW SNAPSHOT-NAME
73 73
74 copy-skel [ OPTIONS ] SOURCE-DS SNAPSHOT-NAME TARGET-DS 74 copy-skel [-A] [-L] [-M MOUNTPOINT] [-P] [-u] SOURCE-DS SNAPSHOT-NAME TARGET-DS
75
76 -A Set "canmount=noauto" for all datasets in the target dataset
77 -L Copy dataset properties optimized for employing a
78 "skeleton" subdirectory
79 -M MOUNTPOINT Set the "mountpoint" property for the TARGET-DS to
80 MOUNTPOINT (children will inherit it)
81 -P Copy dataset properties optimized for direct mounts
82 of skeleton children over an already mounted base
83 -u Do not mount the target dataset automatically
84 75
85 ENVIRONMENT: 76 ENVIRONMENT:
86 77
87 All environment variables that affect "zfs" are effective also. 78 All environment variables that affect "zfs" are effective also.
88 79