> 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...
Yes, that's a known problem of this early version of Seaside that SqueakSource is built on. As Janko suggest you might want to use rsync if this is your own SqueakSource instance and you have file-system access. I hope you don't want to mirror the gigabytes of mcz's on squeaksource.com ;-) Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
