From 4f42c3c636814ad807d8c81c3381864cb388a5a1 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Thu, 20 Oct 2022 17:02:39 +0200 Subject: [PATCH] move hook 20-before-transfer --- transfer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/transfer.sh b/transfer.sh index 6986c28..33f4c58 100755 --- a/transfer.sh +++ b/transfer.sh @@ -33,6 +33,7 @@ # 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-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) # ================================================================================ -- GitLab