Initialer Import der Synology Scripts
This commit is contained in:
Executable
+60
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"General": {
|
||||
"SourceType": "DVD",
|
||||
"DVDSource": "E:\\",
|
||||
"NetworkSource": "\\\\172.68.1.1\\Sources"
|
||||
},
|
||||
|
||||
"SQL": {
|
||||
|
||||
"Instance": "VEEAMSQLSERVER",
|
||||
|
||||
"Database": "VeeamBackup",
|
||||
|
||||
"Authentication": 0
|
||||
|
||||
},
|
||||
|
||||
"Paths": {
|
||||
|
||||
"InstallPath": "F:\\Program Files\\Veeam\\Backup and Replication",
|
||||
|
||||
"CatalogPath": "H:\\VBRCatalog",
|
||||
|
||||
"IRCache": "F:\\ProgramData\\Veeam\\Backup\\IRCache"
|
||||
|
||||
},
|
||||
|
||||
"Ports": {
|
||||
|
||||
"Catalog": 9393,
|
||||
|
||||
"Service": 9392,
|
||||
|
||||
"Secure": 9401,
|
||||
|
||||
"REST": 9419
|
||||
|
||||
},
|
||||
|
||||
"Plugins": {
|
||||
|
||||
"AHV": false,
|
||||
|
||||
"KVM": false,
|
||||
|
||||
"PVE": false,
|
||||
|
||||
"SCP": false,
|
||||
|
||||
"AWS": false,
|
||||
|
||||
"Azure": false,
|
||||
|
||||
"GCP": false,
|
||||
|
||||
"Kasten": false
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user