Disabled mounting Server1201 backup share
* This is due to issues working with mounting a subdir of a share
This commit is contained in:
parent
a0f9d0afed
commit
eb4e9914d4
1 changed files with 10 additions and 9 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue