• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Where does Plesk store its back-up files?

Kroptokin

Regular Pleskian
I am trying to restore a Plesk from backup

Unfortunately I cannot upload the 1 Gb file via the interface. (It could be an issue on the host's network or on the box or with my connection; I don't know).

However. I have been able to upload the file to the server via SSH.

The question is; where can I put it so that Plesk recognizes ir and it appears in the local storage of backups Panel?

Thanks
 
The root backup directory is stored in the file /etc/psa/psa.conf and is set by the variable DUMP_D:

# cat /etc/psa/psa.conf | grep -w DUMP_D
DUMP_D /var/lib/psa/dumps

This directory contains server backups, backups of resellers, clients, domains, and daily MySQL dumps. Object backups are placed according to their ownership.
 
Thanks Igor

Am I on the right track. If I just move my (complete system backup file) there will Plesk just pick it up and I will be able to run the restore? Or do I need to do anything else?
 
Back
Top