Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: tar from another server

by waswas-fng (Curate)
on Dec 06, 2002 at 04:28 UTC ( [id://217982]=note: print w/replies, xml ) Need Help??


in reply to tar from another server

This may point you in the right direction:
tar -cf - <files> | (cd <target dir> ; tar -xvf - );

Will tar and extract files in a diff location in one line.. add in ssh to do what you are looking to do.

-Waswas

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://217982]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-26 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found