summary refs log tree commit diff
path: root/topics/systems
diff options
context:
space:
mode:
authorPjotr Prins2025-06-02 08:59:46 +0200
committerPjotr Prins2025-06-13 07:00:19 +0200
commit68f77ff6f974e1197dd33ab9a217684cba60ba85 (patch)
tree7dbf348767dfc24b96ac4735daad2beab54f0f85 /topics/systems
parent0999a20dd1bfc408f5f48b8fb79ebbb819e65bdc (diff)
downloadgn-gemtext-68f77ff6f974e1197dd33ab9a217684cba60ba85.tar.gz
backups
Diffstat (limited to 'topics/systems')
-rw-r--r--topics/systems/backup-drops.gmi1
-rw-r--r--topics/systems/backups-with-borg.gmi2
2 files changed, 3 insertions, 0 deletions
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