Re: Smoother bandwidth limiting

2003-11-06 Thread jw schultz
This again? Where 1024 was arbitrary not magic. This would reduce the maximum throughput on a 100HZ system to ~100KB/sec no matter what the --bwlimit value is. I'm getting more and more convinced that --bwlimit should never have gotten into rsync. Bandwidth management belongs at the system leve

Smoother bandwidth limiting

2003-11-06 Thread Mikko Rauhala
Hello I'm using a cable modem with a slow uplink, and therefore when I want to transfer large amounts of data upstream, I tend to use rsync with --bwlimit. However, the stock rsync seems to send a bit too much data at once for comfort, momentarily blocking my meager upstream enough to bother laten

rsync 2.5.6 fails to create device nodes on IRIX and NFS mount

2003-11-06 Thread Bernhard Erdmann
Hi, rsync (2.5.6 protocol version 26) on IRIX fails to create device inodes to a NFS mounted filesystem. rsync via ssh, client side is on IRIX 6.5.19, server side is on RedHat Linux 7.3 (rsync 2.5.4 protocol version 26) and the NFS mount is from a linux box (NFSv3 and dev,suid as mount options

Re: workaround for HFS+'s case-insensitivity?

2003-11-06 Thread Daniel M. Drucker
>>> Short of repartitioning my hard drive and making a UFS partition, is >>> there any workaround anyone has come across? The workaround I'm now successfully using is creating a UFS disk image (dmg), and mounting that as /Volumes/backup, and doing my backups to that image. This has a very nice si

Implemented "--exclude-old" in rsync

2003-11-06 Thread Yair Lenga
Hi, I'm using rsync to keep several file servers in sync. Uploads to the data can be placed at any time on any server. I'm using the extended N-way backup, following the example from the two way backup in the FAQ: rsync --archive --update rsync::first/files files (on second, third) rsync --arc

rsync enhancement - check destination before creating file list?

2003-11-06 Thread Bob Bagwill
Wouldn't it make sense for rsync to check for the existence of the destination directory before creating the file list? It's a waste to stat(2) thousands of files only to abort because the destination doesn't exist. -- Bob Bagwill -- To unsubscribe or change options

Re: MD4 Engine Bug?

2003-11-06 Thread Wayne Davison
On Thu, Nov 06, 2003 at 02:58:44PM +0200, Mihai Danila wrote: > While digging down in the source code, I noticed that the MD4 engine > in the original source code that I possess did not perform the MD4 > tail operation if the last block fed into the engine was exactly the > size of the other blocks

Re: rsyncing Maildirs

2003-11-06 Thread Wayne Davison
On Thu, Nov 06, 2003 at 10:48:37AM +0100, Snorre Narum Garmann wrote: > rsync -av --include "/*/Maildir/**" --exclude "*" -recursive > server::mailbackup . Isn't this copying the wrong way? i.e. don't you want to send files TO the mailbackup server? In any respect, this is a case where include/ex

Re: rsyncing Maildirs

2003-11-06 Thread Hardy Merrill
jw schultz [EMAIL PROTECTED] wrote: > On Thu, Nov 06, 2003 at 10:48:37AM +0100, Snorre Narum Garmann wrote: > > Hi > > > > I'm trying to take a backup of all the users emails on a server using rsync, > > but there is probably something about the patterns I haven't understood > > quite. > > > >

Re: workaround for HFS+'s case-insensitivity?

2003-11-06 Thread Steve Waltner
On Nov 4, 2003, at 4:08 AM, jw schultz wrote: On Wed, Oct 29, 2003 at 07:29:59AM +, Daniel M. Drucker wrote: I am using Mike Rubel's snapshot-style rsync to do backups from my web server (Linux) to my desktop (MacOS X). Mostly, this works great, except where case sensitivity (or rather, HFS+'s

MD4 Engine Bug?

2003-11-06 Thread Mihai Danila
Hello, While porting rsync 2.5.6 to .NET (C#), I noticed that the MD4 engine in the original source code in my possession behaved differently from the C# MD4 engine that I was using in my own code. While testing the file transfer between my program and a compiled version of rsync 2.5.6, I notice

Re: rsyncing Maildirs

2003-11-06 Thread jw schultz
On Thu, Nov 06, 2003 at 10:48:37AM +0100, Snorre Narum Garmann wrote: > Hi > > I'm trying to take a backup of all the users emails on a server using rsync, > but there is probably something about the patterns I haven't understood > quite. > > > > Every user has a folder called Maildir in their

rsyncing Maildirs

2003-11-06 Thread Snorre Narum Garmann
Hi I'm trying to take a backup of all the users emails on a server using rsync, but there is probably something about the patterns I haven't understood quite. Every user has a folder called Maildir in their home directory. So the structure is like this: /home/user1/Maildir /home/user2/Ma