<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Thanks Mike, that solved the problem!</div><div><br></div><div>-- David Allie</div><br><div><div><b>On Apr 5, 2011, at 6:08 PM, Mike Bombich wrote:</b></div><div>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:<br><br>/usr/local/bin/rsync -rtp -NXx --fileflags --force-change --progress /Users/davidallie/Documents/ /Volumes/david.allie/Documents/<br><br>Mike<br><br><br><b>On Apr 5, 2011, at 2:12 PM, David Allie wrote:</b><br><blockquote type="cite">Hello!<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">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:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">/usr/local/bin/rsync -aNHAXx --protect-args --fileflags --force-change --progress /Users/davidallie/Documents/ /Volumes/david.allie/Documents/<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">The target Documents folder is on an iDisk mounted as david.allie . The errors are happening at the beginning and end.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">BEGINNING:<br></blockquote><blockquote type="cite">sending incremental file list<br></blockquote><blockquote type="cite">rsync: unpack_smb_acl: sys_acl_get_info(): Invalid argument (22)<br></blockquote><blockquote type="cite">./<br></blockquote><blockquote type="cite">rsync: unpack_smb_acl: sys_acl_get_info(): Invalid argument (22)<br></blockquote><blockquote type="cite">rsync: set_acl: sys_acl_delete_def_file(.): Operation not supported (45)<br></blockquote><blockquote type="cite">.DS_Store<br></blockquote><blockquote type="cite">      21508 100%    0.00kB/s    0:00:00 (xfer#1, to-check=1055/1057)<br></blockquote><blockquote type="cite">.localized<br></blockquote><blockquote type="cite">          0 100%    0.00kB/s    0:00:00 (xfer#2, to-check=1054/1057)<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">ENDING (snippet from end of run):<br></blockquote><blockquote type="cite">-Holly/Ann/-Documents/<br></blockquote><blockquote type="cite">-Holly/Ann/-Documents/ann_02.tgz<br></blockquote><blockquote type="cite">  427261952  70%   22.35MB/s    0:00:07<br></blockquote><blockquote type="cite">rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]: Broken pipe (32)<br></blockquote><blockquote type="cite">rsync: connection unexpectedly closed (103700 bytes received so far) [sender]<br></blockquote><blockquote type="cite">rsync error: error in rsync protocol data stream (code 12) at io.c(601) [sender=3.0.8]<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">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.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Aside from the obvious (sync not completed), can someone explain what effect these errors are having?  and is there a solution?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thanks,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">David Allie<br></blockquote><blockquote type="cite"><a href="mailto:david.allie@usa.net">david.allie@usa.net</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">-- <br></blockquote><blockquote type="cite">Please use reply-all for most replies to avoid omitting the mailing list.<br></blockquote><blockquote type="cite">To unsubscribe or change options: <a href="https://lists.samba.org/mailman/listinfo/rsync">https://lists.samba.org/mailman/listinfo/rsync</a><br></blockquote><blockquote type="cite">Before posting, read: <a href="http://www.catb.org/~esr/faqs/smart-questions.html">http://www.catb.org/~esr/faqs/smart-questions.html</a><br></blockquote><br></div></div><br></body></html>