Michael Rueger wrote:
Lukas Renggli wrote:
Also this is not related to the issues discussed here (squeaksource.com is running), it can be easily done using wget or a similar tool. For example to mirror the Seaside 2.9 repository:
wget --recursive --no-parent --accept mcz "http://www.squeaksource.com/Seaside29/"
Yes, but mirroring/backing up a complete server (meaning all the package files) needs to iterate over all the repositories.
wget --recursive --no-parent --accept mcz "http://www.squeaksource.com" or wget --recursive --no-parent "http://www.squeaksource.com" or wget --recursive "http://www.squeaksource.com"
won't do...
Isn't rsync more appropriate for such mirroring? Because rsync migrate only changes, you can run it more frequently, even every hour? Janko -- Janko Mivšek AIDA/Web Smalltalk Web Application Server http://www.aidaweb.si