-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathnginx-before.txt
36 lines (33 loc) · 1.65 KB
/
nginx-before.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
permalink: /nginx-before.txt
sitemap: false
---
<!DOCTYPE html>
{% include header.html %}
{% include menu.html %}
{% include title.html %}
<div class="container">
<div class="row">
<div class="col-md-6">
<p>This page contains dumps to allow you to create your <a href='{{ site.url }}/guides/building-server/'>own keyserver</a>.</p>
<ul>
<li>The below dumps are created by the <a href='{{ site.url }}/guides/dump-process/'>sks-dump-script.sh</a> script.</li>
<li>Dumps are created at <b>8:00 UTC</b> (2am CST)</li>
<li>Dumps are created each day of the week.</li>
<li>All times below are in the <b>UTC</b> time zone.</li>
<li>The script will keep the last <b>3</b> days of dumps.</li>
<li>See the <a href='{{ site.url }}/dump/current/README.txt'>README.txt</a> file within each dump folder for more information about each build.</li>
</ul>
</div>
<div class="col-md-6 col-pull-right">
<div class="alert alert-info">
<h3><center><span class="glyphicon glyphicon-download" style="font-size:0.8em;"></span> <strong>FTP Download</strong></center></h3>
<p>You may instead download my <b>FTP</b> server found at <a href="ftp://keyserver.mattrude.com">ftp://keyserver.mattrude.com</a>.</p>
<p>Use the following command:</p> <pre style="font-size:0.85em;">wget -m -nH --cut-dirs=3 ftp://keyserver.mattrude.com/current</pre>
</div>
</div>
<div class="col-md-12">
<p><strong>Use the below command to download all the current dump files.</strong></p>
<pre>wget -crp -e robots=off -l1 --no-parent --cut-dirs=3 -nH -A pgp,txt https://keyserver.mattrude.com/dump/current/</pre>
</div>
</div>