Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
a7f373878abc4c574db5ce97a9d98d998ef29b7c
/
.
/
pregelix
/
pregelix-dist
/
src
/
main
/
resources
/
scripts
/
copylog.sh
blob: 7767b2db4b51c6e18eaaf3f25e19bc95c7e8f59d [
file
] [
log
] [
blame
]
ramangrover29
3b22171
2013-08-01 11:16:42 -0700
[
diff
] [
blame
]
1
.
conf
/
cluster
.
properties
2
3
NODEID
=
`hostname | cut -d '.' -f 1`
4
#echo $NODEID
5
6
#echo "rsync ${NCLOGS_DIR}/${NODEID}.log ${1}:${2}"
7
rsync $
{
NCLOGS_DIR
}/
$
{
NODEID
}.
log $
{
1
}:
$
{
2
}