Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YPT
/
jmeter
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rong
8 years ago
Commit
2fe2d2661ba3c6b524c5e47f1764d13d67107a70
1 parent
7fd30837
add by shell
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
gor/copyGorLogAll.sh
gor/copyGorLogAll.sh
View file @
2fe2d26
...
...
@@ -14,6 +14,7 @@ GOR_PATH=/opt/gorLog
for
ip
in
${
IPS
[@]
}
do
echo
"scp
$GOR_LOG_PATH
${
ip
}
:
$GOR_PATH
#############################################
$ip
"
ssh
$ip
"rm -rf
${
GOR_PATH
}
; mkdir -p
${
GOR_PATH
}
;"
scp -r
$GOR_PATH
/
*
.gz
${
ip
}
:
$GOR_PATH
done
#ssh $IP "mkdir -p ${GOR_PATH}"
...
...
Please
register
or
login
to post a comment