Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Tip of the Day: "ghosting" a machine with nc and dd



On Tue, 17 Jul 2007 10:32:42 +0200, Attila Kinali <attila@example.com> wrote:

> tar is not only for making backups ;-)

Actually, it's excellent for copying directory structures from one machine
to another, when said directory structures contain symlinks. scp
dereferences the symlinks, thus negating their usefulness, but tar
preserves them. I frequently use something like this:

$ tar cjf - directory | ssh user@example.com "tar xjf -"

-- 
G. Stewart - gstewart@example.com

If carrots are so good for the eyes, how come I see so many dead rabbits 
on the highway?

Attachment: pgpLuYWJmDMLX.pgp
Description: PGP signature


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links