Added support for ATI viewport hack
[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 rsync -a rsync://flightgear.mxchange.org/Scenery/ .
54 cd</pre>
55 </p>
56
57 <p>
58         <strong>Back up again and compatible with TerraSync:</strong> The service
59         is back online again and now also with support for TerraSync. If you
60         don&#39;t which to download all to your local hard drive, you can use my
61         server in TerraSync (it will be updated daily) by having latest GIT and
62         downloading <a href="pub/my-server.diff">this patch</a>.
63 </p>
64
65 <p>
66         That should take a long time so you may want to setup a small script
67         containing these commands and while download is running you may want
68         to take out your dog for a walk. :-)
69 </p>
70
71 <p>
72         After this there is only one step left: Use the new path
73         <strong>~/fgfs-scenery/</strong> as the new scenery path for FlightGear.
74         To do so simply call <em>fgfs</em> with the parameter <strong>--fg-scenery=~/fgfs-scenery/</strong>.
75 </p>
76
77 <p>
78         <big><strong>Meet you in FGFS. :)</strong></big>
79 </p>
80
81 <p>
82         PS: My manually mirrored download archive for FlightGear can be found
83         <a href="pub/" target="_blank">here</a>. So take a look around. :)
84 </p>
85
86 <p align="center">
87         <small>
88                 Created: <strong>2008-03-29</strong> |
89                 Last update: <strong>2013-02-22</strong> |
90                 Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
91                 <a href="index.html">Home</a> |
92                 <a href="flights.html">My flights</a> |
93                 <a href="fgcom.html">FGCOM</a> |
94                 <a href="fgdata-bundle.html">fgdata.bundle</a> |
95                 <em>Rsync howto</em> |
96                 <a href="links.html">Links collection</a> |
97                 <a href="imprint.html">Imprint</a>
98         </small>
99 </p>
100
101 <p>
102         <a rel="license" target="_blank"
103          href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img
104          alt="Creative Commons License" style="border-width:0"
105          src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />
106         <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text"
107          property="dct:title" rel="dct:type">Quix0r&#39;s FlightGear Website</span> by <a
108          xmlns:cc="http://creativecommons.org/ns#" href="http://flightgear.mxchange.org"
109          property="cc:attributionName" rel="cc:attributionURL">Roland Haeder</a> is
110         licensed under a <a rel="license" target="_blank"
111          href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons
112         Attribution-ShareAlike 3.0 Unported License</a>.<br />
113         Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" target="_blank" rel="dct:source"
114          href="http://flightgear.mxchange.org/repos/flightgear/trunk/">http://flightgear.mxchange.org/repos/flightgear/trunk/</a>.
115 </p>
116
117 </body>
118 </html>