Fabian Cenedese <cened...@indel.ch> wrote: >> 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)
> Are you sure that the problem is with the corrupted source data? Because the > error happens on writing the data on the destination. > > rsync: write failed on ... : Result too large (34) > > However I don't know what that error means. Ditto. But sort of answering the original question, if it is a corrupted source, then my favourite tool is gnu ddrescue which is specifically designed for recovering as much as possible from failing/damaged media. It's saved the day for me (or friends/clients) many times :-) https://www.gnu.org/software/ddrescue/ Note: always use it with a log file - then it keeps track of what's been copied, what's a "hard" fail, and what's still left to try. You can stop and restart (it'll pick up where it left off), and force it to retry stuff (sometimes, letting a drive cool off will allow a few more bad blocks to be read). Not to be confused with the confusingly similarly named dd_rescue which doesn't have half the features or abilities. -- 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