rsync-3.0.6 regression test problems

2009-07-06 Thread Harald Koenig
Hi, I've build rsync-3.0.6 on a number of legacy unix systems, and on a few systems the regression tests showed up with some errors: HP-UX 11.11 and 11.23 (ia64): FAILchown FAILdir-sgid FAILfuzzy FAILitemize IRIX 6.5.13m: FAILchown

Re: Listing Changed Files Without Two Copies?

2009-07-06 Thread henri
> What I am curious about is if there is a way to achieve this without > maintaining two copies of the files. Is there any way to run rsync > against a fileset where rsync will produce a checksum or something for > those files and can then later determine what files have changed without > m

Re: How to make big MySQL database more diffable/rsyncable? (aka rsyncing big files)

2009-07-06 Thread malayter
On Jul 6, 2009 4:41am, Krzysztof Nosek wrote: I'm having a very hard time rsyncing efficiently a MySQL database which contains very large binary blobs. How to do it better? I thought that rsync would be magically able to extract changes from my data. However, it looks like it diffs the 17G

How to make big MySQL database more diffable/rsyncable? (aka rsyncing big files)

2009-07-06 Thread Krzysztof Nosek
Hello group, I'm having a very hard time rsyncing efficiently a MySQL database which contains very large binary blobs. (Actually, it's the database of Mantis bug tracker [http://www.mantisbt.org/], with file attachments stored directly in the table rows. I know it's a bad idea from many other