Compare commits

...

3 Commits

Author SHA1 Message Date
b288e997b6 moved daily_sim to cvtt_apps 2026-01-06 15:32:46 +00:00
00addf2027 fix 2026-01-06 14:28:05 +00:00
02f74a6f3f fix 2026-01-06 14:27:16 +00:00
4 changed files with 3 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.history/

View File

@ -1 +1 @@
2.3.1 2.3.2

View File

@ -268,6 +268,7 @@ 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+=" --mkpath"
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}"
echo ${Cmd} echo ${Cmd}