Bug with FUSE mounts

Sep 7, 2025
20
1
3
Using the unofficial RPM client (because WTF only providing official .deb packages is a joke). Anyway breaks if you have a file system mounted using FUSE. In my case sshfs. Basically it tries to backup the mount point but the way FUSE works only the user who mounted the file system can see the contents of FUSE mounts so it dies with a permission denied error.

Noting that a remotely useful backup client should NEVER give up because it cannot access a file. Basically you should get a report at the end that there were failed/skipped files, possibly dumping a txt file with a list of them.