|
发表于 2006-3-25 11:55:12
|
显示全部楼层
as far as I know, rsync is the way used for most mirror websites to sync with each other for updating files. It does overwrite the old one with the new file according to a specific checksum algorithm, not just simply updating the timestamp. The contents will sure be updated. I use rsync all the time to sync my local cvs repos from websites, it works pretty good. It doesn't necessary need to be remote and local, it can be just local to local.. so I thought it might be worth trying... |
|