How to get the scenery from a rsync server

Here you will learn how to mirror (in this case) the FlightGear scenery from my server to your local hard drive. But you can easily adapt this on other rsync servers because the procedure is nearly the same.

First of all you need a lot free hard disk space before you can start. 4 gigs left might be to much but should not hurt. :) So let us start with the sync procedure, shall we?

Get a console window (unter Linux a terminal box) ready and find a place where you want to have your scenery downloaded to. In my example I asume that you want to create a new directory for your scenery. Then create the sub directories Airports, Terrain and Objects and start the rsync process in both directories.

To fast for you? Okay! Here are my commands I have entered:

cd
mkdir fgfs-scenery
cd fgfs-scenery
mkdir Terrain # The first letter must be capitalized...
mkdir Objects # ... and don't miss the s here.
mkdir Airports # ... and the s again!
rsync -a rsync://flightgear.mxchange.org/Terrain/ ./Terrain/
rsync -a rsync://flightgear.mxchange.org/Objects/ ./Objects/
rsync -a rsync://flightgear.mxchange.org/Airports/ ./Airports/
cd

Discontinued service: Due to low disk space on my server I had to discontinue my rsync server. You can still download the whole scenery from my server.

That should take a long time so you may want to setup a small script containing these commands and while download is running you may want to take out your dog for a walk. :-)

After this there is only one step left: Use the new path ~/fgfs-scenery/ as the new scenery path for FlightGear. To do so simply call fgfs with the parameter --fg-scenery=~/fgfs-scenery/.

Meet you in FGFS. :)

PS: My manually mirrored download archive for FlightGear can be found here. So take a look around. :)

Created: 2008-03-29 | Last update: 2011-02-05 | Author: Roland Häder
My flights | FGCOM | fgdata.bundle | How to rsync a scenery | Links collection | Imprint (needed in Germany) | Back to index

Creative Commons License
Quix0r's FlightGear Website by Roland Haeder is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Based on a work at http://flightgear.mxchange.org/repos/flightgear/trunk/.