Remove example directory (duplicate of conf).

This commit is contained in:
Glenn Y. Rolland 2014-10-30 15:56:00 +01:00
parent 1e775e98e7
commit b29c8cc6a1
2 changed files with 0 additions and 34 deletions

View file

@ -1,2 +0,0 @@
#
#

View file

@ -1,32 +0,0 @@
#
# 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
#