Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b288e997b6 | |||
| 00addf2027 | |||
| 02f74a6f3f |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.history/
|
||||||
@ -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}
|
||||||
Loading…
x
Reference in New Issue
Block a user