From 8005ac109f144f9a5ccb4aabdd11f25f08dc5ccf Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 24 Dec 2025 15:15:45 -0700 Subject: [PATCH] =?UTF-8?q?=E2=80=94-safe=20>=20=E2=80=94-auto=20for=20bac?= =?UTF-8?q?kups?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui/bastille_manager_util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bastille_manager_util.php b/gui/bastille_manager_util.php index b866fdb..e50d200 100644 --- a/gui/bastille_manager_util.php +++ b/gui/bastille_manager_util.php @@ -152,7 +152,7 @@ if($_POST): if ($zfs_activated == "YES"): if($pconfig['safemode']): if(!$skip_safemode): - $export_option = "--safe"; + $export_option = "--auto"; endif; endif; endif;