Compare commits

...

1 Commits

Author SHA1 Message Date
Cryptoval2 64d9408506 fix 2025-09-13 19:39:02 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.2.5
2.2.6
@@ -232,7 +232,7 @@ echo ${Cmd}
eval ${Cmd}
for tgt in ${RSYNC_TARGETS} ; do
tgt="${tgt}/${year}/${month}"
tgt="${tgt}/${year}/${month}/"
Cmd="/usr/bin/rsync -ahv"
Cmd+=" -e 'ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'"
Cmd+=" ${ResultDbFile}.gz ${tgt}"