NodeJS Backup Tool (Import/Export) for Operations Orchestration
operations-orchestration-backup is a handy, open-source, console command line utility which allows to easily interact with an installed deployment of Operations Orchestration application in order to quickly perform a backup export or import operation. It currently supports only exporting and importing of Configuration Items.
Installation:
1. If you don't have NodeJS installed then get it at: https://nodejs.org
2. If you are behind a proxy (usually for users inside an enterprise/office network) you should set the proxy settings accordingly with: npm config set proxy npm config set https-proxy
3. Once NodeJS is installed it you will have npm too (the package manager). To install the backup tool from NPM repository run the following command: npm install -g operations-orchestration-backupNote: If you're using Windows then perform all actions as an Administrator and you also might need to reboot for changes to take effect.
4. Run the import or export with the executable operations-orchestration-backup command, for example: operations-orchestration-backup --username admin --password admin --url http://localhost:8050 --export mydata.json
More extenssive documentation can be found in the Github repository:
* Report Issues, Help and Support: https://github.com/lirantal/operations-orchestration-backup
* NPM Project Home: https://www.npmjs.com/package/operations-orchestration-backup
Suggested for you are based on app category, product compatibility, popularity, rating and newness. Some apps may not show based on entitlements. Learn more about entitlements.
Automatic Install
* For Windows users - run the commands from an Administrator Command Prompt shell, and once insallation is finished you may need to open a new shell/restart for the tool to be available in the path for the command line execution.
Install the tool easily with npm (requires NodeJS to be installed from https://nodejs.org/) after which the tool will be available in your command line prompt to run:
Please upgrade to one of the following broswers: Internet Explorer 11 (or greater) or the latest version of Chrome or Firefox