rsync fails to make a directory at the remote site, but continues anyway. $ rsync -av local 10.1.1.1:/somewhere/ building file list ... done rsync: recv_generator: mkdir "local": Permission denied (2) stat local : No such file or directory You can do this locally too - rsync to a usb device, then unplug the device. rsync keeps doing something.
On Wed, May 24, 2006 at 01:08:30AM -0800, tyko brown wrote:> rsync fails to make a directory at the remote site, but continues anyway.Yes, that is a known problem with rsync. It tries to be robust and create as many files as possible, but it continues to try to do work that cannot succeed. I'm looking into improving this. ..wayne..
Possibly Parallel Threads
- rsync: recv_generator and stat errors
- ignoring file times - but still examining content
- How to know which process is eating the cpu
- smbd eating 99% CPU what to do?
- DO NOT REPLY [Bug 3764] New: mkdir "test\#366" failed: Invalid argument (22) on Mac OS X 10.4 (Intel)