3b9d963098
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1327 eaee96b3-f302-0410-b096-c6cfd47f7835
33 lines
412 B
Text
33 lines
412 B
Text
|
|
server "daneel.glenux.net" {
|
|
user "glenux";
|
|
port 22;
|
|
automount true; // default
|
|
compress true; // default
|
|
|
|
map "Media" {
|
|
user "glenux";
|
|
remote "/opt/media";
|
|
};
|
|
|
|
map "MediaSafe" {
|
|
user $USER;
|
|
remote "/home/media";
|
|
};
|
|
|
|
map "Documents" {
|
|
user $USER;
|
|
remote "/home/$USER";
|
|
};
|
|
|
|
map "Extra" {
|
|
user $USER;
|
|
remote "/opt
|
|
};
|
|
|
|
map "DocumentsPapa" {
|
|
user papa;
|
|
remote "/home/papa"
|
|
};
|
|
|
|
};
|