export: Clarifies that UFS jails must be stopped

This commit is contained in:
yaazkal
2021-01-08 17:54:31 -05:00
committed by GitHub
parent 4824d95d68
commit 099f09c8b0

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