Skip to content

Commit 1fd52d8

Browse files
committed
deploy: f8324c2
1 parent 1777728 commit 1fd52d8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JT9W3RXCJD"></script>
1616
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag("js",new Date());gtag("config","G-JT9W3RXCJD");</script>
1717
<style>
18-
html{background:DarkOliveGreen; line-height: 1.4em}
19-
article {background:rgba(255, 255, 255, .7); padding:2em; margin:auto; width:60%; min-width:700px;}
20-
pre {background:rgba(255, 255, 255, .6); padding: 1em;}
18+
html{background:DarkOliveGreen; line-height: 1.4em; font-family:}
19+
article {background:#fffb; padding:2em; margin:auto; width:60%; min-width:700px;}
20+
pre {background:#fff8; padding: 1em;}
21+
code:not(pre code) {font-weight: bold; background:#fff8; padding: .2em .5em; white-space: nowrap;}
2122
h1,h2,h3,h4 {margin-top: 2em}
22-
code:not(pre code) {font-weight: bold}
23+
a {color:royalblue}
2324
</style>
2425
</head>
2526
<body><main><article>
@@ -72,10 +73,10 @@ <h1 id="myba-git-based-backup-utility-with-encryption"><img src="icon.svg" width
7273
whereas one might have a want for that, otherwise almost what's the point? 😶</p>
7374
<h2 id="features">Features</h2>
7475
<ul>
75-
<li>Version-controlled (git-based) backup of plaintext documents as well as large binary files.</li>
76+
<li><strong>Version-controlled (git-based) backup</strong> of plaintext documents as well as large binary files.</li>
7677
<li>Automatic <strong>text compression</strong> for reduced space use.</li>
7778
<li>Currently using <strong><em>strong</em> AES256 encryption</strong> of files and paths, so far quantum-safe.</li>
78-
<li>Git-based workflow: add, stage, commit, push, clone, pull, checkout.</li>
79+
<li>Familiar git workflow: add, stage, commit, push, clone, pull, checkout.</li>
7980
<li><strong>Selective checkout</strong> of backup files, efficient size-on-disk overhead.</li>
8081
<li><strong>Sync to multiple clouds</strong> for nearly free by (ab)using popular git hosts.</li>
8182
<li><strong>Or sync anywhere simply</strong> by cloning or checking-out a directory ...</li>
@@ -121,7 +122,7 @@ <h2 id="installation">Installation</h2>
121122
<pre><code class="language-sh"># Install dependencies
122123
sudo apt install gzip git git-lfs openssl gpg
123124

124-
# Make available somewhere in path
125+
# Download and make available somewhere in path
125126
curl -L https://bit.ly/myba-backup &gt; ~/.local/bin/myba
126127
export PATH=&quot;$HOME/.local/bin:$PATH&quot;
127128

0 commit comments

Comments
 (0)