• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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