2020-07-13 19:27:23 -06:00
|
|
|
======
|
|
|
|
|
export
|
|
|
|
|
======
|
|
|
|
|
|
|
|
|
|
Exporting a container creates an archive or image that can be sent to a
|
|
|
|
|
different machine to be imported later. These exported archives can be used as
|
|
|
|
|
container backups.
|
|
|
|
|
|
|
|
|
|
.. code-block:: shell
|
|
|
|
|
|
|
|
|
|
ishmael ~ # bastille export azkaban
|
|
|
|
|
|
|
|
|
|
The export sub-command supports both UFS and ZFS storage. ZFS based containers
|
2021-01-08 17:54:31 -05:00
|
|
|
will use ZFS snapshots. UFS based containers will use `txz` archives and they
|
|
|
|
|
can be exported only when the jail is not running.
|
2020-07-13 19:27:23 -06:00
|
|
|
|
|
|
|
|
.. code-block:: shell
|
|
|
|
|
|
|
|
|
|
Usage: bastille export TARGET
|