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.110
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 /
restore /
NBU /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
300_create_nbu_restore_fs_list.sh
1.44
KB
-rw-r--r--
2026-04-01 09:39
400_restore_with_nbu.sh
1008
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# 400_restore_with_nbu.sh # restore files with NBU LogPrint "NetBackup: restoring / into $TARGET_FS_ROOT" echo "change / to $TARGET_FS_ROOT" > $TMP_DIR/nbu_change_file # Do not use ARGS here because that is readonly in the rear main script. # $TMP_DIR/restore_fs_list was made by 300_create_nbu_restore_fs_list.sh if [ ${#NBU_ENDTIME[@]} -gt 0 ] ; then edate="${NBU_ENDTIME[@]}" bprestore_args="-B -H -L $TMP_DIR/bplog.restore -8 -R $TMP_DIR/nbu_change_file -t 0 -w 0 -e ${edate} -C ${NBU_CLIENT_SOURCE} -D ${NBU_CLIENT_NAME} -f $TMP_DIR/restore_fs_list" else bprestore_args="-B -H -L $TMP_DIR/bplog.restore -8 -R $TMP_DIR/nbu_change_file -t 0 -w 0 -C ${NBU_CLIENT_SOURCE} -D ${NBU_CLIENT_NAME} -f $TMP_DIR/restore_fs_list" fi LogPrint "RUN: /usr/openv/netbackup/bin/bprestore $bprestore_args" LogPrint "Restore progress: see $TMP_DIR/bplog.restore" LANG=C /usr/openv/netbackup/bin/bprestore $bprestore_args rc=$? if (( $rc > 1 )) ; then Error "bprestore failed (return code = $rc)" fi