On Wed, Nov 15, 2000 at 09:33:07AM +0100, [EMAIL PROTECTED] wrote:
...
> read only = true
...
> What does the line "mktemp /.this.XX failed" mean,
> considering that I can issue exactly the same command
> from the shell as root or normal user, and everything works fine?
You need "read only =
At the Ottawa Linux Symposium, I heard talk of a proof-of-concept version
of diff rewritten to use the rsync algorithms to produce diffs across a
network. Does such a beast still/actually exist?
Background:
I'm putting together a computer lab for use in operating systems classes,
and the schoo
On Wed, Nov 15, 2000 at 02:34:25PM +1100, Martin Pool wrote:
> Let's not argue. You were saying modularity is not impossible, I was
> saying it's not trivial. We're both right.
:)
> This points out another consideration: some people care most about CPU
> time (e.g. large Debian mirrors), some
Hi,
Currently I am trying to set up rsync for my home-network.
The server is a SuSE 7.0 server-installation, almost
out of the box.
I start up the rsync-server on that machine issuing the command
/usr/bin/rsync --daemon || return=$rc_failed
from a startup-script.
My configuration file looks lik