<div dir="ltr"><div dir="ltr"><div>I am trying to copy data from a partially corrupt backup (time machine) disk on a os x system to another.<br><br></div><div>Firstly the rsync version (OS X 10.11.5):<br><br>sync --version<br>rsync  version 2.6.9  protocol version 29<br>Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others.<br><<a href="http://rsync.samba.org/" target="_blank">http://rsync.samba.org/</a>><br>Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,<br>              inplace, IPv6, 64-bit system inums, 64-bit internal inums<br></div><div><br></div>I'm using the following command:<br><br>~]
 durack1% sudo rsync -vrlptgoDH --exclude=".spotlight_repair" 
--ignore-errors /Volumes/durack1ml_bak\ 1/Backups.backupdb 
/Volumes/durack1ml_bak/160405_1234/<br><div><div><br></div><div>And am getting the following error:<br></div><div><br>Backups.backupdb/durack1ml/2016-02-10-091749/durack1ml_hdd/Applications/Adobe Media Encoder CC 2015/Adobe Media Encoder CC 2015.app/Contents/Resources/pdfl/CMaps/ETen-B5-UCS2<br>rsync: writefd_unbuffered failed to write 14550 bytes [sender]: Broken pipe (32)<br>rsync: write failed on "/Volumes/durack1ml_bak/160405_1234/Backups.backupdb/durack1ml/2016-02-10-091749/durack1ml_hdd/Applications/Adobe Media Encoder CC 2015/Adobe Media Encoder CC 2015.app/Contents/Resources/pdfl/CMaps/ETen-B5-UCS2": Result too large (34)<br>rsync error: error in file IO (code 11) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-47/rsync/receiver.c(268) [receiver=2.6.9]<br>rsync: connection unexpectedly closed (14352612 bytes received so far) [sender]<br>rsync error: error in rsync protocol data stream (code 12) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-47/rsync/io.c(453) [sender=2.6.9]<br><br></div><div>Is there a way to get rsync to continue when such an error is encountered?<br><br></div><div>Cheers,<br><br></div><div>P</div></div></div></div>