Skip to content
Snippets Groups Projects
Commit 6ff86d1c authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'check-clientbackup-with-prune-verify' into 'master'

Check clientbackup with prune verify

See merge request !84
parents ea8e61e9 4f42c3c6
No related branches found
No related tags found
1 merge request!84Check clientbackup with prune verify
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
# 2022-10-01 ah v2.3 customize prune and verify action # 2022-10-01 ah v2.3 customize prune and verify action
# 2022-10-04 ah v2.4 prune and verify are non directory based # 2022-10-04 ah v2.4 prune and verify are non directory based
# 2022-10-07 ah v2.5 unescape regex with space to prevent "grep: warning: stray \ before white space" # 2022-10-07 ah v2.5 unescape regex with space to prevent "grep: warning: stray \ before white space"
# 2022-10-20 ah v2.6 move hook 20-before-transfer (after init of the backup tool)
# ================================================================================ # ================================================================================
...@@ -269,8 +270,6 @@ function setAction(){ ...@@ -269,8 +270,6 @@ function setAction(){
exit 2 exit 2
fi fi
_j_runHooks "20-before-transfer"
# -------------------------------------------------------------------------------- # --------------------------------------------------------------------------------
# ----- BACKUP VARS # ----- BACKUP VARS
...@@ -309,6 +308,9 @@ function setAction(){ ...@@ -309,6 +308,9 @@ function setAction(){
# -------------------------------------------------------------------------------- # --------------------------------------------------------------------------------
# ----- PRE transfer # ----- PRE transfer
_j_runHooks "20-before-transfer"
h2 "`date` Wait for a free slot" h2 "`date` Wait for a free slot"
if [ -z "$STORAGE_REGISTER" ]; then if [ -z "$STORAGE_REGISTER" ]; then
echo "SKIP" echo "SKIP"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment