[ubuntu-mono] [Bug 222066] Re: Tomboy SSHFS Sync creates local sync folder with wrong ownership
Lewis Thompson
purple at lewiz.net
Sun Jun 15 14:45:54 BST 2008
I am also seeing this behaviour
We see it because by default sshfs does not include the '-o idmap=user'
option to translate the ownership of the remote files to that of the
local user
I propose that Tomboy should append '-o idmap=user' to the sshfs command
it uses, i.e.
/usr/bin/sshfs -p 22
lewiz at remoteserver:/home/lewiz/current/backup/tomboy /home/lewiz/.tomboy
/sync-sshfs
should become:
/usr/bin/sshfs -o idmap=user -p 22
lewiz at remoteserver:/home/lewiz/current/backup/tomboy /home/lewiz/.tomboy
/sync-sshfs
I can confirm that manually this does as I expect. Further details can
be found at http://fuse.sourceforge.net/wiki/index.php/SshfsFaq under
the 'What options does sshfs support?' section
--
Tomboy SSHFS Sync creates local sync folder with wrong ownership
https://bugs.launchpad.net/bugs/222066
You received this bug notification because you are a member of MOTU Mono
Team, which is subscribed to tomboy in ubuntu.
More information about the Ubuntu-mono
mailing list