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 /
output /
TSM /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
950_dsmc_save_result_files.sh
2.09
KB
-rw-r--r--
2026-04-01 09:39
960_dsmc_verify_isofile.sh
991
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# 960_dsmc_verify_isofile.sh is_true $TSM_RM_ISOFILE || return 0 Log "Verify if the ISO file '$TSM_RESULT_FILE_PATH/$ISO_PREFIX.iso' was archived correctly with dsmc" if [[ -z "$TSM_ARCHIVE_MGMT_CLASS" ]]; then LC_ALL=${LANG_RECOVER} dsmc q backup "$TSM_RESULT_FILE_PATH/$ISO_PREFIX.iso" >/dev/null else LC_ALL=${LANG_RECOVER} dsmc q archive "$TSM_RESULT_FILE_PATH/$ISO_PREFIX.iso" >/dev/null fi if [[ $? -eq 0 ]]; then Log "Removing $ISO_DIR/$ISO_PREFIX.iso to preserve space" if rm $v -f $ISO_DIR/$ISO_PREFIX.iso ; then LogPrint "The only remaining copy of the ISO file is under TSM:$TSM_RESULT_FILE_PATH/$ISO_PREFIX.iso" Log "To preserve space also removing the TSM_RESULT_FILES ${TSM_RESULT_FILES[*]}" rm $v -f "${TSM_RESULT_FILES[@]}" else Log "Could not remove $ISO_DIR/$ISO_PREFIX.iso so the local files are kept" fi else LogPrint "TSM did not confirm that the ISO file was stored properly so the local files are kept" fi