Setting the retention policy

A retention policy is in place for backups to a local directory.

About this task

By default, the five most recent backups are saved in the configured location. The number of backup files can be changed in the Manager configuration file.

Procedure

  1. Set the Local Directory Path in the managerConfiguration.properties file.
    backup.localDirectoryPath={userDefinedPath}
  2. Set the Maximum Value for Backups in the managerConfiguration.properties file.
    backup.maxCount={value}
  3. Set the permissions for the newly created folder to 755.
    chmod 755 {foldername}
  4. Set the owner to dsnet-manager.
    chown dsnet-manager:dsnet-manger {foldername}
  5. Restart the Manager Web Interface to activate these values.
    service dsnet-manager restart