Plesk

How to extract files from a Plesk backup archive

Question

How to unpack the contents of a Plesk backup?

Answer

Starting from Plesk Obsidian 18.0.40, GZIP compression used in the Plesk backups has been replaced with ZSTD compression to improve performance for backup and restore operations.

 

To unpack a TZST archive, follow these steps:

 

Directly on a Plesk server using tar

 

  1. Connect to the Plesk server via SSH.

  2. Create a directory where the backup is going to be extracted:

    # mkdir /root/backup

  3. Use the --use-compress-program pzstd option to unpack the archive:

    # tar -xvf /var/lib/psa/dumps/domains/example.com/backup_logs_2111250004_2111290004.tzst -C /root/backup/ --use-compress-program pzstd

 

After downloading a Plesk backup file to Windows OS

 

Download and install the tzst compatible archive manager and use it to extract the files.

For example: