Changes between Version 2 and Version 3 of backup-design


Ignore:
Timestamp:
Aug 30, 2015, 6:43:45 PM (9 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • backup-design

    v2 v3  
    1717Our offsite backup servers are designed to be placed behind nat'ed firewalls. They have a runit service that connects them to a server with a static IP address and creates an ssh proxy.
    1818
    19 === banks ===
     19=== banks and minnie ===
    2020
    21 `banks` is the only offsite backup server currently running. The following connection details can be used for banks:
     21`banks` and `minnie` are the only offsite backup servers currently running.
     22
     23The following connection details can be used for banks:
    2224
    2325 * xo.banks.mayfirst.org:2200 (connect via proxy on luisa.mayfirst.org)
     
    3234}}}
    3335
     36The following connection details can be used for minnie:
     37
     38 * xo.minnie.mayfirst.org:2201 (connect via proxy on luisa.mayfirst.org)
     39 * telehouse.minnie.mayfirst.org:2201 (connect via proxy on iz.mayfirst.org)
     40 * minnie.mayfirst.org:2201 (connect via proxy on iz.mayfirst.org)
     41
     42In order to access minnie, please add the following stanza do your ~/.ssh/config file:
     43
     44{{{
     45Host minnie.mayfirst.org
     46Port 2201
     47}}}
     48