On Mon, 13 Jul 2009 10:59:11 -0700
Mike Castle <dalgoda+deb...@gmail.com> wrote:

> On Mon, Jul 13, 2009 at 7:45 AM, Sthu Deus<sthu.d...@gmail.com> wrote:
> > Is there a tool with which I can continue copying from HDD to another after
> > some interrupt?
> 
> Depending on how stable you need the destination file system, but I often do:
> 
> find . -depth | cpio -pdmv /path/to/dest
> 
> Followed up by an rsync.   The cpio will leave partial files in place,
> so the next time through it will skip that, but the rsync will fix it
> up.

I'm no expert in this stuff, so I'm curious - what is gained by this
over a straight rsync?

Celejar
--
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to