Merge pull request #312 from yaazkal/patch-2

export: Clarifies that UFS jails must be stopped
This commit is contained in:
Christer Edwards
2021-01-08 17:13:23 -07:00
committed by GitHub

View File

@@ -11,7 +11,8 @@ container backups.
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.
will use ZFS snapshots. UFS based containers will use `txz` archives and they
can be exported only when the jail is not running.
.. code-block:: shell