Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison sbin/fjail @ 205:fcfa674c8444
FIX: in the help message: improve documentation of OPTIONS
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 21 Aug 2022 14:22:40 +0200 |
| parents | ef397b84b047 |
| children | 92e5db34eb2b |
comparison
equal
deleted
inserted
replaced
| 204:ef397b84b047 | 205:fcfa674c8444 |
|---|---|
| 26 | 26 |
| 27 -h Print this help message to stdout and exit | 27 -h Print this help message to stdout and exit |
| 28 | 28 |
| 29 COMMANDS: | 29 COMMANDS: |
| 30 | 30 |
| 31 datasets [-u] PARENT CHILD | 31 datasets [OPTIONS] PARENT CHILD |
| 32 | 32 |
| 33 Create ZFS datasets to be used within a jail | 33 Create ZFS datasets to be used within a jail |
| 34 | 34 |
| 35 PARENT must exist already and CHILD must not exist. | 35 PARENT must exist already and CHILD must not exist. |
| 36 | 36 |
| 58 | 58 |
| 59 populate MOUNTPOINT BASETXZ | 59 populate MOUNTPOINT BASETXZ |
| 60 | 60 |
| 61 Populate the jail directory in MOUNTPOINT with the base system in BASETXZ | 61 Populate the jail directory in MOUNTPOINT with the base system in BASETXZ |
| 62 | 62 |
| 63 copy SOURCE-DATASET DEST-DATASET | 63 copy [OPTIONS] SOURCE-DATASET DEST-DATASET |
| 64 | 64 |
| 65 Copy a tree of ZFS datasets with "zfs send -R" and "zfs receive". | 65 Copy a tree of ZFS datasets with "zfs send -R" and "zfs receive". |
| 66 Note that the destination dataset must not exist already. | 66 Note that the destination dataset must not exist already. |
| 67 | 67 |
| 68 -r Copy the datasets with the -Lec options (aka "raw") | 68 -r Copy the datasets with the -Lec options (aka "raw") |
