figbert.com-gemini

[ACTIVE] the capsule and home of figbert in geminispace
git clone git://git.figbert.com/figbert.com-gemini.git
Log | Files | Refs | README

commit bcd08923be0136217bf6171519fd0038e2410f26
parent 6266b6207904afd845108b6c35659d8413274546
Author: FIGBERT <figbert@figbert.com>
Date:   Sun, 15 Aug 2021 14:43:59 -0700

Catch up Gemini site with minor WWW edits

Diffstat:
Mcontent/log/2020-07-04-i-wrote-this-three.gmi | 2+-
Mcontent/log/2021-06-17-wrong-way-to-switch-server-os.gmi | 12++++++------
2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/log/2020-07-04-i-wrote-this-three.gmi b/content/log/2020-07-04-i-wrote-this-three.gmi @@ -12,7 +12,7 @@ In the second week, we all made our own text adventures. It was a really interes Without further ado, I present to you: => /static/one-angry-wizard.gblorb One Angry Wizard, or the Tentacular Adventures of our Brave Hero through a World Most Strange and Foreign -=> https://inform7.com/ Inform7 (text adventure ide) +=> http://inform7.com/ Inform7 (text adventure ide) => http://ccxvii.net/gargoyle/ Gargoyle (text adventure player) ## Site Work diff --git a/content/log/2021-06-17-wrong-way-to-switch-server-os.gmi b/content/log/2021-06-17-wrong-way-to-switch-server-os.gmi @@ -22,7 +22,7 @@ However, backups are much more complex than simply transferring files from one s I began my work on the transition full of optimism, if a bit stressed. I had read through the Tarsnap online documentation a number of times, and was ready to make my first attempt. I loaded my Tarsnap account up with USD$10 and ran: -```shell +```sh $ sudo tarsnap -c -f backup-name docker-compose.yml ... ``` @@ -48,7 +48,7 @@ Day Two began well: I woke and the backup was finished! I wiped the VPS, install With Alpine set up, I started to restore the backup: -```shell +```sh $ doas tarsnap -x -f backup-name ``` @@ -64,7 +64,7 @@ I opened up a new tmux window and poked around the filesystem. All my files seem I pressed <Ctrl-C>, cutting off the download, and tried to bring everything back online: -```shell +```sh $ doas docker-compose up -d ``` @@ -74,7 +74,7 @@ Still, I was determined. I worked to reconstruct the .env file from secrets I ha I ran it again: -```shell +```sh $ doas docker-compose up -d ``` @@ -93,7 +93,7 @@ That's when I found it: A Ruby script that runs multiple tarsnap clients at once to extract archives fast. Fucking precisely. I wiped out the incomplete files I had restored, downloaded Ruby and started restoring from the backup once again: -```shell +```sh $ doas redsnapper backup-name ``` @@ -127,7 +127,7 @@ Then I realized something. redsnapper kept crashing when it hit movies I had sto I stopped the download in the middle - the day's third, after two earlier attempts that ended after encountering movie files – and changed the command slightly before rerunning. After a number of errors I couldn't explain, I realized my account was negative and topped it up with another USD$25 before running: -```shell +```sh $ doas redsnapper backup-name -- --exclude='*/jellyfin/*' ```