• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question Backup Manager Generated Files

Zoo3

Regular Pleskian
Server operating system version
CentOS 7.9
Plesk version and microupdate number
18.0.48
I performed a backup to another FTP server. In this case I had to use "Multi-volume backup". When I completed the backup in the backup manager, two files were created on the FTP server. They are "backup_221205123.tar" and "backup_221205123.tar 1". When I unzip them, the unzip tool warns me that each is corrupted.

When I restore from a backup, do I just add all the files using the Web UI without unzipping these files?
 
Multivolume backup is a tar archive sliced into chunks of a certain size. It is to be expected that you cannot unpack one of the pieces of the whole archive. To unpack the whole backup, you must merge all the pieces into one archive first. But to be honest, I don't understand why you need to do this manually when it's much more convenient to restore this backup via the Plesk interface.
 
Multivolume backup is a tar archive sliced into chunks of a certain size. It is to be expected that you cannot unpack one of the pieces of the whole archive. To unpack the whole backup, you must merge all the pieces into one archive first. But to be honest, I don't understand why you need to do this manually when it's much more convenient to restore this backup via the Plesk interface.
Thank you. The reason is that I don't have enough storage space. And I don't want an infinite number of backups being generated in the same storage.
 
What is the process to merge the multivolume tar file back together?

I would like to be able to use the backup files that are ftps to a remote host. The multivolume option with a remote storage-only option is helpful for space reasons. Being able to review the back contents and extract specific files is helpful when trying to recover a configuration error or user's deleted directory.
 
Never tried it, because never had any reasonable need for it. But maybe a simple cat file1 file2 > file3 can do it?
 
Back
Top