Re: a tool that allows to continue copying between HDDs
On Tue, Jul 14, 2009 at 5:25 AM, Tzafrir Cohen<tzafrir@cohens.org.il> wrote:
> So why not just use cp -a ?
Probably because, when I first learned to do this stuff, the system I
used did have a -a option to cp, but did have rsync installed. And
now it's more muscle memory than anything. (I'm almost to the point
where I can tell kids to get off my lawn.)
Also, one can do:
find . -depth | grep -v filter | cpio
And filter out some troublesome files.
mrc
Reply to: