Plesk

How to validate a Plesk backup

Question

How to check if a Plesk backup is valid for restoration?

Answer

Click on a section to expand

Plesk for Linux

  1. Connect to a Plesk server via SSH

  2. Run the following command to validate the backup file structure. Replace backup_info_1809291722.xml with an actual backup XML file name:

    Note: The command validates only backup structure.

    # plesk bin pleskrestore --check-backup /var/lib/psa/dumps/backup_info_1809291722.xml

    If a backup file has been uploaded via FTP, specify the full path to the .xml.tar file:

    # plesk bin pleskrestore --check-backup /root/backup_info_1809291722.xml.tar

Plesk for Windows

  1. Connect to a Plesk server via RDP

  2. Start a command prompt as Administrator

  3. Run the following command to validate the backup file structure. Replace backup_info_1809291722.xml with an actual backup XML file name:

    Note: The command validates only backup structure.

    C:> "%plesk_dir%binpleskrestore.exe" --check-backup backup_info_1809291722.xml

 

Possible results

 

Additional Information

Reference for Command-Line Utilities, Plesk for Linux: Restoration from Backup

How to restore a backup on another Plesk server

How to allow resellers and customers to upload backup files without a valid signature

Exit mobile version