Re: resuming file transfer with scp

From: Nico Kadel-Garcia (nkadel@bellatlantic.net)
Date: 11/22/02


From: "Nico Kadel-Garcia" <nkadel@bellatlantic.net>
Date: Fri, 22 Nov 2002 05:50:14 GMT


"Kyler Laird" <Kyler@news.Lairds.org> wrote in message
news:mmkva-c1l.ln1@news.lairds.org...
> [Whoops! I mailed this instead of posting it the first
> time. Sorry, Nico.]
>
> "Nico Kadel-Garcia" <nkadel@bellatlantic.net> writes:
>
> >Use tar and gzip to bundle up the directory, then segment the big old
file
> >into reasonable size chunks with the "split". Then rsync those to your
local
> >directory and rsync those.
>
> The file is constantly growing, so this would be a real pain.
>
> Disk space is also a concern. If I split, I use twice the
> space on the client. If I use rsync, I have to have enough
> space on the destination for the previous partial transfer
> plus the next chunk transfered. Worse, I have to wait for
> the second copy to be created before anything is transfered.

Then it's not the same file. That's.... a bit more complicated.



Relevant Pages

  • Re: resuming file transfer with scp
    ... >Use tar and gzip to bundle up the directory, then segment the big old file ... Then rsync those to your local ...
    (comp.security.ssh)
  • Re: Changing /var size, or location
    ... Other ways to do the transfer would be 'tar' or 'rsync'. ... you can verify the tarball against the original ... and then verify destination against the tarball. ...
    (linux.redhat)
  • Re: How to copy a Fedora-4 system? Again!
    ... You will have to exclude some directories, eg /proc, if you do this; ... I didn't try tar on this occasion. ... I used rsync simply because it is easier to exclude directories with this, ...
    (Fedora)
  • Re: What backup method(s) do you use?
    ... An in-house Perl script that uses rsync over ssh along with hardlinking to ... of data net. ... allows tar, smb, or rsync to be used for the transfers, compresses ... web interface for browsing backups and doing restores. ...
    (Fedora)
  • SUMMARY: gzip and rsync return /usr/sbin/: Permission denied
    ... You don't want the backquotes around the gzip commands in your script... ... The three gzips are run in the background, and the wait command waits ... for them to finish before the script continues on to do the rsync. ... echo "Compressing Dumpfile #1" ...
    (SunManagers)