BackupHistoryLength
The default setting is to save the last 10 versions of a decision table. With this key, the maximum number of backup copies can be set to a value between 0 and 50.
Entry in a LFET.Project.ini-file:
BackupHistoryLength = ... (default: 10)
-
The maximum number of backup copies per decision table, a number from 0 to 50 must be specified as the value.
-
Using the value 0 the creation of backup copies can be deactivated
-
If the number of backup copies already saved for a decision table is greater than the value specified here, then this number is used as the value
Each time a decision table is saved, a new backup copy is created as follows:
-
If the maximum number of backup copies for a decision table is reached, then the oldest backup copy is deleted
-
All saved backup copies are sorted chronologically and then renumbered, starting with number 2
-
Finally, the current original file is saved as a new backup file with number 1
See also: Backup Copies