Plesk Linux Backup Manually Restore

please make sure that if you use a FTP / SFTP-client to upload a backup-file ( i.e.: backup_info_1234567890.xml.tar ) to "/var/lib/psa/dumps", you still have to UNTAR that file, to be able to see the backup ( and its content ) in the list at your Plesk Control Panel:

Example process:
  1. Manual upload file to "/var/lib/psa/dumps"
  2. Commands over the command line ( user root ):
    Code:
    cd /var/lib/psa/dumps
    tar -xvf backup_info_1234567890.xml.tar
  3. Go back to your Plesk Control Panel and refresh your list at: Home > Tools & Settings > Backup Manager
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Run OPTIMIZE TABLE to defragment tables for better performance

For this suggestion:Run OPTIMIZE TABLE to defragment tables for better performanceRun this...

How to clear Error Log of a cPanel Account.

User the below code to clear Error Log:Replace User with Username:Code:for i in `find...

What is php.ini ?

The php.ini file and changing PHP Settings The php.ini file is a special file for PHP and...

How to fix ini_set() has been disabled for security reasons

1. Create php.ini file inside your public_html folder, OR the folder in which you have...

How to fix Fatal error: Uncaught exception 'Exception' with message 'DateTimeZone:

1: Create .htaccess file inside your public_html folder, OR the folder in which you have...