Displaying 1 result from an estimated 1 matches for "sch1p217".
Did you mean:
sch1p116
2003 Oct 24
1
Question About Rsync on HP-UX
...et]: ls -al
meet.html
-rwxrwxr-x 1 ibmhttpd ibmhttpd 198 Oct 23 20:15 meet.html
I have an rsync job running every 15 minutes:
#!/usr/bin/ksh
/usr/local/bin/rsync -v --stats --archive --times -e "ssh -1 -p
2245" /csapps115/IBMHTTPD/content-internal/ ibmhttpd@sch1p217::Intranet
/usr/local/bin/rsync -v --stats --archive --times -e "ssh -1 -p
2245" /csapps115/IBMHTTPD/content-external/
ibmhttpd@sch1p116::MoveRequest116
Originally I ran this w/ flags of "-av", reading some posted responses
at the rsync FAQ, I then tried
The flags &qu...