Exporting or importing from the command line
The room administrator can export or import whiteboards using the command line as well.
Procedure
Exporting Whiteboards
Note: Data refers to the
<live-install-folder>\liveRoomServer\ExportImportScripts\data folder where
all the exported data is stored.
- Complete the following steps to export whiteboards.
- Navigate to the folder where the IBM Architecture Room LIVE! server is installed.
- Go to the <live-install-folder>\liveRoomServer\ExportImportScripts folder and start the command prompt (press shift key + right-click button and open the command window).
- Run the following command:
- node app.js --export –-projectdb <PID> --tag <LABEL>
Optional flags: Besides --tag, there are other flags that you could use to export specific data.- [--whiteboards <WHITEBOARDS>] - <WHITEBOARDS> space delimited list of the whiteboards to export, in case you do not want to export all whiteboards. This flag must always be placed at the end of the command list.
Importing Whiteboards
- Complete the following steps to import whiteboards.
- Navigate to the folder where the IBM Architecture Room LIVE! server is installed.
- Go to the <live-install-folder>\liveRoomServer\ExportImportScripts folder and start the command prompt (press shift key + right-click button and open the command window).
- Run the following command:
- node app.js --import –-projectdb <PID> --tag <LABEL> --username <USN> --password <PASS>
Optional flags: Besides --tag, there are other flags that you could use to import specific data.- [--whiteboards <WHITEBOARDS>] - <WHITEBOARDS> space delimited list of the whiteboards to import in case you do not want to import all whiteboards. This flag must always be placed at the end of the command list.
- [--token <TOKEN>] - use a valid token instead of providing a username and password.
- [--deleteAll] - specify if all the current whiteboards in the database must be deleted before importing the data.
- [-- room_info_overwrite] - overwrite the name and description of the current room.
Parent topic: Exporting and importing