The backup-rb-data.py script is used to back up the Review Board application data.
The Review Board application data includes Review Board database and files. If there are any files in the backup directory, the script overwrites these files.
Usage
python ./backup-rb-data.py --backupdir={dir}
Parameters
The following parameters are available for the backup-rb-data.py
script.
Parameter | Description |
---|---|
-b | --both | Back up both the database and the filesystem. This is the default option. |
-d | --database | Back up the database. |
-f | --files | Back up the filesystem. |
-h | --help | Provides a list of all available options for this script. |