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.216.62
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 /
output /
OBDR /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
500_set_obdr_blocksize.sh
231
B
-rw-r--r--
2026-04-01 09:39
840_write_image.sh
869
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# Write the ISO image to the tape [[ -r "$ISO_DIR/$ISO_PREFIX.iso" ]] StopIfError "The ISO image $ISO_DIR/$ISO_PREFIX.iso was not found or could not be read." LogPrint "Writing ISO image to tape" dd if=$ISO_DIR/$ISO_PREFIX.iso of=$TAPE_DEVICE ${OBDR_BLOCKSIZE:+bs=$OBDR_BLOCKSIZE} StopIfError "ISO image could not be written to tape device '$TAPE_DEVICE'" mt -f ${TAPE_DEVICE} eof StopIfError "Could not write EOF to tape device '$TAPE_DEVICE'" mt -f ${TAPE_DEVICE} compression on >&2 if [[ $? -ne 0 ]] ; then ### Try datcompression (for SLES10,11) mt -f ${TAPE_DEVICE} datcompression on >&2 fi LogIfError "Could not enable compression on tape device '$TAPE_DEVICE'" # Disable compression (as tape drive does compression already) Log "Disable compression for backup (BACKUP_PROG_COMPRESS_*)" BACKUP_PROG_COMPRESS_OPTIONS=() BACKUP_PROG_COMPRESS_SUFFIX=""