Is it possible to run cp again after it was aborted and make it start where it ended last time (not overwrite data that's already copied, only copy what's still left)?
|
feedback
|
|
It's cases like this that have taught me to use You can use it just like cp, like this:
| |||
|
feedback
|
|
Use the -u switch, and see the cp man page. | |||||||
feedback
|
|
rsync is a great tool also: man page at -> http://www.manpagez.com/man/1/rsync/ | |||
|
feedback
|