Howto : Resume a failed copy command where it left off
August 18th, 2008
No comments
Currently, file copying utilities such as cp, scp, rsync etc. are not able to resume where they left off after a failed copy operation. In this article, a solution is provided using the utility dd to pick up where cp left off. Read on for more.

