backup-rb-data.py

The backup-rb-data.py script is used to back up the Review Board application data.

Overview

The Review Board application data includes the database and files. If there are any files in the backup directory, the script overwrites these files.

Usage

Run this script as follows:

python ./backup-rb-data.py --backupdir={dir}

Options

The following options are available for the backup-rb-data.py script:

-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.