This commit is contained in:
Cryptoval2 2025-09-13 19:39:02 +00:00
parent d427e22d41
commit 64d9408506
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.2.5
2.2.6

View File

@ -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}"