From 099f09c8b0399043a89490855cc8c4308680b276 Mon Sep 17 00:00:00 2001 From: yaazkal Date: Fri, 8 Jan 2021 17:54:31 -0500 Subject: [PATCH] export: Clarifies that UFS jails must be stopped --- docs/chapters/subcommands/export.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/chapters/subcommands/export.rst b/docs/chapters/subcommands/export.rst index 23e95dd..db10920 100644 --- a/docs/chapters/subcommands/export.rst +++ b/docs/chapters/subcommands/export.rst @@ -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