initial commit v1.0

This commit is contained in:
2014-11-28 17:02:20 +01:00
commit 8ef030add5
7 changed files with 344 additions and 0 deletions

21
config.cfg.sample Normal file
View File

@@ -0,0 +1,21 @@
# Local directory where the remote storages should be mounted to
LOCALMOUNTDIR=/home/user/remote
## mnt-sftp.sh
# Preconfigured HOSTs in ~/.ssh/config can be used
PRESSH[0]=server1
PRESSH[1]=user@server2.tld
PRESSH[2]=root@12.34.56.78
## mnt-share.sh
NASIP='192.168.178.255'
NASDIR='Share'
NASUSER='user'
NASPASS='password'
## mnt-share2.sh
SHAREPATH[0]='0:192.168.178.255/Share'
SHAREUSER[0]='user'
SHAREPASS[0]='password'