]> git.mxchange.org Git - flightgear-website.git/blob - rsync.html
f07d93584b03fbc762da42d94b87854718bb3bfb
[flightgear-website.git] / rsync.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4         <title>Quix0r&#39;s FlightGear Webpage - How to use rsync to get the scenery from a rsync server</title>
5         <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
6         <meta http-equiv="content-style-type" content="text/css" />
7         <meta http-equiv="content-script-type" content="text/javascript" />
8         <meta http-equiv="content-language" content="en-US" />
9         <meta http-equiv="imagetoolbar" content="no" />
10         <meta name="resource-type" content="document" />
11         <meta name="distribution" content="global" />
12         <meta name="copyright" content="2013, Roland Haeder, CC-BY-SA 3.0" />
13         <meta name="keywords" content="FlightGear, Flight, Gear, Aircraft, Airplane, Plane, Flight, Sim, Simulator, FlightSimulator, GPL, FG, FGFS, Earth, Free, Opensource, YASim, JSBSim, Help, Support" />
14         <meta name="description" content="Quix0r&#39;s FlightGear Webpage" />
15
16         <link rel="search" type="application/opensearchdescription+xml" title="YaCy Search 'zulu289'" href="http://yacy-websuche.mxchange.org:8090/opensearchdescription.xml" />
17         <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
18 </head>
19
20 <body>
21
22 <center><big><big><strong>How to get the scenery from a rsync server</strong></big></big></center>
23
24 <p>
25         Here you will learn how to mirror (in this case) the <a href="http://www.flightgear.org"
26          target="_blank">FlightGear</a> scenery from my server to your local hard
27         drive. But you can easily adapt this on other rsync servers because the
28         procedure is nearly the same.
29 </p>
30
31 <p>
32         First of all you need <strong>a lot</strong> free hard disk space before you
33         can start. 4 gigs left might be to much but should not hurt. :) So let us start
34         with the sync procedure, shall we?
35 </p>
36
37 <p>
38         Get a console window (unter Linux a terminal box) ready and find a place where
39         you want to have your scenery downloaded to. In my example I asume that you
40         want to create a new directory for your scenery. Then create the sub
41         directories <strong>Airports</strong>, <strong>Terrain</strong> and
42         <strong>Objects</strong> and start the rsync process in both directories.
43 </p>
44
45 <p>
46         To fast for you? Okay! Here are my commands I have entered:
47 </p>
48
49 <p>
50         <pre>cd
51 mkdir fgfs-scenery
52 cd fgfs-scenery
53 mkdir Terrain # The first letter must be capitalized...
54 mkdir Objects # ... and don't miss the <strong>s</strong> here.
55 mkdir Airports # ... and the <strong>s</strong> again!
56 rsync -a rsync://flightgear.mxchange.org/Terrain/ ./Terrain/
57 rsync -a rsync://flightgear.mxchange.org/Objects/ ./Objects/
58 rsync -a rsync://flightgear.mxchange.org/Airports/ ./Airports/
59 cd</pre>
60 </p>
61
62 <p>
63         <strong>Discontinued service:</strong> Due to low disk space on my server I
64         had to discontinue my rsync server. You can still download the whole scenery
65         <a href="pub/fgfs/Scenery/" target="_blank">from my server</a>.
66 </p>
67
68 <p>
69         That should take a long time so you may want to setup a small script
70         containing these commands and while download is running you may want
71         to take out your dog for a walk. :-)
72 </p>
73
74 <p>
75         After this there is only one step left: Use the new path
76         <strong>~/fgfs-scenery/</strong> as the new scenery path for FlightGear.
77         To do so simply call <em>fgfs</em> with the parameter <strong>--fg-scenery=~/fgfs-scenery/</strong>.
78 </p>
79
80 <p>
81         <big><strong>Meet you in FGFS. :)</strong></big>
82 </p>
83
84 <p>
85         PS: My manually mirrored download archive for FlightGear can be found
86         <a href="pub/" target="_blank">here</a>. So take a look around. :)
87 </p>
88
89 <p align="center">
90         <small>
91                 Created: <strong>2008-03-29</strong> |
92                 Last update: <strong>2011-02-05</strong> |
93                 Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
94                 <a href="flights.html">My flights</a> |
95                 <a href="fgcom.html">FGCOM</a> |
96                 <a href="fgdata-bundle.html">fgdata.bundle</a> |
97                 <em>How to rsync a scenery</em> |
98                 <a href="links.html">Links collection</a> |
99                 <a href="imprint.html">Imprint (needed in Germany)</a> |
100                 <a href="index.html">Back to index</a>
101         </small>
102 </p>
103
104 <p>
105         <a rel="license" target="_blank"
106          href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img
107          alt="Creative Commons License" style="border-width:0"
108          src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />
109         <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text"
110          property="dct:title" rel="dct:type">Quix0r&#39;s FlightGear Website</span> by <a
111          xmlns:cc="http://creativecommons.org/ns#" href="http://flightgear.mxchange.org"
112          property="cc:attributionName" rel="cc:attributionURL">Roland Haeder</a> is
113         licensed under a <a rel="license" target="_blank"
114          href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons
115         Attribution-ShareAlike 3.0 Unported License</a>.<br />
116         Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" target="_blank" rel="dct:source"
117          href="http://flightgear.mxchange.org/repos/flightgear/trunk/">http://flightgear.mxchange.org/repos/flightgear/trunk/</a>.
118 </p>
119
120 </body>
121 </html>