• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Plesk full server backup in tar.gz format

arunbabu

New Pleskian
When I am creating backups for plesk (plesk 11.x) in plesk back up manager it is created in xml format. Is their anyway that the plesk backups can be created in tar.gz format? Please advice a resolution for this issue.


Thanks in advance

Arun Babu
 
In short, NO. At least not for now.

You can use my script to create tar.gz fullbackup from Plesk xml file:
http://forum.parallels.com/showthread.php?t=263772 (post #6)

Please note: if you don't need need to put this archive somewhere, e.g. on personal repo like i wrote there, you can just delete this part:
# This is the FTP servers host or IP address.
HOST=<ftp_server_hostname>
.
.
.
.
send fullbackup-$dateBackup.tar.gz fullbackup-$dateBackup.tar.gz

Note: don't touch last two lines
bye
EOF
 
Back
Top