Backup on disc using TrueCrypt corruption problem
Solution 1:
I have not used TrueCrypt before so I am assuming that the copying part is just a plain disk to disk procedure. My suggestion would be to use xcopy to attempt to copy the files.
More specifically with the command -> xcopy /S /C
From the xcopy help : /S Copies directories and subdirectories except empty ones. /C Continues copying even if errors occur.
Hope it helps