Disabled mounting Server1201 backup share

* This is due to issues working with mounting a subdir of a share
This commit is contained in:
2Shirt 2019-05-16 15:14:30 -06:00
parent a0f9d0afed
commit eb4e9914d4
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -40,15 +40,16 @@ BACKUP_SERVERS = [
'RW-User': 'backup',
'RW-Pass': '1201 loves computers!',
},
{ 'IP': '10.120.1.23',
'Name': 'Server1201',
'Mounted': False,
'Share': r'Public\TEMP',
'User': 'cx',
'Pass': '',
'RW-User': 'it',
'RW-Pass': 'sorted',
},
# DISABLED due to issues handling mounting a subdir
#{ 'IP': '10.120.1.23',
# 'Name': 'Server1201',
# 'Mounted': False,
# 'Share': r'Public\TEMP',
# 'User': 'cx',
# 'Pass': '',
# 'RW-User': 'it',
# 'RW-Pass': 'sorted',
#},
]
BENCHMARK_SERVER = {
'Name': 'Nextcloud',