On Wed, 23 Jul 2003, Christian Aust wrote:

> Finne Boonen <[EMAIL PROTECTED]> wrote on Wed, 23 Jul 2003 11:09:25 +0200 (MET DST):
> 
> > just wonderign, wouldn't tar.bz files not keep your attributes?
> 
> Hmm, haven't thought of that. How would I easily tar everything except /proc, /dev 
> and 
> /mnt, and send it through bzip2? Regards,
> 

tar -cj /home > file.tar.bz2

untarren met:
tar -xvjpf file.tar.bz2

> -  Christian
> 
> --
> 
> Christian Aust
> mailto:[EMAIL PROTECTED]
> icq: 84500990 - Yahoo!: datenimperator - MSN: datenimperator
> PGP: A073 F9CD 2F23 25D2 EB95 E7A3 B9B4 2AF3 E103 DB5A
> 
> --
> [EMAIL PROTECTED] mailing list
> 


mvg
Finne Boonen
***********************************************************************************************
Beware of the spring, it'll jump you when you least expect it


--
[EMAIL PROTECTED] mailing list

Reply via email to