Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Probelm getting a large compressed tar file over ssh.

by Corion (Patriarch)
on Nov 30, 2005 at 08:13 UTC ( [id://512880]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $cmd="tar -czf - $rmt_dir";
    
  2. or download this
    #!/usr/bin/sh
    ssh -c "tar -czf - $rmt_dir" >backup.tar.gz
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (8)
As of 2024-04-19 14:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found