remote server won't remove deleted files

2003-08-10 Thread AndyWu
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

RE: always copy the whole file?

2003-08-04 Thread AndyWu
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

always copy the whole file?

2003-08-03 Thread AndyWu
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