.ini file key | CMDLine argument | Description |
---|---|---|
DB_Backup.Destination.N | -DB_Backup.dest: | Backup destination. N can be between 1 and 99. The cmd param can appear repeatedly. |
DB_Backup.ExtPrgPath | -db_backup.prog: | Full path name of the program to start after backup. |
DB_Backup.StartExtPrg | implicitly yes, if '-db_backup.prog:' is set | If 'True', the app. specified by ExtPrgPath will be executed. Default: False |
DB_Backup.KeepXBackups | -db_backup.cnt: | Number of older backups to keep. Default: 1 |
DB_Backup.ShowWindow | -db_backup.show: | If 'True' the window of the external program will be shown, otherwise the program will be started hidden, without a window. Default: False |
DB_Backup.BackupOnSave | implicitly, if db_backup.dest: is set | If 'True', backups will be created after every SAVE operation. Default: True In previous versions, this parameter was named "DB_Backup.BackupsEnabled" |
DB_Backup.BackupOnOpen | implicitly, if db_backup.openprfx: is set | If 'True', backups will be created before every OPEN operation. Default: False |
DB_Backup.PrefixOnOpen | -db_backup.openprfx: | Prefix of backup file names, that are created just before opening the DB. If backslash is used, the substring to the left of the backslash is considered a directory and will be created if non-existing. Default: "OpenedDBs\Copy_of_" |
DB_Backup.PrefixOnSave | -db_backup.saveprfx: | Prefix of backup file names, that are created right after saving the DB. If backslash is used, the substring to the left of the backslash is considered a directory and will be created if non-existing. Default: "SavedDBs\Backup_of" |