Re: backingup data with rsync compressed to another host



On Wed, 03 Jan 2007 08:04:19 -0800, John wrote this:

Hello,

is it possible to have rsync written data compressed to another host? How?
(the data should be compressed on the target-host)


Thank's a lot for any feedback! John

I don't think so. You want rsync to do the compression?

You should make a script that does the rsync match then does the
compression on the other host.

#

rsync ~/this overthere:~/that
ssh overthere `tar --remove-files -zcvf `/that.tgz ~/that`

.



Relevant Pages

  • Re: Partitioning a back up drive--request for comments.
    ... Since you are not backing up to another host or over a network, you don't need to use rsync. ... I would strongly recommend rsync over tar for backups, unless you're writing to a tape, or otherwise need a single mega file. ... No compression. ... I backup two file systems to synchronized directories on another disk, nightly, typically in a minute or two. ...
    (comp.os.linux.misc)
  • Re: Private Mirror/Repository
    ... For each of the distributions and modules, yum-pull has a list of mirrors, some rsync, some ftp, and some http. ... Turning on rsync compression won't generally help and may occasionally slow down the transfer as the transferred file can get slightly larger. ... In download situations where the local system might have an older file that has some of the same content as the newer file, rsync can speed up the download by reusing old blocks. ... The major difference is that you're providing step by step instructions for people to do this themselves, and I'm providing a script that tries to automate those steps as much as possible. ...
    (Fedora)
  • Re: [Info-Ingres] Linux LVM2 and creating a snapshot
    ... The plethora of storage options has yet to be resolved into actual ... On the current host using 15k drives in the host I back up ... The checkpoint uses gzip for compression but typically the cpu seems to ... been told we could buy a new server with 4Tb of disk fairly cheaply. ...
    (comp.databases.ingres)
  • Re: reiserfs to ext3
    ... compression you could do the following: ... reformat your partition to ext3 (all data will be lost, ... rsync all your data back to the new ext3-partition ... ID: lavluda MSN ID: lavluda Skype: lavluda ...
    (Debian-User)
  • Re: py2exe and library.zip
    ... I just tried some experiments with rsync (easier to test locally than ... is effectively rebuilding that library.zip on each run, ... I'm not familiar enough with zip file compression, ... So you might want to try ensuring that your py2exe generated file is ...
    (comp.lang.python)