Files
hackacad/docs/chapters/subcommands/import.rst
tschettervictor 7927fb9e25 Update import.rst
2025-03-01 13:09:36 -07:00

18 lines
429 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.
To import to a specified release, specify it as the last argument.
.. code-block:: shell
Usage: bastille import [option(s)] file [RELEASE]