D dvl New Pleskian Nov 20, 2021 #1 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!
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!
IgorG Plesk addicted! Plesk Certified Professional Nov 21, 2021 #2 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
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
IgorG Plesk addicted! Plesk Certified Professional Nov 22, 2021 #5 dvl said: Hi! Same question but for Plesk (Windows) Thanks in advance! Click to expand... 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
dvl said: Hi! Same question but for Plesk (Windows) Thanks in advance! Click to expand... 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
D dvl New Pleskian Nov 22, 2021 #6 Thank you Igor. Is the some similar command for location of backup log files (Windows)? I am having trouble finding it... *sorry for bothering
Thank you Igor. Is the some similar command for location of backup log files (Windows)? I am having trouble finding it... *sorry for bothering
IgorG Plesk addicted! Plesk Certified Professional Nov 22, 2021 #7 dvl said: Is the some similar command for location of backup log files (Windows)? Click to expand... https://support.plesk.com/hc/en-us/articles/213911325-Plesk-for-Windows-service-logs-and-configuration-files#backup
dvl said: Is the some similar command for location of backup log files (Windows)? Click to expand... https://support.plesk.com/hc/en-us/articles/213911325-Plesk-for-Windows-service-logs-and-configuration-files#backup