Permissions issues with mounting remote server into a specific folder
Posted
by
Patrick
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Patrick
Published on 2011-01-08T15:37:20Z
Indexed on
2011/01/08
15:58 UTC
Read the original article
Hit count: 274
I'm doing the following to mount a remote server to a specific path on my server:
sshfs [email protected]:/backup/folder/ /home/myuser/server-backups/
However when I mount the server the folder permissions change (they become 700), and when I test my rsnapshot.conf file I get the following error:
snapshot_root /home/myuser/server-backups/ - snapshot_root exists \
but is not readable
What am I doing wrong ? should I mount the remote server with another user ?
© Ask Ubuntu or respective owner