We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4b110 commit 9eb5410Copy full SHA for 9eb5410
addons/mysql/dataprotection/mysql-mydumper.sh
@@ -39,5 +39,4 @@ mydumper -h ${DP_DB_HOST} -u ${DP_DB_USER} -p ${DP_DB_PASSWORD} -P ${DP_DB_PORT}
39
2> >(tee /tmp/mydumper.log >&2) | datasafed push -z zstd-fastest - "/${DP_BACKUP_NAME}.mydumper.zst"
40
41
TOTAL_SIZE=$(datasafed stat / | grep TotalSize | awk '{print $2}')
42
-echo "{\"totalSize\":\"$TOTAL_SIZE\"}" >"${DP_BACKUP_INFO_FILE}"
43
-rm -rf ${TMP_DIR}
+echo "{\"totalSize\":\"$TOTAL_SIZE\"}" >"${DP_BACKUP_INFO_FILE}"
addons/mysql/dataprotection/mysql-myloader.sh
@@ -1,4 +1,3 @@
1
-/******************* 💫 Codegeex Inline Diff *******************/
2
#!/bin/bash
3
set -e
4
set -o pipefail
0 commit comments