]> gitweb.fluxo.info Git - cache.git/commitdiff
Rsync/git access
authorCache do Fluxo <cache@fluxo.info>
Mon, 9 May 2016 14:31:21 +0000 (11:31 -0300)
committerCache do Fluxo <cache@fluxo.info>
Mon, 9 May 2016 14:31:21 +0000 (11:31 -0300)
index.html
index.mdwn

index 5ea8be315113ccddacc69d3a447108607ed07235..667664fe656e14a1b77fc528d98551fd404046ba 100644 (file)
 </ul>
 
 
+<p>Via rsync:</p>
+
+<pre><code>rsync -avz rsync://cache.fluxo.info/cache/ cache/
+</code></pre>
+
+<p>Via <a href="https://git.fluxo.info/?p=cache.git">git</a>:</p>
+
+<pre><code>git clone git://git.fluxo.info/cache.git
+git clone https://git.fluxo.info/cache.git
+</code></pre>
+
     </div>
 
     <hr />
     
 
     <!--<div class="pagedate">
-    Last edited <span class="date">Sex 02 Out 2015 18:02:30 BRT</span>
+    Last edited <span class="date">Seg 09 Mai 2016 11:30:59 BRT</span>
     </div> -->
 
     </div>
index 52c737e868f48b19dbeaac53eeb78fbd8fbe6a3a..2816de13765293da32b0247b23137d1de2724925 100644 (file)
@@ -3,3 +3,12 @@
 * Uma plataforma experimental de preservação de URLs.
 * [Tor](https://tor.eff.org) hidden service: [http://mnpteprhxj54ep65.onion](mnpteprhxj54ep65.onion).
 * Acesse [aqui](data) o conteúdo.
+
+Via rsync:
+
+    rsync -avz rsync://cache.fluxo.info/cache/ cache/
+
+Via [git](https://git.fluxo.info/?p=cache.git):
+
+    git clone git://git.fluxo.info/cache.git
+    git clone https://git.fluxo.info/cache.git