rsync error: some files/attrs were not transferred

Posted by Daniel Ball on Server Fault See other posts from Server Fault or by Daniel Ball
Published on 2011-06-25T01:44:16Z Indexed on 2011/06/25 8:24 UTC
Read the original article Hit count: 416

Filed under:
|

Using rsync(ubuntu) and a DeltaCopy server on W2K3 to back up some of the data on the file server before I migrate from W2K3 to Ubuntu server. After it completed I ran a dry run just in case something had been missed or changed ... I got the following:

sudo rsync -az -n 198.3.9.25::Music /mnt/raid/music  
[sudo] password for daniel:
file has vanished: "?????\#267????" (in Music)
file has vanished: "????????" (in Music)
...
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1526) [generator=3.0.7]

I just want to make sure I'm reading it right, that somehow there are files on the receiving end that aren't on the sending?

© Server Fault or respective owner

Related posts about rsync

Related posts about ubuntu-11.04