rsync logging

2006-02-27 Thread Steve Sether
--- Philippe BEAU philippe at beau.nom.fr wrote: I would like to know for each module i define in my rsyncd.conf (on my backup server side) if it is possible to have the transfer logging (host, ip address, ...) in my mysql server or in a separate log file for each module. You can also use my

Re: Dynamic hash table size (with static has load)

2006-02-27 Thread John Van Essen
On Sun, 26 Feb 2006, Wayne Davison [EMAIL PROTECTED] wrote: This would be such an improvement for really large files that I'm considering putting this into 2.6.7pre3. However, I want to be sure that it is in rock-solid shape first. If anyone wants to help with the testing and/or the

Re: Backing up two trees with corresponding files hard linked

2006-02-27 Thread Paul Slootman
On Fri 24 Feb 2006, Wayne Davison wrote: So, these days -H should be nice and fast. So, perhaps it should be moved into the -a collection? Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read:

Re: Rsync 2.6.7pre2 released

2006-02-27 Thread Paul Slootman
On Sun 19 Feb 2006, Wayne Davison wrote: I've just released rsync 2.6.7pre2 -- the second pre-release version of the imminent 2.6.7 release. Please test this out and email the rsync mailing list with any questions, comments, bug reports, etc. Thanks! I love the --chmod option :-) Works

Re: Rsync help needed...

2006-02-27 Thread Linus Hicks
Matt McCutchen wrote: On Fri, 2006-02-24 at 18:40 -0500, Linus Hicks wrote: I did something similar to what lsk is doing a few months back, I believe using rsync 2.6.5. I wrote a script to query the database for all the datafiles and rsync'ed them individually by specifying the full path to

Re: Rsync help needed...

2006-02-27 Thread lsk
And a performance question: would it be faster to pass the complete list of datafiles to rsync in one fell swoop, for instance using --files-from rather than running rsync individually on each one? It would be somewhat faster to pass the entire list because you incur the overhead of

Re: Backing up two trees with corresponding files hard linked

2006-02-27 Thread Wayne Davison
On Mon, Feb 27, 2006 at 01:08:02PM +0100, Paul Slootman wrote: So, perhaps it should be moved into the -a collection? I've certainly considered it. My main hesitation is not wanting to adversely effect existing rsync users. I haven't currently decided that I want to do this. One alternative

Re: Rsync help needed...

2006-02-27 Thread Matt McCutchen
On Mon, 2006-02-27 at 06:58 -0800, lsk wrote: Could you give an example with syntax for rsync using file option --files-rom=FILE. If my-list in the current directory contains a b b/c b/d b/d/e , then the command

Copying many sources to different places inside a destination

2006-02-27 Thread Matt McCutchen
Rsync people, I am preparing to overhaul my Web site's build system, and I am looking for a convenient way to collect files and directories from various places on my computer and put them at various locations inside a destination directory to be posted to my Web site. So far, my script has been

Re: Dynamic hash table size (with static has load)

2006-02-27 Thread Wayne Davison
On Sun, Feb 26, 2006 at 06:52:22PM -0800, Wayne Davison wrote: I want to be sure that it is in rock-solid shape first. FYI, there was one bug I found in the patch that I fixed: the gettag2() macro needed to mask the s1 variable to generate a proper tag value. I fixed this by just getting rid of

filename paths different in server mode

2006-02-27 Thread Chan, Alex \(Exchange\)
Hi Wayne, I see this old subject re HP-UX box may have differente behavior when the path is sanitized. We have an HP-UX box just upgraded to 2.6.6 and seems to have the same behavior in that rsync -vvv rsync://hpux1/app/bin/ recv_file_name(bin) recv_file_name(bin/toolkit) bin

Re: filename paths different in server mode

2006-02-27 Thread Wayne Davison
On Tue, Feb 28, 2006 at 02:52:31PM +0900, Chan, Alex (Exchange) wrote: It should not have the bin prefixed there. Tried rsync -vvv rsync://hpux1/app/bin/. and just app/bin they were the same. It only works with app/bin/* I can't reproduce this with any version of rsync I tried (and I tried

Re: Copying many sources to different places inside a destination

2006-02-27 Thread Wayne Davison
On Mon, Feb 27, 2006 at 06:33:44PM -0500, Matt McCutchen wrote: But the parts of the destination paths following ~/www are not always suffixes of the source paths, so --relative with dot-dirs is not good enough. While rsync doesn't currently support this, but you might be able to accomplish

CVS update: rsync

2006-02-27 Thread Wayne Davison
Date: Mon Feb 27 20:53:35 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv27215 Modified Files: rsync.yo Log Message: Tweaked a sentence. Revisions: rsync.yo1.359 = 1.360

CVS update: rsync

2006-02-27 Thread Wayne Davison
Date: Mon Feb 27 20:53:54 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv27252 Modified Files: rsync.1 Log Message: Regenerated. Revisions: rsync.1 1.371 = 1.372 http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.1?r1=1.371r2=1.372

CVS update: rsync

2006-02-27 Thread Wayne Davison
Date: Mon Feb 27 21:11:56 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10173 Modified Files: rsync.h Log Message: Added a chain item to the struct sum_buf. Revisions: rsync.h 1.283 = 1.284

CVS update: rsync

2006-02-27 Thread Wayne Davison
Date: Mon Feb 27 21:16:04 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv11963 Modified Files: match.c Log Message: This is Shachar Shemesh's patch for making the hash-table code work better with large files. I further modified it to eliminate

CVS update: rsync

2006-02-27 Thread Wayne Davison
Date: Mon Feb 27 21:29:44 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv24401 Modified Files: NEWS Log Message: Mention the hash table change. Revisions: NEWS1.375 = 1.376

CVS update: rsync

2006-02-27 Thread Wayne Davison
Date: Mon Feb 27 23:35:18 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30334 Modified Files: options.c Log Message: Added --no-H and --no-hard-links. Revisions: options.c 1.330 = 1.331

CVS update: rsync

2006-02-27 Thread Wayne Davison
Date: Tue Feb 28 00:09:19 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv17360 Modified Files: match.c Log Message: - Fixed a problem with the new gettag2() macro by getting rid of the need for it. - Fixed a really old bug in the verbose output

CVS update: rsync

2006-02-27 Thread Wayne Davison
Date: Tue Feb 28 00:31:52 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv9403 Modified Files: match.c Log Message: Eliminated one variable from hash_search(). Revisions: match.c 1.80 = 1.81

CVS update: rsync/patches

2006-02-27 Thread Wayne Davison
Date: Tue Feb 28 00:38:18 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv15523 Modified Files: verify-patches Log Message: Handle a patch failure where the whole patch was rejected. Revisions: verify-patches 1.37 = 1.38

CVS update: rsync

2006-02-27 Thread Wayne Davison
Date: Tue Feb 28 01:00:03 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv31692 Modified Files: match.c Log Message: Changed the name of GETTAG() to SUM2HASH(). Revisions: match.c 1.81 = 1.82