-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmirror.in
More file actions
33 lines (28 loc) · 849 Bytes
/
mirror.in
File metadata and controls
33 lines (28 loc) · 849 Bytes
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
TITLE=How to mirror
ID=mirror
PAGEDESCRIPTION=Check the mirrors of NomadBSD and download the related files from the FTP Servers.
PAGEURL=https://nomadbsd.org/mirror.html
KEYWORDS=NomadBSD, NomadBSD Mirrors, How To Mirror NomadBSD, NomadBSD Available Mirrors, NomadBSD Mirror Locations
CONTENT_START
<p>
<h2>How to mirror NomadBSD</h2><br>
<h3>What to mirror</h3>
<p>
rsync.nomadbsd.org::nomadbsd/
</p>
<h3>Expected mirror size</h3>
<p>
The mirror won't require more than 50GB.
</p>
<h3>Mirror update frequency</h3>
<p>
Once a day
</p>
<h3>How to mirror</h3> <br>
<p class="code">rsync -vaHz --delete rsync.nomadbsd.org::nomadbsd/ /target/directory/</p> <br>
<h3>Announce a new mirror</h3>
<p>If you have created a mirror for NomadBSD let us know via mirror [at] nomadbsd [dot] org</p>
<h3>Available Mirrors</h3>
@MIRROR_TABLE@
CONTENT_END
</p>