Merge pull request #543 from tofazzz/master

Updated "export" sub-command docs (0.9.20220216)
This commit is contained in:
Christer Edwards
2022-09-02 09:58:35 -06:00
committed by GitHub

View File

@@ -16,4 +16,16 @@ can be exported only when the jail is not running.
.. code-block:: shell
Usage: bastille export TARGET
Usage: bastille export | option(s) | TARGET | PATH
Available options are:
.. code-block:: shell
--gz -- Export a ZFS jail using GZIP(.gz) compressed image.
-r | --raw -- Export a ZFS jail to an uncompressed RAW image.
-s | --safe -- Safely stop and start a ZFS jail before the exporting process.
--tgz -- Export a jail using simple .tgz compressed archive instead.
--txz -- Export a jail using simple .txz compressed archive instead.
-v | --verbose -- Be more verbose during the ZFS send operation.
--xz -- Export a ZFS jail using XZ(.xz) compressed image.