The archive folder is hard-coded to the base Uptime Infrastructure Monitor installation directory on the server hosting the Data Collector or core service.

To change this location, you have the option of creating a logical link to another folder on the same server or a different server.

For example, using the ln command for Linux or Solaris environments: 

# cd /usr/local/uptime/archives
# mv archives archives_old
# ln -s </new/archive/location> archives