On Fri, Apr 23, 2010 at 8:16 PM, Bhavesh Khare bhaveshkhare@yahoo.com wrote:
try this rsync --progress --stats --archive -z --compress --rsh='ssh -p 44444' -t <domain name>:<filepath> <destpath>
for pulling data
I may have misunderstood your suggestions... Individually, the rsync line I have constructed is working fine. I need help to debug the script and understand why it is not working when combined with "expect" command.
Any help is appreciated! Thx