• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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