On May 24, 2008, at 6:02 PM, Wayne Davison wrote:
On Sat, May 24, 2008 at 02:44:33PM +0200, Gerben Wierda wrote:
This looks like a bug to me.
Nope. Use "man rsyncd.conf" or read the manpage on-line (it's
linked on
the front page of the rsync website):
http://rsyn
On Mac OS X 10.5.2 I run rsync to keep a couple of instances of my /
usr/local tree in sync. With Apple's rsync I run (e.g.):
sudo /usr/bin/rsync --rsync-path=/usr/bin/rsync -E --progress -avu --
delete --dry-run --exclude=TeXLive-working-copy/ --exclude=context-
update/ --exclude=.Spotlight-
On Sep 20, 2006, at 23:51, Wojtek.Pilorz wrote:
Check swap usage during rsync as well as rsync memory usage; perhaps
rsync
dataset no longer fits into core, so swap slows it all down.
I have checked this, but that is not the problem.
What I did notice is something else. Part of a smaller tre
I am in the habit of syncing my /usr/local tree over several computers
(all Mac OS X). Recently my /usr/local tree has doubled in size, from
300,000 files to 600,000 files because I have added a large subversion
checkout (TeX Live). As a result, rsync has become a time hog. Instead
of a minute
Hi,
I am running rsync 2.6.3 on Mac OS X 10.4. I have set up rsync to act
as rsync server on one machine with a module entry like this:
syslog facility = local5
[src-rw]
path = /usr/local/src
comment = whole /usr/local/src tree
hosts allow = [ip addresses deleted]