The backup of one of my storages always fails because of a " Data error (cyclic redundancy check)" error of a specific file (always the same file). That file is simply broken, I also can’t use it in the windows explorer. I don’t care about the file, so I’d like Duplicacy to simply ignore the error and skipping the backup of that one file, maybe warning me at the end that it could not backup one specific file - but what Duplicacy is doing is stopping the whole backup process once it encounters such a file.
ERROR CHUNK_MAKER Failed to read 0 bytes: read [FilePath]: Data error (cyclic redundancy check).
Failed to read 0 bytes: read [FilePath]: Data error (cyclic redundancy check).
The last time it actually succeeded a backup was 3 months ago or so - that’s obviously quite bad, it shouldn’t stop doing backups for 3 months just because one file is broken.
, I’d rather try to resolve the original issue. Error like that indicates that either your drive is failing, or filesystem is not in a consistent state. Neither is good, and may impact other files even if you don’t care about this particular one. I’d run maximum chkdsk (if you’re on Windows) and see if this fixes the underlying issue.