diff options
Diffstat (limited to 'topics')
-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 |