diff options
| author | Pjotr Prins | 2025-06-02 08:59:46 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2025-06-04 14:50:14 +0200 |
| commit | f01d4243068d7dd8a0fdf463a3fede3f9d4eca5d (patch) | |
| tree | 7dbf348767dfc24b96ac4735daad2beab54f0f85 | |
| parent | 13c575b479681c300082dce14aa9a2ffffed348e (diff) | |
| download | gn-ai-f01d4243068d7dd8a0fdf463a3fede3f9d4eca5d.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 5b95ebc3..57620aa7 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 564c1398..4acc7b72 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 d5bfd1b6..1ad01122 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 |
