Skip to main content
Version: TeamForge 22.1

backup-rb-data.py

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.

ParameterDescription
-b | --bothBack up both the database and the filesystem. This is the default option.
-d | --databaseBack up the database.
-f | --filesBack up the filesystem.
-h | --helpProvides a list of all available options for this script.