hi, guys
i use rsync batch mode for incremental update (on debian lenny, rsync
version is 3.0.9(compiled from source))
use the following command to generated batch file:
rsync -vogrtplk --write-batch=websites rsync://192.168.100.1/websites/
/home/websites/
> rsync.log 2> error.log
it goes well
I am very interested in the batch update process and multi-casting the
data. Is there anywhere in particular I should look? I have gone to the
main link from the man page and am feeling a little overwhelmed by it
and the apparent lack of how-to type documents.
I would like to help with this if I