add backup server

This commit is contained in:
Jonas Leder 2021-05-24 21:03:20 +02:00
parent aeab0e5fa2
commit 86659301f8
2 changed files with 45 additions and 0 deletions

View file

@ -105,6 +105,11 @@
"name": "Game Server",
"url": "/systeme/gameServer.html",
"type": "link"
},
{
"name": "Backup Server",
"url": "/systeme/backupServer.html",
"type": "link"
}
]
},

View file

@ -0,0 +1,40 @@
<!DOCTYPE html >
<html lang = "de" >
<head >
<meta charset = "UTF-8" >
<meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
<title></title>
<link href = "/css/style.css" rel = "stylesheet" >
</head >
<body >
<jl-header data-title="Game Server"></jl-header>
<div id = "content" >
<h2>Verbaute Hardware:</h2>
<ul>
<li><b>Prozessoren: </b><a href="https://ark.intel.com/content/www/us/en/ark/products/80910/intel-xeon-processor-e3-1231-v3-8m-cache-3-40-ghz.html">Intel® Xeon® Processor E3-1231 v3</a></li>
<li><b>CPU K&uuml;hler: </b> Intel Stock</li>
<li><b>Arbeitsspeicher: </b>2x HP 4GB DDR3 ECC</li>
<li><b>Mainboard: </b><a href="https://www.supermicro.com/en/products/motherboard/X10SLM-F">Supermicro X10SLM-F</a></li>
<li><b>Netzteil: </b><a href="https://de.evga.com/products/product.aspx?pn=100-W1-0500-KR">EVGA 500 W1</a></li>
<li>
<b>Storage:</b>
<ul>
<li>3x 2TB WD Greeb</li>
<li><a href="https://www.crucial.com/products/ssd/bx500-ssd">1x 120GB Crucial BX500 (boot ssd)</a></li>
</ul>
</li>
<li><b>Betriebssystem: </b><a href="https://www.proxmox.com/en/">Proxmox Backup Server</a></li>
</ul>
<div class="center">
<img src="/API/getFile.php?filename=img/backupServer.jpg">
</div>
<h2>Kommentare:</h2>
<jl-comments_display></jl-comments_display>
<jl-new_comment id="newComment"></jl-new_comment>
</div>
<jl-footer></jl-footer>
<script src='https://www.hCaptcha.com/1/api.js' async defer></script>
<script src="/js/script.js"></script>
</body>
</html>