The administrator can export or import whiteboards or users from the command
line.
Procedure
Exporting Whiteboards or Users
- Complete the following steps to export whiteboards or users.
- Navigate to the folder where the IBM Architecture Room LIVE! server is installed.
- Go to the ExportImportScripts folder and start the command prompt (press shift key + right-click
button to start the command line tool).
- Run the following command:
- For exporting users: node app.js --export --exportUsers --tag <LABEL>
where <LABEL> is an identifier, an intuitive directory name that you
want to use to store your export set. The <LABEL> must conform to a valid
directory name. After the command is completed, a directory with the name
<LABEL> is created in the data directory with the exported contents.
Importing Whiteboards or Users: While importing, you can choose to import the
whiteboards and users separately or together.
- Complete the following steps to import whiteboards or users.
- Navigate to the folder where the IBM Architecture Room LIVE! server is installed.
- Go to the ExportImportScripts folder and start the command prompt (press shift key + right-click
button to start the command line tool).
- Run the following command:
- for importing users: node app.js --import --importUsers --tag <LABEL>
where <LABEL> is a previously exported tag name.