Re: using tar on localhost

From: Richard E. Silverman (res_at_qoxp.net)
Date: 06/23/05


Date: 22 Jun 2005 23:41:42 -0400


>>>>> "Payal" == Payal <payalrathod@gmail.com> writes:

    Payal> Hello, I have a shell account on a remote server with a quota
    Payal> of 25Mb. I have used 23Mb till now. Now I want to tar.gz it and
    Payal> get it on my machine. But I cannot do so because quota will be
    Payal> exceeded. Can I tar the remote files and instead of storing
    Payal> them on remote machine make the archive on local machine, using
    Payal> ssh?

$ ssh remote tar zcf - . > remote.tar.gz

-- 
  Richard Silverman
  res@qoxp.net


Relevant Pages

  • Re: Open file on remote linux server
    ... my remote files are on a solaris box that i can access using ssh (could ... Sent from the Python - python-list mailing list archive at Nabble.com. ... access to a remote file over ssh. ... If nothing else, you can install the ssh filesystem for Fuse, and just ...
    (comp.lang.python)
  • Re: Open file on remote linux server
    ... my remote files are on a solaris box that i can access using ssh (could ... prehap request othe protocols if necessary) ... try paramiko. ...
    (comp.lang.python)
  • Re: deleting with wildcards over ssh ... how ?
    ... I want to delete some remote files with a wildcard, running 'rm' over ssh. ... which will cause the local machine to send the command without expanding ...
    (freebsd-questions)
  • deleting with wildcards over ssh ... how ?
    ... I want to delete some remote files with a wildcard, running 'rm' over ssh. ... The obvious syntax doesn't work at all - it doesn't even make an ssh ...
    (freebsd-questions)
  • Re: deleting with wildcards over ssh ... how ?
    ... I want to delete some remote files with a wildcard, running 'rm' over ssh. ... The obvious syntax doesn't work at all - it doesn't even make an ssh ...
    (freebsd-questions)