• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Backup log files

dvl

New Pleskian
Hello everyone. Can someone tell me where physical location (directory) of locally stored backup files in Plesk version 8, Plesk 10.0.8, Plesk 12.0.18 update 33? Thank you!​
 
Check DUMP_D variable is Plesk config file. For example:

# grep -B1 DUMP_D /etc/psa/psa.conf

# Backups directory
DUMP_D /var/lib/psa/dumps
 
  • Like
Reactions: dvl
Hi! Same question but for Plesk (Windows) Thanks in advance!
The actual paths can be found in the registry branch HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\PLESK\PSA Config\Config,
where:
  • key DumpTempDir corresponds to the temporary backup files folder;
  • key DUMP_D corresponds to the backup files folder.
To check the respective key, connect to the server via RDP, start Command Prompt and run the following command:

Code:
C:\> reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PLESK\PSA Config\Config" /s | findstr DUMP_D
 
  • Like
Reactions: dvl
Thank you Igor. Is the some similar command for location of backup log files (Windows)? I am having trouble finding it...

*sorry for bothering:)
 
Back
Top