Datastore access mode
Learn how to connect to a virtual machine's disk via VMware datastore.
Last updated
Was this helpful?
Learn how to connect to a virtual machine's disk via VMware datastore.
Xopero ONE automatically retries connecting to the virtual machine's disk in the event of network disconnections, ensuring that backup tasks complete successfully. Administrators can enable direct disk access via VMware datastore to shorten the data transfer path, reduce network issues, and improve backup performance.
By default, the datastore access mode is disabled, and connections occur through the virtual machine. In on-premises deployment model, administrators can enable this mode globally by adding the following section to the Xopero ONE Management Service configuration (appsettings.json file):
After saving the changes, the Xopero ONE Management Service must be restarted. If the section is not added or the value is incorrect, the system will revert to the previous connection mode, which uses the virtual machine.
Last updated
Was this helpful?
Was this helpful?
"VMware": { "DiskAccessMode": 1 }
