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.187
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 /
DP /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
400_verify_dp.sh
714
B
-rw-r--r--
2026-04-01 09:39
450_request_gui_restore.sh
925
B
-rw-r--r--
2026-04-01 09:39
500_select_dp_restore.sh
6.72
KB
-rw-r--r--
2026-04-01 09:39
Save
Rename
# 450_request_gui_restore.sh # Press [gG] to fall back to GUI restore #set -e # ensure the flag DP GUI restore request does not exists rm -f $TMP_DIR/DP_GUI_RESTORE if [ $ARCH == "Linux-i386" ] || [ $ARCH == "Linux-ia64" ]; then unset REPLY # Use the original STDIN STDOUT and STDERR when rear was launched by the user # to get input from the user and to show output to the user (cf. _framework-setup-and-functions.sh): read -t $WAIT_SECS -r -n 1 -p "press 'G' to fall back to Data Protector GUI-based restore [$WAIT_SECS secs]: " 0<&6 1>&7 2>&8 if test "$REPLY" = "g" -o "$REPLY" = "G" ; then Log "Data Protector GUI restore requested" > $TMP_DIR/DP_GUI_RESTORE fi else LogPrint "Data Protector User Interface (CC component) not supported on $ARCH." LogPrint "Additional checks skipped. Restore can be done using Data Protector GUI only." > $TMP_DIR/DP_GUI_RESTORE fi