Re: Help: rsync queries

2004-07-17 Thread Chuck Wolber
On Fri, 16 Jul 2004, Swapnil wrote: 1. I want to know whether rsync server and client are available for * Novell servers * Windows 2003 * Windows 2000 server * Windows NT * Windows XP * Xservers * Mac OS X * Mac OS 9 I am unaware about

Re: Help: rsync queries

2004-07-17 Thread Chuck Wolber
On Fri, 16 Jul 2004, Chuck Wolber wrote: 5. I want to know If rsync Server is receiving the data of around 1 GB every day what is harware configuration recommended for the better performance. We maintain just under 1TB per server with 20 or 30 backup targets and don't see the load

Re: [Bug 1463] New: poor performance with large block size

2004-07-17 Thread Wayne Davison
On Fri, Jul 16, 2004 at 08:20:51PM -0400, Chris Shoemaker wrote: On Thu, Jul 15, 2004 at 07:06:28PM -0700, Wayne Davison wrote: + max_map_size = MIN(MAX_MAP_SIZE, blength * 32); This makes max_map_size a multiple (32) of blength for a large range (blength*32 MAX_MAP_SIZE), Oops, that

Re: [PATCH] Batch-mode rewrite

2004-07-17 Thread Wayne Davison
On Fri, Jul 16, 2004 at 04:48:55PM -0400, Chris Shoemaker wrote: what's this part about standard input? It reads the batch data from stdin (the current manpage says list where it should say batch data). This is quite useful, as seen in the example in the manpage: $ rsync

Re: Growing file

2004-07-17 Thread Milutin Voinivich
Hi, rsync gzip file in not so good idea! Because of gzip algorithm, a small use change of the original file will cause a big change of the gzip file. That's mean rsync will copy the whole file after each change! , not what you really want ! To over come this you can use special version on gzip,

mkstemp failed: (code 23) main(633)

2004-07-17 Thread lothar esser
Hi, I am a new user and tried at least some of the recommended ways to find an answer to my question (search the net, ask IT professionals). But when everything fails nothing beats newsgroups... Here is my problem. I compiled rsync 2.6.2 on a Tru64 v5.1b system. I am trying to use rsync to

Berkley DB

2004-07-17 Thread Chuck Wolber
We are rsync'ing large (hundreds of GB) and constantly changing Berkley DB (aka Sleepycat) datasets (the RPM database uses the same thing, but its dataset is extremely small). When a change occurs (insert, update, delete, etc) in a BDB it has a tendency to propagate through the binary database

CVS update: rsync

2004-07-17 Thread Wayne Davison
Date: Sat Jul 17 10:59:14 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv20120 Modified Files: generator.c Log Message: Changed a MIN() to a MAX() when setting max_map_size. Revisions: generator.c 1.98 = 1.99

CVS update: rsync

2004-07-17 Thread Wayne Davison
Date: Sat Jul 17 15:19:50 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv12562 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.201 = 1.202 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.201r2=1.202

CVS update: rsync

2004-07-17 Thread Wayne Davison
Date: Sat Jul 17 15:19:57 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv12599 Modified Files: flist.c Log Message: Got rid of the arg to io_start_multiplex_out(). Revisions: flist.c 1.232 = 1.233

CVS update: rsync

2004-07-17 Thread Wayne Davison
Date: Sat Jul 17 15:20:00 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv12616 Modified Files: io.c Log Message: Revamped some of the io variables and calls to make the various I/O functions seemlessly work on fds that aren't for the main socket.

CVS update: rsync/patches

2004-07-17 Thread Wayne Davison
Date: Sat Jul 17 15:34:53 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv15650 Modified Files: delete-sent-files.diff time-limit.diff Log Message: Fixed for latest source. Revisions: delete-sent-files.diff 1.15 = 1.16

CVS update: rsync

2004-07-17 Thread Wayne Davison
Date: Sat Jul 17 16:29:10 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28296 Modified Files: generator.c Log Message: Moved the read_batch abort check below the code that handles the symlinks and devices. Revisions: generator.c