Linux ih01.iridiumhosting.com 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.217.87
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
MXB /
rear /
usr /
share /
rear /
verify /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
020_cciss_scsi_engage.sh
352
B
-rw-r--r--
2026-04-01 09:39
020_translate_url.sh
1.71
KB
-rw-r--r--
2026-04-01 09:39
030_translate_tape.sh
932
B
-rw-r--r--
2026-04-01 09:39
040_validate_variables.sh
694
B
-rw-r--r--
2026-04-01 09:39
050_create_mappings_dir.sh
393
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# 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