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
### 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