From ab9b4122e0cef21f03c598b046fa1711e7b8fe7d Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sat, 15 Aug 2009 17:13:38 +0000 Subject: [PATCH] sshfs-mapper: Added config examples directory. git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1393 eaee96b3-f302-0410-b096-c6cfd47f7835 --- examples/config | 2 ++ examples/default.map | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 examples/config create mode 100644 examples/default.map diff --git a/examples/config b/examples/config new file mode 100644 index 0000000..6e9bbe3 --- /dev/null +++ b/examples/config @@ -0,0 +1,2 @@ +# +# diff --git a/examples/default.map b/examples/default.map new file mode 100644 index 0000000..9242125 --- /dev/null +++ b/examples/default.map @@ -0,0 +1,32 @@ +# +# Remote host (where you connect) +# +# Example: +# REMOTE_HOST=www.example.com +# + +# +# Remote port (where you connect) +# +# Example: +# REMOTE_PORT=22 +# + +# +# Remote user (who you are on the remote side) +# +# Example: +# REMOTE_USER=$USER +# + +# +# Map local directory to remote share +# +# Syntax: +# MAP=directory_name remote_directory +# +# Examples: +# MAP=Config /home/$USER/Documents +# MAP=Documents /home/common/Config +# +