Displaying 1 result from an estimated 1 matches for "auk2".
Did you mean:
auk
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...