> rsync: not creating new file "newdir" > rsync: not creating new file "newdir/newfile" > rsync: not creating new file "newdir/subdir" > total: matches=0 tag_hits=0 false_alarms=0 data=0 > rsync: not creating new file "newdir" > rsync: not creating new file "newdir/subdir" > wrote 252 bytes read 36 bytes 576.00 bytes/sec > total size is 87 speedup is 0.30 > == > > The above should be: > > rsync: not creating new directory "newdir" > > as newdir is a directory, not a file.
I've hacked up a fix for this, and forwarded it upstream. Debian's 2.6.4-3 version (or 2.6.5-1 :-) will have this fix. > On another note, I wish there was an easily parsable output, that showed new > files, modified files, deleted filed. All the above lines are different > formats, which makes automated parsing difficult. Check out the --itemize-changes or --log-format options available nowadays. Paul Slootman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]