Local repos » Historique » Version 10
Patrice Nadeau, 2015-10-12 20:51
1 | 1 | Patrice Nadeau | h1. Local repos |
---|---|---|---|
2 | |||
3 | 5 | Patrice Nadeau | Informations provenant de |
4 | * http://vavai.net/2008/10/making-a-local-copy-of-opensuse-repository-mirror-server/ |
||
5 | * https://en.opensuse.org/openSUSE:Factory_mirrors |
||
6 | 3 | Patrice Nadeau | |
7 | 4 | Patrice Nadeau | h2. Prérequis |
8 | |||
9 | Serveur FTP fonctionnel |
||
10 | |||
11 | h2. instllation |
||
12 | |||
13 | 1 | Patrice Nadeau | Install rsync |
14 | |||
15 | <pre><code class="bash"> |
||
16 | mkdir -p local_repos/13/2 |
||
17 | cd local_repos/13.2 |
||
18 | </code></pre> |
||
19 | |||
20 | 10 | Patrice Nadeau | Vérifie le contenu du serveur rsync |
21 | 2 | Patrice Nadeau | <pre><code class="bash"> |
22 | rsync rsync.opensuse.org:: |
||
23 | </code></pre> |
||
24 | 7 | Patrice Nadeau | |
25 | 1 | Patrice Nadeau | Débute la synchronisation |
26 | 10 | Patrice Nadeau | > peux prendre plus de 24 heures |
27 | 1 | Patrice Nadeau | <pre><code class="bash"> |
28 | 7 | Patrice Nadeau | rsync -av --delete-after rsync.opensuse.org::opensuse-updates/13.2 . |
29 | 9 | Patrice Nadeau | rsync -av --delete-after rsync.opensuse.org::opensuse-updates/13.2-non-oss . |
30 | 1 | Patrice Nadeau | </code></pre> |