File sync/delete question

2004-05-21 Thread Markus Gaugusch
Hi, I need to solve a specific problem and I think that I need an extension to rsync for this to work :) I have an FTP server in the DMZ and a samba server in my intranet. The ftp server has an "incoming" directory, where people can put uploads and it is also running rsync in daemon mode. The sa

re: question about --bwlimit=

2004-05-21 Thread Wallace Matthews
Since --bwlimit depends upon sleep(1 second), I repeated the experiment with a file that was 383 Megabyte so that when I am running unthrottled it takes significantly longer than a second (ie. ~50 seconds) to complete. I get the same bi-modal behavior but with different values for 4000 and 4001

question about --bwlimit=

2004-05-21 Thread Wallace Matthews
I am doing some benchmarking of rsync. I am using the --bwlimit= option to throttle down rsync to predict its operation over slow communications links. I am using rsync 2.6.2 from the release site without any patches. I downloaded the release rather than pull from the CVS tree. I have 2 servers

Re: rsync hangs in cron (not SSH-problem)

2004-05-21 Thread Jeffrey Layton
On Thu, 2004-05-20 at 20:55, Pascal Nobus wrote: > When used this command in cron > > 00 01 * * * rsync -av --delete /mnt/web1 /mass/kuurne/day > 00 02 * * * rsync -av --delete /mnt/web2 /mass/kuurne/day > etc.. > Not sure if this is your problem or not, but I had some problems running rsync ou

Re: two-way synchronization accross a firewall fails

2004-05-21 Thread Tim Harsch
This was somehow related to the fact that I was su'd to root, but not with root env ie. "su --" - Original Message - From: "Tim Harsch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 11:46 AM Subject: two-way synchronization accross a firewall fails > machine O

Re: rsync creates wrong sized files

2004-05-21 Thread Dr A V Le Blanc
On Thu, May 20, 2004 at 11:17:58AM -0700, Wayne Davison wrote: > Sounds like the rsync daemon you are contacting is running 2.6.1. If > so, just remove the -R option and all should be well (it's not needed by > the command you're using). Also, since you're using --delete, get rid > of the trailin