Object oriented rsync (finally figured out how to get line-wrapping ... sorry)

2005-02-05 Thread Blake
Hi, Has anyone thought of making rsync object-oriented? For instance, I just want to slightly modify a few of its algorithms for somewhat specific backup purposes (rdiff type logic for incrementals and pooling files for many source machines with hardlinks - similar, but not exactly the same as, B

linewrap test

2005-02-05 Thread Blake
Hi, Has anyone thought of making rsync object-oriented? For instance, I just want to slightly modify a few of its algorithms for somewhat specific backup purposes (rdiff type logic for incrementals and pooling files for many source machines with hardlinks - similar, but not exactly the same as, B

Object oriented rsync (with line wrapping to list)

2005-02-05 Thread Blake
  Hi,   Has anyone thought of making rsync object-oriented?  For instance, I just want to slightly modify a few of its algorithms for somewhat specific backup purposes (rdiff type logic for incrementals and pooling files for many source machines with hardlinks - similar, but not exactly the

Object oriented rsync

2005-02-05 Thread Blake
Hi,   Has anyone thought of making rsync object-oriented?  For instance, I just want to slightly modify a few of its algorithms for somewhat specific backup purposes (rdiff type logic for incrementals and pooling files for many source machines with hardlinks - similar, but not exactly the sa

help with web proxying for anonymous rsync

2005-02-05 Thread Todd Harris
Hi all - I've searched long and hard for some docs on configuring a web proxy for rsync. This is probably in part an apache config question so I apologize if this is in the wrong forum. What I would like to do is provide anonymous rsync access to a handful of IPs via a web proxy so I don't have

Re: [HELP] Rsync to remote machine sometimes produces different binaries

2005-02-05 Thread Wayne Davison
On Sat, Feb 05, 2005 at 11:12:37AM +0100, Michael Gasch wrote: > after rsyncing both machines, some files differ ! > i verified these differences with "diff", hexdump and "md5sum" By default, rsync considers a file to be the same if it has the same size and the same modified-time, so it is possibl

Re: rsync huge tar files

2005-02-05 Thread Wayne Davison
On Sat, Feb 05, 2005 at 05:57:49PM +0200, Shachar Shemesh wrote: > Which kinda reminds me. Anyone knows where I can find the rsyncable > patch in an isolated form? Sure: it's in the patches subdir of the rsync source. I even updated it to apply to gzip 1.3.5: http://rsync.samba.org/ftp/unp

Re: rsync huge tar files

2005-02-05 Thread Shachar Shemesh
Martin Schröder wrote: On 2005-02-04 11:51:20 +0200, Shachar Shemesh wrote: What distro is this? If it's Debian, gzip has an option called "--rsyncable". This makes changes to the uncompressed file local in the This is a debian-only patch which doesn't change the gzip version. :-( Best re

Re: [HELP] Rsync to remote machine sometimes produces different binaries

2005-02-05 Thread Michael Gasch
[update] at the moment there're just .xls documents, which have this behaviour hope this helps!!! Michael Gasch wrote: hi, i'm using machine 1 (SuSE 9.0 32Bit): rsync 2.6.2 (from SuSE RPM) machine 2 (SuSE 9.1 64Bit): rsync 2.6.2 (from SuSE RPM) my command looks like the following: /usr/bin/rsync -W

[HELP] Rsync to remote machine sometimes produces different binaries

2005-02-05 Thread Michael Gasch
hi, i'm using machine 1 (SuSE 9.0 32Bit): rsync 2.6.2 (from SuSE RPM) machine 2 (SuSE 9.1 64Bit): rsync 2.6.2 (from SuSE RPM) my command looks like the following: /usr/bin/rsync -W --progress --rsync-path=/usr/local/bin/rsync -e ssh --delete --force -av /data/ machine2:/data/machine1/ after rsync