Compare commits

..

No commits in common. "master" and "v2.3.1" have entirely different histories.

4 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -1 +1 @@
2.3.2
2.3.1

View File

@ -268,7 +268,6 @@ 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}