Configure file backup

File backup settings are configured, at application scope, in the rapiddeploy.properties file. Please see the section below:

#---------------------------------
# Backup File retention number
#
# The number of backup files to keep
# when saving, for example, URL and
# database library files.
#---------------------------------
fileBackup.retention=10

The number of backup files to keep when saving, for example, URL and database library files. These files are stored in a sub-directory under the directory containing the file. The directory is named as per the filename but without the extension.

Example:

File: RD_Dev01.xml

Subdirectory: RD_Dev01

Files in subdirectory: RD_Dev01.xml.5, RD_Dev01.xml.6 etc.