mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-16 04:30:32 +01:00
17 lines
355 B
ReStructuredText
17 lines
355 B
ReStructuredText
======
|
|
import
|
|
======
|
|
|
|
Import a container backup image or archive.
|
|
|
|
.. code-block:: shell
|
|
|
|
ishmael ~ # bastille import /path/to/archive.file
|
|
|
|
The import 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 import file [option]
|