getConfiguredOption(); // Check if cloud-based strategy requires storage configuration if (in_array($configuredOption, [ \BMI\Plugin\Services\BackupLifecycleManager::STORAGE_STRATEGY_CLOUD_ONLY, \BMI\Plugin\Services\BackupLifecycleManager::STORAGE_STRATEGY_HYBRID ]) && !\BMI\Plugin\External\BMI_External_Storage_Manager::getInstance()->isAnyStorageConfigured()) { $notices[] = __('Backups will henceforth be kept locally, because all cloud locations are disconnected.', 'backup-backup'); Dashboard\bmi_set_config('STORAGE:STRATEGY', 'local_and_cloud'); } else { return; } } ?>