mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-03 19:23:42 +01:00
update docs for 0.7.20200714 release
This commit is contained in:
18
docs/chapters/subcommands/export.rst
Normal file
18
docs/chapters/subcommands/export.rst
Normal file
@@ -0,0 +1,18 @@
|
||||
======
|
||||
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
|
||||
Reference in New Issue
Block a user