Parameters
Backup Parameters can be configured through the script Parameter file, which contains the information below:
Parameters | Definition |
---|---|
dbTablesToBeExcluded | Table names excluded while exporting configuration tables. |
dbSchemaToBeExcluded | Schema names excluded while exporting configuration tables. |
dbExportPath | The path used to store exported data during backup. |
enableDBSweeping | Switch to enable live data sweeping. |
enableBackupSweeping | Switch to enable backed up data sweeping. |
TTLOfLiveData | Timeframe for which the system will keep the live data in the database. |
TTLOfBackedupData | Timeframe for which the system will keep the backed-up data in storage. |
debugMode | The script generates a detailed screen log when the parameter is set to 1, otherwise it only generates information about the main operations. |
All parameters are case sensitive; however, you can change the values related to your environment.