This commit is contained in:
Cryptoval2 2025-09-13 19:39:02 +00:00
parent d427e22d41
commit 499f55309f
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} eval ${Cmd}
for tgt in ${RSYNC_TARGETS} ; do for tgt in ${RSYNC_TARGETS} ; do
tgt="${tgt}/${year}/${month}" tgt="${tgt}/${year}/${month}/"
Cmd="/usr/bin/rsync -ahv" Cmd="/usr/bin/rsync -ahv"
Cmd+=" -e 'ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'" Cmd+=" -e 'ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'"
Cmd+=" ${ResultDbFile}.gz ${tgt}" Cmd+=" ${ResultDbFile}.gz ${tgt}"