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
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
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
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
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
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