• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

How to backup plesk 10

Webroy

Regular Pleskian
Webmasters,

How do you make a complete server backup?

I am testing the plesk 10 backup options like:

/usr/local/psa/bin/pleskbackup server -c --skip-logs --output-file=/backup/pleskbackup.tar -vvv

unpack it in the /var/lib/psa/dumps and import it in plesk i.c.m. rsync and tar.

But that gives errors like chaning passwords and not keeping password protected directories. ( Ticket is submitted @ plesk)

I looked at clonezilla but they need a offline server to backup it complete .

Any other options?
 
I do not understand why you use pleskbackup utility and do not use standard plesrestore utility but use described complex backup restoration method?
 
Hi igor,

I restore the configuration with plesk ( no external programs but yours used). but without the content which i backup with rsync.

When i do a full backup of a server with content he gives more then onze errors on domains and without content the making of the backup works fine
 
When i do a full backup i get a lot of errors like:
</object>
<object name="domain.com" type="domain">
<object name="domaindb" type="mysql">
<message id="70ca43d3-b187-406a-8984-1b8825fe26ff" severity="error" code="msgtext">
<description>Cannot delete temp file '/var/lib/psa/dumps/clients/clientname/domains/domain.com/databases/domaindatabase/backup_domaincom_1110191108'</description>
</message>
</object>
</object>
</object>
 
Back
Top