#Yunohost #Linux backs up to a local directory, I haven't got enough space on the drive for a backup, so I wanted to mount a remote #SSH folder to that backup folder, but then @YunoHost refuses to run the backup because of some file system rights.

I use this command to mount:

sshfs -o reconnect,nonempty,default_permissions,uid=1007,gid=0 user@server.example.com:/home/user/folder /home/yunohost.backup

I read that umask does only apply to reading files. Does that have to do with it?

Any input welcome! #Yunohost

There are no comments yet.