Heres' what I did... login as root
rsync -a *.c auk1::pub/
rm -f a*.c
rsync -a *.c auk1::pub/
The a*.c files still exist on auk1, the remote server.
I've tried some parameters like --delete, --ignore-errors.
There's no help.
The server is running as a daemon by root.
rsync.conf:
uid = root
gid
Of jw schultz
Sent: Monday, August 04, 2003 11:20 AM
To: rsync mailing list
Subject: Re: always copy the whole file?
On Mon, Aug 04, 2003 at 10:55:55AM +0800, AndyWu wrote:
> Here's how it works in my 2 computers.
>
> First, on auk2
> # rsync -a auk1::pub/linux.iso .
> It tak
Here's how it works in my 2 computers.
First, on auk2
# rsync -a auk1::pub/linux.iso .
It takes about 4 minutes. Everything is fine.
However, after doing this on auk1,
# echo "hello" >> /pub/linux.iso
Then, on auk2
# rsync -a auk1::pub/linux.iso .
The execution time of the first command is stil