Plesk Linux Backup Manually Restore Print

  • 0

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

Was this answer helpful?

« Back