Psoren,Procedure is simply:
- take the old iso as seeding file (copy and rename the seed to smeserver.iso (cp))
- give the rsync command
So here we go (again):
(
This is assuming your seeding.iso is a 7pre2)
- ssh into your SME-server
-
cd "one of your i-bays"- cut/paste code below onto the cmdline (seed iso is in that i-bay)
for far east, au:cp smeserver-7.0pre2.iso smeserver.iso
rsync --stats --partial --progress rsync://rsync.planetmirror.com/smeserver/releases/7/iso/smeserver.iso .
for the us:cp smeserver-7.0pre2.iso smeserver.iso
rsync -avv --stats --partial --progress rsync://ftp.ibiblio.org/pub/linux/distributions/smeserver/releases/7/iso/smeserver.iso .
What you can expect (from my rsync of today, less than usual):
pre2 to pre3
sent 148485 bytes received 114761432 bytes 34204.47 bytes/sec
total size is 449304576 speedup is 3.91Regards
Reinhold
P.S.: Note that the rsync command here:
- is on a single line (broken by the forum software but intact if copied)
- does include stats
- will generate partials (in case ibiblio gets offline - again

)