Archive Device Configuration Files from FileServer

The configuration backup file is copied to the database and then by default, the 'backup config file' is deleted from the file server. Follow these steps to retain a copy of the backup/config files.

How to Save Backups/Configuration Files on Fileserver:
Update the INSTALL_DIR\owareapps\installprops\lib\install.properties

Add this parameter to the end of install.properties file:

com.dorado.redcell.netrestore.deletefile=false

Save file
Restart the Appserver

Warning: If the backup is not moved to another directory the file will be overwritten.

Automate the archive process by using a windows task or a Linux cron job to copy the files from the fileserver folder to another folder. These tasks need to run after the OMNM backup completes and before the next schedule OMNM backup.

Setup a Windows Task or a Linux Cron job to archive your device backups

Although this parameter will not delete the backup from the server.  The fileserver is not under OMNM control. Work with your system administrator to set up a windows task or a Linux cron job to copy the backups to another directory to allow you to archive the device backups.

 

Warning:

If the backup is not moved to another directory before the next scheduled backup the file will be overwritten.

You can automate an archive process by using a windows task or a Linux cron job to copy the files from the fileserver folder to another folder.

These tasks need to run after the OMNM backup completes and before the next schedule OMNM backup.

 
 
Setup up a Windows Task to copy/move configuration files from one directory to another 

Here is a reference to setting up a windows task
https://answers.microsoft.com/en-us/windows/forum/windows_7-files/how-to-automate-copy-of-files-from-one-folder-to/3f1c05ca-e89d-4f5f-9290-b1368531d1c0

 
Setup a Linux Cron job to copy/move the configuration file from one directory to another

Here is an example of a Linux Cron job to copy files to another folder
https://www.unix.com/shell-programming-and-scripting/106743-cron-job-move-file-one-directory-another.html

 

Recommendation: Add your new Archive folder to your system backup schedule.