aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCache do Fluxo <cache@fluxo.info>2016-05-09 11:31:21 -0300
committerCache do Fluxo <cache@fluxo.info>2016-05-09 11:31:21 -0300
commitc7f929535c8a6b63338eca39f785716024a81a3f (patch)
treea27915f0aefe49df83a0fa797ee28b257121686a
parent69fb02351b05510a1ac6f00b0bbb6fb0fd986aa3 (diff)
downloadcache-c7f929535c8a6b63338eca39f785716024a81a3f.tar.gz
cache-c7f929535c8a6b63338eca39f785716024a81a3f.tar.bz2
Rsync/git access
-rw-r--r--index.html13
-rw-r--r--index.mdwn9
2 files changed, 21 insertions, 1 deletions
diff --git a/index.html b/index.html
index 5ea8be3..667664f 100644
--- a/index.html
+++ b/index.html
@@ -72,6 +72,17 @@
</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 />
@@ -95,7 +106,7 @@
<!--<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>
diff --git a/index.mdwn b/index.mdwn
index 52c737e..2816de1 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -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