Plesk for Windows
kb: how-to
Plesk for Linux
Applicable to:
- Plesk for Linux
- Plesk for Windows
Question
- Where Plesk temporary backup files are stored?
- Where Plesk backup files are stored?
Answer
In Linux
The actual paths can be found in the /etc/psa/psa.conf file:
# cat /etc/psa/psa.conf | grep DUMP | grep -v '#'
DUMP_D /var/lib/psa/dumps
DUMP_TMP_D /tmp
where:
-
DUMP_TMP_Dis the temporary backup files folder; -
DUMP_Dis the backup files folder.
In Windows
The actual paths can be found in the registry branch HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\PLESK\PSA Config\Config,
where
- key
DumpTempDircorresponds to the temporary backup files folder; - key
DUMP_Dcorresponds to the backup files folder.
To check the respective key, connect to the server via RDP, start Command Prompt and run the following command:
C:\> reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PLESK\PSA Config\Config" /s | findstr DumpTempDir
Comments
Please sign in to leave a comment.