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 /
prep /
PPDM /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
400_prep_ppdm.sh
826
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# # sanity checks and prepare stuff for PPDM # [[ "$PPDM_DD_IP" == "" && "$PPDM_STORAGE_UNIT" == "" && "$PPDM_DD_USERNAME" == "" && "$PDM_DD_CONFIG_TYPE" == "" ]] || Error "PPDM variables PPDM_DD_IP PPDM_STORAGE_UNIT PPDM_DD_USERNAME PPDM_DD_CONFIG_TYPE may not be set in configuration, they are only used internally" COPY_AS_IS+=("${COPY_AS_IS_PPDM[@]}") COPY_AS_IS_EXCLUDE+=("${COPY_AS_IS_EXCLUDE_PPDM[@]}") REQUIRED_PROGS+=("${PROGS_PPDM[@]}") # Use a PPDM-specific LD_LIBRARY_PATH to find PPDM-related libraries, collect all lib or lib64 dirs LD_LIBRARY_PATH_FOR_BACKUP_TOOL=$(find $_PPDM_INSTALL_DIR -type d -not -path "*tmp*" -name "lib*" -printf ":%p" | cut -c 2-) if test -d /boot/efi; then # PPDM doesn't support vfat for ESP recovery, handle in ReaR RESTORE_ESP_FROM_RESCUE_SYSTEM=yes fi