storage.html
1 <!DOCTYPE html> 2 <html lang="de"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 <meta http-equiv="onion-location" content="http://bopbopl6lohkl2rts3ltesjnag4hzs4jrx2h6k6etgq5xasbpqekzlqd.onion" /> 7 <title>BOP Wiki: Storage</title> 8 <link rel="stylesheet" href="/assets/stylesheet.css" /> 9 <link rel="icon" type="image/x-icon" href="/assets/img/favicon.png"> 10 </head> 11 <body> 12 <header> 13 <!-- --------------------------------------------------------------------------------------------------------------------------------- --> 14 <script src="/assets/js/navbar-OpenClose.js"></script> 15 <script src="/assets/js/lightbox.js"></script> 16 <script src="/assets/js/copyCodeButton.js"></script> 17 <link rel="stylesheet" href="/resources/js-libraries/highlightJS/atom-one-dark.min.css"> 18 <script src="/resources/js-libraries/highlightJS/highlight.min.js"></script> 19 <script src="/resources/js-libraries/highlightJS/highlightjs-line-numbers.min.js"></script> 20 <script>hljs.highlightAll();</script> 21 <script>hljs.initLineNumbersOnLoad();</script> 22 <!-- --------------------------------------------------------------------------------------------------------------------------------- --> 23 <div class="branding"> 24 <button class="toggle-btn-navbar" id="navbarOpenButton">☰</button> 25 <a href="/"> 26 <img class="logo" src="/assets/img/logo.png"> 27 </a> 28 <div class="typing-animation">BytesOfProgress</div> 29 </div> 30 </header> 31 <div id="navbarContainer" class="navbar-container"> 32 <iframe class="navbar-iframe" src="/assets/navbar/navbar.html" frameBorder= "0"></iframe> 33 </div> 34 <main> 35 <article class="blog-post"> 36 <header class="post-header"> 37 <h1 class="post-title">Storage</h1> 38 </header> 39 </article> 40 <nav class="breadcrumb"> 41 <a href="/">Home</a> 42 <span class="divider">›</span> 43 <a href="/wiki/">Wiki</a> 44 <span class="divider">›</span> 45 <span class="current">Storage</span> 46 </nav> 47 <section class="post-content"> 48 <table> 49 <thead> 50 <tr> 51 <th>Title</th> 52 <th>Description & Link</th> 53 </tr> 54 </thead> 55 <tbody> 56 <tr> 57 <td>RAID / Redundant Array of Independent Disks</td> 58 <td> 59 Learn about the technology that combines disk drives for better performance and redundancy in storage systems.<br> 60 <a class="console-link" href="/wiki/storage/RAID/raid.html">Read more</a> 61 </td> 62 </tr> 63 <tr> 64 <td>Backups & Snapshots</td> 65 <td> 66 Read how you can safely store your data.<br> 67 <a class="console-link" href="/wiki/storage/backup-snapshot/backup-snapshot.html">Read more</a> 68 </td> 69 </tr> 70 </tbody> 71 </table> 72 </section> 73 <footer class="post-footer"> 74 <a href="/wiki/" class="cta-button">← Back</a> 75 </footer> 76 </main> 77 </body> 78 </html>