You can use a properties file to simplify or automate the export of vSphere Replication configuration data.
Prerequisites
- Verify that you have Java 1.8.x installed on the vSphere Replication host machine.
- Verify that you have a site pair with vSphere Replication running on both the protected and the recovery site.
- Prepare an export_vr_configuration.properties file. See Properties for Automated Export and Import of vSphere Replication Configuration Data.
Procedure
Example
C:\Users\Administrator>java -jar C:\Users\Administrator\Downloads\impex\vr-import-export-tool-8.3.0.jar --format --exportProperties=C:\Users\Administrator\Downloads\impex\sample.properties --exportPath=C:\Users\Administrator\Downloads\impex\ ***Copyright (c) 2018-2019 VMware, Inc. All rights reserved.*** Initiating using properties file. Establishing connection... Collecting data... Starting export... 2019-10-28 07:56:52,529 DEBUG - VR inventory export started. 2019-10-28 07:56:52,632 DEBUG - Replication groups export started. 2019-10-28 07:56:52,668 DEBUG - VR inventory export ended. 2019-10-28 07:56:53,329 DEBUG - Replication groups export ended. Writing to file started. Writing to file finished. Export ended successfully.