Re: using parralel port

From: Michele Andreoli ([email protected])
Date: Fri Mar 16 2001 - 14:32:29 CET


On Fri, Mar 16, 2001 at 07:43:11AM +0100, Jef Knoors nicely wrote:
> Hello fellows,
> I need to backup a hard disk and used:
>
> mount /dev/hda1 /mnt/dos
> mount /dev/hda5 /mnt/temp
> cat /mnt/dos/* | gzip -c > /mnt/temp

replace "cat" with tar!

        # cd /mnt
        # tar -cf- dos | gzip -c > /mnt/temp/dos.tgz

Michele

-- 
In summing up, I wish I had some kind of affirmative message to leave
you with, I don't. Would you take two negative messages? - Woody Allen
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:18 CET