aboutsummaryrefslogtreecommitdiff
path: root/html/blog.tmpl.html
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2024-08-21 23:15:32 -0400
committerAlex Scerba <alex@scerba.org>2024-08-21 23:15:32 -0400
commita9ec57528d4adbcd0121d235bb6e7a4e55975bf0 (patch)
treea2d51b6ce7b3ed5f36b51831d7cbae4bdd89c657 /html/blog.tmpl.html
parent6de8e3c380eac0742cf50e1a1b5082e111fabc9f (diff)
Add 244 article
Diffstat (limited to 'html/blog.tmpl.html')
-rw-r--r--html/blog.tmpl.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/html/blog.tmpl.html b/html/blog.tmpl.html
index 11e00ec..fef6002 100644
--- a/html/blog.tmpl.html
+++ b/html/blog.tmpl.html
@@ -9,6 +9,15 @@
<p>A collection of thoughts, life updates, projects, and images in reverse chronological order.</p>
</div>
<article>
+ <h2 id="202408211">244</h2>
+ <p>I saw a nice, blue 244 today. Thought I'd share.</p>
+ <figure>
+ <img src="./static/media/20240816_Volvo-240-blue_1000.jpg" alt="Blue Volvo 240 DL outside Dearborn Music." width="1000" height="562" />
+ <figcaption>Volvo 240 DL sedan outside Dearborn Music.</figcaption>
+ </figure>
+ <p><b>Created:</b> 2024-08-21</p>
+ </article>
+ <article>
<h2 id="202408161">3-2-1... Backup</h2>
<p>Ever since I got into computers semi-seriously, the wisdom of keeping multiple backups and the <a href="https://www.backblaze.com/blog/the-3-2-1-backup-strategy/" target="_blank" rel="noopener noreferrer">3-2-1 backup strategy</a> has been in my mind. Easy, right? Just have 3 copies of data on 2 forms of media with at least 1 off-site. This could be as simple as 1. The copy on your machine, 2. A copy on a flash drive, and 3. A copy on your cloud provider &lpar;ex. Google Drive&rpar;. I'm not one to be simple, though my intentions weren't to take over 5 years to deploy a working system that I was happy with. A single drive isn't something I'm comfortable with. I've seen my mom's single drive backup solution give out one day, leaving us with a paper weight and a loss of family photos. So at least one part of the chain needed to be a RAID 5 if not RAID 6.</p>
<p>I was happy enough with that. A single server with a few TB of storage utilizing a RAID 5. My other requirement, though, was to have a web inteface where I could easily access and share files to my friends and family. A self-hosted Google Drive. If all you do is live in *NIX land and would rather use rsync and never leave the terminal, that's fine. But that's not my use-case. Looking at you Ángel.</p>