Compare commits
No commits in common. "master" and "v2.3.1" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
.history/
|
||||
@ -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}
|
||||
Loading…
x
Reference in New Issue
Block a user