—-safe > —-auto for backups

This commit is contained in:
tschettervictor
2025-12-24 15:15:45 -07:00
committed by GitHub
parent 0f42237da9
commit 8005ac109f

View File

@@ -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;