We are running ArcGIS Enterprise 11.2 on Windows. I see there is an option with the webgisdr tool to have an output .json file created. However, I don't see anything in this documentation page the outlines how to create the file. Is this file auto-generated...?...is there a place in the webgisdr.properties file to define this file...?...somewhere else that I'm missing?
Solved! Go to Solution.
webgisdr.bat --{export | import | configuration} --file <properties file location> [--output <output file location>]
(Optional) -o or --output
Creates an output file that can be parsed to help automate validation of successful backups and restores or for administrator review.
The output file is auto-generated, and when invoking the parameter ( -o ) for the file you only need to supply a name or full file path (if it lives in a different folder / location). The file will also be overwritten each time WebGISDR is run, ensuring it shows the latest updates from the backup process.
webgisdr.bat --{export | import | configuration} --file <properties file location> [--output <output file location>]
(Optional) -o or --output
Creates an output file that can be parsed to help automate validation of successful backups and restores or for administrator review.
Thanks for pointing me in the right direction. Esri does have the run time arguments documented.