• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Create a multivolume backup not working

VojkanC

Basic Pleskian
In backup manager even when I check Create a multivolume backup Plesk creates single file backup.
I've tried lowering split limit to 50MB, but again Plesk creates only one backup file larger than 50MB.
What is the problem with splitting backup files? What am I doing wrong?
Please take a look at attached image.
 

Attachments

  • Back Up the Server - Parallels Plesk 12.0.18.png
    Back Up the Server - Parallels Plesk 12.0.18.png
    45.6 KB · Views: 5
Try to find mentions of split in backup logs /var/log/plesk/PMM/backup... and check value of this split parameter there.
 
Thank you for the fast reply.
This is the part of code with split (I've set split to 100MB and once again backup file is more than 300MB):
[23412]: 2015-08-11 12:51:46 DEBUG FILE storage initialized.
[23412]: 2015-08-11 12:51:46 DEBUG Base directory: /var/lib/psa/dumps
[23412]: 2015-08-11 12:51:46 DEBUG Space reserved: 31457280
[23412]: 2015-08-11 12:51:46 DEBUG Gzip bundles: yes
[23412]: 2015-08-11 12:51:46 DEBUG Bundle split size: 104857600


I couldn't find anything that might explain file wasn't split.

Main problem is that when I upload all mine content to VPS, the size of its backup will be at least 5GB, and Plesk backup restore can't accept files larger than 2GB.
 

Attachments

  • backup.txt
    7.6 KB · Views: 6
Back
Top