mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-19 00:30:05 +01:00
19 lines
460 B
ReStructuredText
19 lines
460 B
ReStructuredText
|
|
======
|
||
|
|
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
|
||
|
|
will use ZFS snapshots. UFS based containers will use `txz` archives.
|
||
|
|
|
||
|
|
.. code-block:: shell
|
||
|
|
|
||
|
|
Usage: bastille export TARGET
|