Re: downloading rsync 2.6.x ( or latest) binary for WinXP?

2004-11-17 Thread Joost van den Broek
I use cwRsync for rsync on win32: http://www.itefix.no/cwrsync/ Joost. On Wednesday 17 November 2004 18:26, BuyLinuxDVD wrote: > Hello, > > Where can I find latest rsync binary for Windows XP? > > The only binaries for Windows I came across on searching with Google are > 2.4.x and 2.5.x on http:

timeout and connection to remote rsync server

2004-11-17 Thread Micha� Lasota
I have two Suns with Solaris 9. I use rsync version 2.6.3. I copy files from the local machine to a remote rsync server. At the destination side I run rsync deamon via inetd. command rsync -av *.tmp backup1::tmp/ works well, I tried simulate damage of backup1, but when I disconnected backup1 m

Remote server incremental rsync +ssh ?

2004-11-17 Thread Rod Rioux
I would like to be able to run a backup  that compares to a directory but puts changes into a new directory ie Monday/tues etc.. I have tried -backup -backup-dir .. but I can't seem to get it to work right. Sometimes it works but the incr. Directory it creates is empty, even when there are

Re: specifying --bwlimit together with --daemon fails

2004-11-17 Thread Wayne Davison
See the recent discussion about this: http://www.mail-archive.com/rsync@lists.samba.org/msg11850.html The patch specified in that message could be used as a stop-gap measure until official support for bwlimit in combination with daemon comes out in a future release. ..wayne.. -- To unsubscribe

specifying --bwlimit together with --daemon fails

2004-11-17 Thread Paul Slootman
I received a bug report that starting with 2.6.3, rsync fails when started from inetd with the --bwlimit option (actually, I narrowed it down to that :-). Earlier rsync versions did work. What I see from the strace output is that the rsync --daemon process sets fd 0 to ON_NONBLOCK, then does a s

Re: rsync is concatenating the files together

2004-11-17 Thread Wayne Davison
On Thu, Nov 11, 2004 at 05:38:56PM -0600, Werner wrote: > I'm wondering perhaps if this is more a Solaris 10b69 bug than an > rsync bug? I would imagine so. I can only suggest (1) try a different transport (perhaps the remote shell you're using is not binary clean, and is thus eating the characte

Re: downloading rsync 2.6.x ( or latest) binary for WinXP?

2004-11-17 Thread Wayne Davison
On Wed, Nov 17, 2004 at 10:56:39PM +0530, BuyLinuxDVD wrote: > Where can I find latest rsync binary for Windows XP? The cygwin version is at 2.6.3. You can download the cygwin installer and install as few or as many packages as you like: http://www.cygwin.com/ Though I haven't tried it, I b

Re: Keeping File Trees in Sync

2004-11-17 Thread Wayne Davison
On Fri, Nov 12, 2004 at 12:13:39PM +0100, David E. Meier wrote: > However, using the --delete option does not work as expected or at > least as I whish it would. Your error report was too abbreviated: you mentioned copying /data, yet none of the directories you mentioned being on the source machi

downloading rsync 2.6.x ( or latest) binary for WinXP?

2004-11-17 Thread BuyLinuxDVD
Hello,   Where can I find latest rsync binary for Windows XP?   The only binaries for Windows I came across on searching with Google are 2.4.x and 2.5.x on http://optics.ph.unimelb.edu.au/help/rsync/   I could find only source files on http://samba.anu.edu.au/rsync/. Did I miss the link for d

Re: rsync bug

2004-11-17 Thread Wayne Davison
On Sun, Nov 14, 2004 at 04:49:07AM -0200, michael wrote: > I discovered that if etc/ is in an exclude file ,anything with etc will > also be excluded,e.g. /usr/etc , /usr/local/etc ,and so on. Which is to be expected, since that's what excluding "etc/" means: to exclude a directory named "etc"

Re: Problem with --backup and deleting a directory: Two directories created

2004-11-17 Thread Wayne Davison
On Mon, Nov 15, 2004 at 03:20:46PM +0100, Johannes Kastl wrote: > But there is also a directory delete-this-2004-11-15... , > but it is empty, and no files are copied/moved there afterwards. The erroneous creation of an empty directory was fixed recently in the CVS version of rsync. You can inco

Re: Database file rsync - any way to tell it to rsync against the last file?

2004-11-17 Thread Michael Bourgon
On Sat, 13 Nov 2004 10:53:34 -0800, Wayne Davison <[EMAIL PROTECTED]> wrote: > > Is there any way to tell it that I want to rsync mike_db_20041110.bak, > > using mike_db_20041109.bak as a source, so that when I'm done I still > > have both files? > One solution that rsync supports out of the box i