Plesk

How to change Backup Manager temporary files location on Plesk for Windows

Question

How to change Backup Manager temporary files location on Plesk for Windows?

How to change the location of the Plesk PrivateTemp folder? 

Answer

For storing Backup Manager temporary files is custom location, $DumpTempDir value should be changed.

In this example, $DumpTempDir location is changed to E:BackupTemp:

Text instructions:

  1. Connect to a Plesk server via RDP.

  2. Start Windows Registry Editor (regedit): Click Windows Start > type 'regedit' > click on it.

  3. Find the key HKEY_LOCAL_MACHINESOFTWAREWow6432NodePLESKPSA ConfigConfig and create a backup of it: Right-click on the Config key > click Export > save in the file.

  4. In the 'Config' key, double-click on the 'DumpTempDir' string.

  5. Change the value to E:BackupTemp.

  6. Create the folder E:BackupTemp.

  7. Add the same owners with their permissions for E:BackupTemp
    as set on %plesk_dir%PrivateTemp. (Right-click on the folder > Properties > Security).

  8. Restart Plesk Management service in command-prompt to apply the changes:

    C:> net stop plesksrv
    C:> net start plesksrv