Getting errors with 3.0.8

Mike Bombich mike at bombich.com
Tue Apr 5 16:08:29 MDT 2011


Drop the -A argument, iDisk doesn't supports ACLs. iDisk volumes are mounted over WebDAV, so ACLs, hard links, symlinks, and ownership are not supported.  Try this instead:

/usr/local/bin/rsync -rtp -NXx --fileflags --force-change --progress /Users/davidallie/Documents/ /Volumes/david.allie/Documents/

Mike


On Apr 5, 2011, at 2:12 PM, David Allie wrote:

> Hello!
> 
> I've been trying 3.0.8 on OS X 10.6.7 today and have been getting some errors. The command I'm using is:
> 
> /usr/local/bin/rsync -aNHAXx --protect-args --fileflags --force-change --progress /Users/davidallie/Documents/ /Volumes/david.allie/Documents/
> 
> The target Documents folder is on an iDisk mounted as david.allie . The errors are happening at the beginning and end.
> 
> BEGINNING:
> sending incremental file list
> rsync: unpack_smb_acl: sys_acl_get_info(): Invalid argument (22)
> ./
> rsync: unpack_smb_acl: sys_acl_get_info(): Invalid argument (22)
> rsync: set_acl: sys_acl_delete_def_file(.): Operation not supported (45)
> .DS_Store
>       21508 100%    0.00kB/s    0:00:00 (xfer#1, to-check=1055/1057)
> .localized
>           0 100%    0.00kB/s    0:00:00 (xfer#2, to-check=1054/1057)
> 
> ENDING (snippet from end of run):
> -Holly/Ann/-Documents/
> -Holly/Ann/-Documents/ann_02.tgz
>   427261952  70%   22.35MB/s    0:00:07
> rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]: Broken pipe (32)
> rsync: connection unexpectedly closed (103700 bytes received so far) [sender]
> rsync error: error in rsync protocol data stream (code 12) at io.c(601) [sender=3.0.8]
> 
> It's obvious that rsync isn't completing as I can see many files weren't copied/synced and is instead crashing. The file it's crashing on (ann_02.tgz) is only 606.3 MB in size; I've used rsync in the past with larger files without problem.
> 
> Aside from the obvious (sync not completed), can someone explain what effect these errors are having?  and is there a solution?
> 
> Thanks,
> 
> David Allie
> david.allie at usa.net
> 
> -- 
> Please use reply-all for most replies to avoid omitting the mailing list.
> To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html



More information about the rsync mailing list