This commit is contained in:
Oleg Sheynin 2026-01-06 14:28:05 +00:00
parent 02f74a6f3f
commit 00addf2027
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
2.3.1
2.3.2

View File

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