diff options
author | Pjotr Prins | 2025-06-02 08:59:46 +0200 |
---|---|---|
committer | Pjotr Prins | 2025-06-13 07:00:19 +0200 |
commit | 68f77ff6f974e1197dd33ab9a217684cba60ba85 (patch) | |
tree | 7dbf348767dfc24b96ac4735daad2beab54f0f85 | |
parent | 0999a20dd1bfc408f5f48b8fb79ebbb819e65bdc (diff) | |
download | gn-gemtext-68f77ff6f974e1197dd33ab9a217684cba60ba85.tar.gz |
backups
-rw-r--r-- | tasks/pjotrp.gmi | 4 | ||||
-rw-r--r-- | topics/systems/backup-drops.gmi | 1 | ||||
-rw-r--r-- | topics/systems/backups-with-borg.gmi | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/tasks/pjotrp.gmi b/tasks/pjotrp.gmi index 5b95ebc..57620aa 100644 --- a/tasks/pjotrp.gmi +++ b/tasks/pjotrp.gmi @@ -11,7 +11,7 @@ ## 1U01HG013760 * Prefix-Free Parsing Compressed Suffix Tree (PFP) for tokenization -* Mempig +* Mempang * [+] create backup server with @fredm * [+] RAG with Shelby and Bonz @@ -33,7 +33,7 @@ ## Systems -* [ ] jumpshiny +* [+] jumpshiny * [ ] pluto * [ ] Backup production databases on Tux04 * - [+] Dump containers w. databases diff --git a/topics/systems/backup-drops.gmi b/topics/systems/backup-drops.gmi index 564c139..4acc7b7 100644 --- a/topics/systems/backup-drops.gmi +++ b/topics/systems/backup-drops.gmi @@ -130,6 +130,7 @@ fusermount3: mount failed: Operation not permitted This means you need to set the suid on the fusermount3 command. Bit nasty in Guix. ``` +apt-get install fuser sshfs chmod 4755 /usr/bin/fusermount ``` diff --git a/topics/systems/backups-with-borg.gmi b/topics/systems/backups-with-borg.gmi index d5bfd1b..1ad0112 100644 --- a/topics/systems/backups-with-borg.gmi +++ b/topics/systems/backups-with-borg.gmi @@ -8,6 +8,8 @@ Sheepdog also includes a web server for output: => http://sheepdog.genenetwork.org/sheepdog/status.html +which I run on one of my machines. + # Tags * assigned: pjotrp |