From 113dd6cfac1453090dec1336a72b66e19538756e Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Wed, 2 Oct 2024 14:20:32 +0200
Subject: [PATCH] diable notify if transfer of a single dir fails

---
 transfer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/transfer.sh b/transfer.sh
index c313fcf..19533c6 100755
--- a/transfer.sh
+++ b/transfer.sh
@@ -424,7 +424,7 @@ function setAction(){
               echo
 
               t_rcCheckBackup $myrc "${BACKUP_DIR}"
-              test $myrc -ne 0 && j_notify "Dir ${BACKUP_DIR}" "Backup for ${BACKUP_DIR} failed with rc=$myrc. See log for details: $JOB_LOGFILE" 1
+              # test $myrc -ne 0 && j_notify "Dir ${BACKUP_DIR}" "Backup for ${BACKUP_DIR} failed with rc=$myrc. See log for details: $JOB_LOGFILE" 1
 
               _j_runHooks "320-after-folder-transfer" "$myrc"
 
-- 
GitLab