added info on backups

This commit is contained in:
ahriman 2018-12-23 07:13:59 +01:00
parent fe6a385158
commit 61d8743946
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ _/ |_|__| | __| _/____ ________________ __ _ _| |
<li><a href="/crawl/rcfiles">Player RC files</a></li>
<li><a href="/crawl/ttyrec">TTY Recordings</a></li>
</ul></p>
<p>DCSS itself is updated nightly and follows the official DCSS git repo. Morgues, RC files, and ttyrecs are <a href="https://tildegit.org/crawl">backed up to our TildeGit</a> daily.</p>
<p>Run a shell account server and want to easily provide console access to this DCSS instance for your users? Grab the ssh key, place it somewhere on your server, and create a file at <code>/usr/local/bin/dcss</code> with the following contents:<br />
<code><pre>#!/bin/sh
ssh -i /etc/dcss/dcss.key dcss@crawl.tildeverse.org</pre></code></p>