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 /topics/systems | |
| parent | 0999a20dd1bfc408f5f48b8fb79ebbb819e65bdc (diff) | |
| download | gn-gemtext-68f77ff6f974e1197dd33ab9a217684cba60ba85.tar.gz | |
backups
Diffstat (limited to 'topics/systems')
| -rw-r--r-- | topics/systems/backup-drops.gmi | 1 | ||||
| -rw-r--r-- | topics/systems/backups-with-borg.gmi | 2 |
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 |
