sshfs-mapper: Added config examples directory.
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1393 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
parent
1b8bff22a0
commit
ab9b4122e0
2 changed files with 34 additions and 0 deletions
2
examples/config
Normal file
2
examples/config
Normal file
|
@ -0,0 +1,2 @@
|
|||
#
|
||||
#
|
32
examples/default.map
Normal file
32
examples/default.map
Normal file
|
@ -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
|
||||
#
|
||||
|
Loading…
Reference in a new issue