How to move Temporary Directory in Linux for N-able Backup?

Last Modified

Sun Sep 24 14:40 GMT 2017

Description

  • How to move Temporary Directory in Linux for N-able Backup?

Environment

  • N-able Backup

Solution

  1. Stop the Backup process
    • Stop process in Linux: service ProcessController stop
  2. Create a folder in location where you want to move temporary directory
  3. Open the config.ini file in the installation folder of the Backup Manager
    • Config.ini location: /opt/MXB/etc/config.ini
  4. Add a new string under [General]:
    • TempDir=
      • Example: TempDir=/new_location
  5. Close and save the config.ini file
  6. Start the Backup Process
    • Start process in Linux: service ProcessController start