Difference between revisions of "FMR-CL"
Jump to navigation
Jump to search
(Created page with "=Overview= F'''usion '''M'''etadata '''R'''egistry-'''C'''ommand '''L'''ine (FMR-CL) is a command line application which performs functions against the web services of a runni...") |
(→Performing a Backup) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
Version 1.0.0 of FMR-CL only supports [[Backup and Restore|Backup of Structural Metadata and Transaction history]]. | Version 1.0.0 of FMR-CL only supports [[Backup and Restore|Backup of Structural Metadata and Transaction history]]. | ||
| + | |||
| + | == Performing a Backup == | ||
| + | |||
| + | The backup application takes 5 parameters: | ||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! Parameter !! Description !! Example | ||
| + | |- | ||
| + | | -o || The directory that you wish to create the backup within || Backup | ||
| + | |- | ||
| + | | -u || The user id of the administartor account that you are using to authenticate || admin | ||
| + | |- | ||
| + | | -p || The password for the administartor account that you are using to authenticate || password | ||
| + | |- | ||
| + | | -url || The URL of the Registry that you wish to backup || http://localhost:8080/FusionRegistry | ||
| + | |- | ||
| + | | -v <br>''optional''|| The version of the Registry, either 10 or 11 || 10 | ||
| + | |} | ||
| + | |||
| + | An example of the command to run a backup | ||
| + | <pre> | ||
| + | ./backup.sh -o Backup -u admin -p "password" -url "http://localhost:8080/FusionRegistry" | ||
| + | </pre> | ||
Latest revision as of 00:54, 15 November 2022
Overview
Fusion Metadata Registry-Command Line (FMR-CL) is a command line application which performs functions against the web services of a running FMR instance.
Version 1.0.0 of FMR-CL only supports Backup of Structural Metadata and Transaction history.
Performing a Backup
The backup application takes 5 parameters:
| Parameter | Description | Example |
|---|---|---|
| -o | The directory that you wish to create the backup within | Backup |
| -u | The user id of the administartor account that you are using to authenticate | admin |
| -p | The password for the administartor account that you are using to authenticate | password |
| -url | The URL of the Registry that you wish to backup | http://localhost:8080/FusionRegistry |
| -v optional |
The version of the Registry, either 10 or 11 | 10 |
An example of the command to run a backup
./backup.sh -o Backup -u admin -p "password" -url "http://localhost:8080/FusionRegistry"