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-User': 'backup',
'RW-Pass': '1201 loves computers!', 'RW-Pass': '1201 loves computers!',
}, },
{ 'IP': '10.120.1.23', # DISABLED due to issues handling mounting a subdir
'Name': 'Server1201', #{ 'IP': '10.120.1.23',
'Mounted': False, # 'Name': 'Server1201',
'Share': r'Public\TEMP', # 'Mounted': False,
'User': 'cx', # 'Share': r'Public\TEMP',
'Pass': '', # 'User': 'cx',
'RW-User': 'it', # 'Pass': '',
'RW-Pass': 'sorted', # 'RW-User': 'it',
}, # 'RW-Pass': 'sorted',
#},
] ]
BENCHMARK_SERVER = { BENCHMARK_SERVER = {
'Name': 'Nextcloud', 'Name': 'Nextcloud',