|
| 1 | +<!DOCTYPE html> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 3 | +<head> |
| 4 | +<!-- <head> --> |
| 5 | +<meta charset="utf-8" /> |
| 6 | +<meta name="generator" content="Docutils 0.21.2: https://docutils.sourceforge.io/" /> |
| 7 | +<meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 8 | +<title>BorgBackup – Deduplicating archiver with compression and authenticated encryption</title> |
| 9 | +<link rel="shortcut icon" href="/favicon.ico"/> |
| 10 | +<link rel="icon" type="image/ico" href="/favicon.ico"/> |
| 11 | +<link rel="me" href="https://fosstodon.org/@borgbackup"/> |
| 12 | +<style type="text/css"> |
| 13 | + |
| 14 | +body { |
| 15 | + margin: 0; |
| 16 | + font-family: verdana,arial,helvetica,sans-serif; |
| 17 | + padding-bottom: 1rem; |
| 18 | +} |
| 19 | + |
| 20 | +header { |
| 21 | + background-color: black; |
| 22 | + padding-top: 1.5rem; |
| 23 | + padding-bottom: 1rem; |
| 24 | + border-bottom: 5px solid #22D045; |
| 25 | +} |
| 26 | + |
| 27 | +#logo { |
| 28 | + max-width: 600px; |
| 29 | + margin: 0 auto; |
| 30 | +} |
| 31 | + |
| 32 | +/* apply drop shadow to logo paths */ |
| 33 | +#logo path { |
| 34 | + filter: drop-shadow(0 0 2px black) |
| 35 | +} |
| 36 | + |
| 37 | +header h1 { |
| 38 | + margin: 0; |
| 39 | + text-align: center; |
| 40 | +} |
| 41 | + |
| 42 | +nav { |
| 43 | + display: flex; |
| 44 | + justify-content: center; |
| 45 | +} |
| 46 | + |
| 47 | +nav > ol { |
| 48 | + display: flex; |
| 49 | + flex-wrap: wrap; |
| 50 | + justify-content: center; |
| 51 | + gap: 0.5rem; |
| 52 | + padding: 0 0.75rem; |
| 53 | +} |
| 54 | + |
| 55 | +nav > ol > li { |
| 56 | + list-style: none; |
| 57 | +} |
| 58 | + |
| 59 | +/* mono system font stack courtesy of https://qwtel.com/posts/software/the-monospaced-system-ui-css-font-stack/ */ |
| 60 | +nav > ol > li > a { |
| 61 | + font-size: 1.1rem; |
| 62 | + font-weight: bold; |
| 63 | + color: #22D045; |
| 64 | + font-family: ui-monospace, |
| 65 | + Menlo, Monaco, |
| 66 | + "Cascadia Mono", "Segoe UI Mono", |
| 67 | + "Roboto Mono", |
| 68 | + "Oxygen Mono", |
| 69 | + "Ubuntu Monospace", |
| 70 | + "Source Code Pro", |
| 71 | + "Fira Mono", |
| 72 | + "Droid Sans Mono", |
| 73 | + monospace; |
| 74 | + padding: 0.25rem; |
| 75 | +} |
| 76 | + |
| 77 | +nav > ol > li > a:hover, |
| 78 | +#logo svg:hover { |
| 79 | + text-shadow: 0 0 2px black; |
| 80 | + background: radial-gradient(closest-side, #22D045, transparent); |
| 81 | +} |
| 82 | + |
| 83 | +main.content { |
| 84 | + max-width: 600px; |
| 85 | + padding: 0 1rem; |
| 86 | + margin: 0 auto; |
| 87 | +} |
| 88 | + |
| 89 | +.hide-rst-heading main h1:first-child { |
| 90 | + display: none; |
| 91 | +} |
| 92 | + |
| 93 | +main #tagline, |
| 94 | +main h1.title { |
| 95 | + font-size: 220%; |
| 96 | + font-weight: normal; |
| 97 | + padding-bottom: 1.5rem; |
| 98 | + border-bottom: 1px solid #666; |
| 99 | + text-align: left; |
| 100 | +} |
| 101 | + |
| 102 | +main h1 { |
| 103 | + font-size: 150%; |
| 104 | + font-weight: normal; |
| 105 | +} |
| 106 | + |
| 107 | +main ul { |
| 108 | + line-height: 1.5em; |
| 109 | + padding-bottom: 0.75rem; |
| 110 | +} |
| 111 | + |
| 112 | +.main-index h2 { |
| 113 | + margin: 1.5rem 0; |
| 114 | +} |
| 115 | + |
| 116 | +.contributors { |
| 117 | + line-height: 1.5; |
| 118 | + font-style: italic; |
| 119 | +} |
| 120 | + |
| 121 | +.contributors .contributor { |
| 122 | + white-space: nowrap; |
| 123 | +} |
| 124 | + |
| 125 | +#demo { |
| 126 | + text-align: center; |
| 127 | + width: 100%; |
| 128 | +} |
| 129 | + |
| 130 | +/* the size of the demo player is not very well defined and kinda depends on the |
| 131 | + * default fonts and font sizes. This makes it so that it does never truncate lines if the |
| 132 | + * window is large enough. |
| 133 | + */ |
| 134 | +#demo { |
| 135 | + margin: 10px 0; |
| 136 | + text-align: center; |
| 137 | + position: absolute; |
| 138 | + left: 0; |
| 139 | + right: 0; |
| 140 | +} |
| 141 | + |
| 142 | +ul > li > p { |
| 143 | + margin: 0; |
| 144 | +} |
| 145 | + |
| 146 | +a { |
| 147 | + text-decoration: none; |
| 148 | +} |
| 149 | + |
| 150 | +main > dl > dt { |
| 151 | + float: left; |
| 152 | + font-weight: bold; |
| 153 | +} |
| 154 | + |
| 155 | +main > dl > dd { |
| 156 | + margin-left: 4.5rem; |
| 157 | +} |
| 158 | + |
| 159 | +</style> |
| 160 | +<!-- </head> --> |
| 161 | +</head> |
| 162 | +<body> |
| 163 | +<main class="hide-rst-heading main-index" id="borgbackup-deduplicating-archiver-with-compression-and-authenticated-encryption"> |
| 164 | +<!-- <body> --> |
| 165 | + |
| 166 | +<header> |
| 167 | + <div id="logo"> |
| 168 | + <h1><a href="/"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="240pt" height="100pt"> |
| 169 | + <path id="p0" fill="transparent" d="M0 66.6667L0 0L160 0L320 0L320 66.6667L320 133.333L160 133.333L0 133.333Z"/> |
| 170 | + <path id="p1" transform="translate(20.9086, 32.2192)" fill="#00dd00" d="M43.75 13.8021L26.6667 13.8021L26.6667 0L53.3854 0L67.2396 13.8021L67.2396 27.8646L60.3125 34.7917L67.2396 41.7187L67.2396 55.3125L53.3854 69.1146L26.6667 69.1146L26.6667 55.3125L43.75 55.3125L43.75 40.5729L26.6667 40.5729L26.6667 28.5417L43.75 28.5417ZM0 0L23.0208 0L23.0208 69.1146L0 69.1146Z"/> |
| 171 | + <path id="p2" transform="translate(97.6794, 46.0213)" fill="#00dd00" d="M62.1354 41.5104L48.3333 55.3125L32.9167 55.3125L32.9167 42.3958L38.6458 42.3958L38.6458 13.8021L32.9167 13.8021L32.9167 0L48.3333 0L62.1354 13.8021ZM23.2813 42.3958L29.2708 42.3958L29.2708 55.3125L13.8021 55.3125L0 41.5104L0 13.8021L13.8021 0L29.2708 0L29.2708 13.8021L23.2813 13.8021Z"/> |
| 172 | + <path id="p3" transform="translate(170.231, 46.0213)" fill="#00dd00" d="M36.5104 13.8021L26.7187 13.8021L26.7187 7.76042L34.4271 0L48.3854 0L59.5833 12.9167L59.5833 27.2396L36.5104 27.2396ZM0 55.3125L0 7.10543e-15L23.0208 7.10543e-15L23.0208 55.3125Z"/> |
| 173 | + <path id="p4" transform="translate(236.429, 46.0213)" fill="#00dd00" d="M36.875 13.8021L26.6667 13.8021L26.6667 7.10543e-15L46.0937 7.10543e-15L59.8958 13.8021L59.8958 60.7812L46.0937 74.6875L15.7292 74.6875L8.80208 67.7083L8.80208 62.6042L36.875 62.6042ZM33.2292 42.3958L33.2292 48.4896L26.3542 55.3125L13.8021 55.3125L0 41.5104L0 13.8021L13.8021 0L23.0208 0L23.0208 42.3958Z"/> |
| 174 | + </svg></a></h1> |
| 175 | + </div> |
| 176 | + <nav> |
| 177 | + <ol> |
| 178 | + <li><a href="/demo.html">Demo</a></li> |
| 179 | + <li><a href="/releases/">Install</a></li> |
| 180 | + <li><a href="/support/fund.html">Fund</a></li> |
| 181 | + <li><a href="/support/free.html">Support</a></li> |
| 182 | + <li><a href="/support/commercial.html">Services</a></li> |
| 183 | + <!-- no space between nav label and svg deliberately per https://davidwalsh.name/remove-whitespace-inline-block --> |
| 184 | + <!-- external link icon: https://commons.wikimedia.org/wiki/File:Link-external-small-ltr-progressive.svg --> |
| 185 | + <li><a href="https://borgbackup.readthedocs.io/">Docs<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"> |
| 186 | + <title> |
| 187 | + external link |
| 188 | + </title> |
| 189 | + <path fill="currentColor" d="M6 1h5v5L8.86 3.85 4.7 8 4 7.3l4.15-4.16L6 1Z M2 3h2v1H2v6h6V8h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z"/> |
| 190 | + </svg></a></li> |
| 191 | + <li><a href="https://github.com/borgbackup/community">Community<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"> |
| 192 | + <title> |
| 193 | + external link |
| 194 | + </title> |
| 195 | + <path fill="currentColor" d="M6 1h5v5L8.86 3.85 4.7 8 4 7.3l4.15-4.16L6 1Z M2 3h2v1H2v6h6V8h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z"/> |
| 196 | + </svg></a></li> |
| 197 | + <li><a href="https://github.com/borgbackup/borg">Contribute<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"> |
| 198 | + <title> |
| 199 | + external link |
| 200 | + </title> |
| 201 | + <path fill="currentColor" d="M6 1h5v5L8.86 3.85 4.7 8 4 7.3l4.15-4.16L6 1Z M2 3h2v1H2v6h6V8h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z"/> |
| 202 | + </svg></a></li> |
| 203 | + </ol> |
| 204 | + </nav> |
| 205 | +</header> |
| 206 | + |
| 207 | +<main class="content"> |
| 208 | + <!-- document heading --> |
| 209 | + <h1 class="title">BorgBackup – Deduplicating archiver with compression and authenticated encryption</h1> |
| 210 | + <!-- bibliographical data, if any --> |
| 211 | + |
| 212 | + <!-- document body --> |
| 213 | + <h1 id="tagline">Deduplicating archiver with compression and encryption</h1> |
| 214 | + |
| 215 | +BorgBackup (short: Borg) gives you: |
| 216 | + |
| 217 | +<ul> |
| 218 | + <li>Space efficient storage of backups. |
| 219 | + <li>Secure, authenticated encryption. |
| 220 | + <li>Compression: lz4, zstd, zlib, lzma or none. |
| 221 | + <li>Mountable backups with FUSE. |
| 222 | + <li>Easy installation on multiple platforms: Linux, macOS, BSD, ... |
| 223 | + <li>Free software (BSD license). |
| 224 | + <li>Backed by a large and active open source community. |
| 225 | +</ul> |
| 226 | + |
| 227 | +<em>... and always check your backups!</em> |
| 228 | +</main> |
| 229 | +<!-- </body> --> |
| 230 | +</main> |
| 231 | +</body> |
| 232 | +</html> |
0 commit comments