search for: auk1

Displaying 2 results from an estimated 2 matches for "auk1".

Did you mean: au1
2003 Aug 04
2
always copy the whole file?
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 still 4 minutes. I think it's supposed to be much short...
2003 Aug 08
1
remote server won't remove deleted files
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 = root pid file = /var/run/rsyncd.pid read only...