Retain Backups on File Server - Property Setting
By default, the software deletes all backups. This article helps you set parameters to save your backups from auto-deletion.
You can set the com.dorado.redcell.netrestore.deletefile=false parameter to save your backups from getting auto-deleted.
How It Works:
When you enable this "com.dorado.redcell.netrestore.deletefile=false" parameter, the backup saves a copy to the designated fileserver directory. Although renaming the file in the directory before the next back will be sufficient, this is currently not supported.
Recommendation:
Set up a Windows Task or Linux Cron Job to copy the fileserver backups to another directory or server before the next scheduled backup
Enable the com.dorado.redcell.netrestore.deletefile=false Property
Properties file location: INSTALL_DIR\owareapps\installprops\lib\install.properties
Stop the appserver
Add this to the end of the install.properties file:
com.dorado.redcell.netrestore.deletefile=false
Save file
Restart the appserver