crypto sim -> dated target directory

This commit is contained in:
Cryptoval2 2025-09-12 23:01:51 +00:00
parent 0647e9d9b7
commit 5938403002
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
2.2.4,docker prepare sim - eqt - fix
2.2.5

View File

@ -232,6 +232,7 @@ echo ${Cmd}
eval ${Cmd}
for tgt in ${RSYNC_TARGETS} ; do
tgt="${tgt}/${year}/${month}"
Cmd="/usr/bin/rsync -ahv"
Cmd+=" -e 'ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'"
Cmd+=" ${ResultDbFile}.gz ${tgt}"