Files
hackacad/docs/chapters/subcommands/import.rst

18 lines
429 B
ReStructuredText
Raw Normal View History

2020-07-13 19:27:23 -06:00
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.
2025-03-01 13:09:36 -07:00
To import to a specified release, specify it as the last argument.
2020-07-13 19:27:23 -06:00
.. code-block:: shell
2025-03-01 13:09:36 -07:00
Usage: bastille import [option(s)] file [RELEASE]