Hacker News new | ask | show | jobs
by andreasvc 4295 days ago
Given the issues encountered it would make sense to split this into two passes: 1. identify files with bad blocks and log; 2. do the block-level copy. The disadvantages of file-level copy weigh heavier than the doing this in a single step.
1 comments

That's probably what I'll do if I run into a problem like that another time (I'm the OP).