Configuring Block Storage for Classic for backup with Plesk
Configure Block Storage for Classic for Plesk backups with root or sudo SSH access and full admin-level Plesk permissions.
For more information, see Plesk's Documentation for backing up and restoration.
-
Connect to the host through SSH.
-
Make sure that a mount point target exists.
Plesk has two options for storing backups. One option is the internal Plesk storage (backup storage on your Plesk server). The other option is an external FTP storage (backup storage on an external server in the web or your local network). Commonly on Plesk boxes, internal backups are stored in
/var/lib/psa/dumpsand use/tmpas a temporary directory. In this example, the temporary directory is kept local, but thedumpsdirectory is moved to the Block Storage for Classic target (/backup/psa/dumps). No FTP user credentials are required. -
Configure your Block Storage for Classic as described in one of the following tutorials. Mount Block Storage for Classic to
/backupand configure/etc/fstabto enable mounting on start. -
Optional: Copy existing backups to the new storage. You can use
rsync.rsync -avz /var/lib/psa/dumps /backup/psa/dumpsThis command compresses and transmits your data, and preserves as much as possible, except for hard links. It provides information about what files are being transferred plus a brief summary at the end.
-
Edit
/etc/psa/psa.confto point theDUMP_Dvalue at the new target. It appears as:DUMP_D /backup/psa/dumps. -
Optional: As dictated by your particular use case and business needs, remove the old storage from the server and cancel from the account.