����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# 950_dp_save_result_files.sh
# Saving result files via Data Protector
[ ${#RESULT_FILES[@]} -gt 0 ] || Error "No files to copy (RESULT_FILES is empty)"
LogPrint "Saving result files with Data Protector"
#DP_RESULT_FILES=()
# if DP_RESULT_FILES_PATH is unset, then save the result files where they are
test -z "$DP_RESULT_FILES_PATH" && DP_RESULT_FILES_PATH="$VAR_DIR/rescue"
if ! test -d "$DP_RESULT_FILES_PATH" ; then
mkdir -p $v "$DP_RESULT_FILES_PATH" || Error "Could not create '$DP_RESULT_FILES_PATH'"
fi
cp -r $v "$VAR_DIR/recovery" "$DP_RESULT_FILES_PATH" || Error "Could not save result files with Data Protector"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 950_dp_save_result_files.sh | File | 629 B | 0644 |
|