On Tue, 6 Jun 2000, KompuKit wrote:

>How would I use the command TAR...
>to compress the  /etc/  directory...
>
>so I can back it up...on another drive?

This would work (would make a copy to /mnt/etcbackup):

(cd /etc && tar cpf - .) | (cd /mnt/etcbackup && tar xpf -)

Paul

-- 
Flowers grow where there is space.
So do people.

)0(    [[EMAIL PROTECTED]]    )0(
http://nlpagan.net -  ICQ 147208
Registered  Linux  User   174403

Reply via email to