Hi all, I meet a problem with rsync when I used it to copy a large file from another host, I typed like this, rsync -az -e "ssh -l user" user@192.168.1.32:/usr/local/sql.gz /data/sql.gz after I entered the password, It dose the job. But It would stop transmitting file when it had finished about 80% of transfer. It would stop there, doing nothing. I don't know how to resolve this problem, anyone has any hints? Thanks in advance. Regards, Bryan -------------- next part -------------- HTML attachment scrubbed and removed
On Fri, Sep 09, 2005 at 03:57:41PM +0800, Reddragon Wang wrote:> rsync -az -e "ssh -l user" user@192.168.1.32:/usr/local/sql.gz /data/sql.gzThat command duplicates the -l option to ssh -- you don't need to manually specify the "-l user" option when you use the "user@" prefix.> It would stop transmitting file when it had finished about 80% of > transfer. It would stop there, doing nothing. I don't know how to > resolve this problem, anyone has any hints?Is cygwin involved? If so, it has a known problem with its pipe processing that causes piped data to be lost, which causes rsync to hang. If cygwin is not involved, you should look at the issues and debugging page on the website for some debugging hints: http://rsync.samba.org/issues.html ..wayne..
Reasonably Related Threads
- Am I misunderstanding loop variable assignment or how to use print()?
- changing the dimensions of a matrix in a real specific way
- creating additional column
- recalling different data frames (the way you do in Excel VB)
- help - "the condition has length > 1 and only the first element will be used"