diff options
Diffstat (limited to 'topics/systems/backup-drops.gmi')
-rw-r--r-- | topics/systems/backup-drops.gmi | 1 |
1 files changed, 1 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 ``` |