Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

How to restore a Plesk .tar/.zip backup file on another Plesk server

 
backupbackup managerbackup restore migrationdomainsgo

Question

How to restore a Plesk .tar (Plesk for Linux) / .zip (Plesk for Windows Server) backup on another Plesk server?

Answer

A Plesk backup can be restored either via Plesk interface or a command-line interface directly on a server.

Limitations:

- A Plesk .tar backup file cannot be restored in Plesk for Windows Server. A Plesk .zip backup file cannot be restored in Plesk for Linux.
- A restoration server must have the same or a higher Plesk version.
- A restoration server must have the same or higher Plesk license edition than the server where the backup has been created.
- The maximum size of an uploaded backup file is limited to 2Gb. If a backup file size is larger than 2Gb, upload this backup file via a command-line interface.

 

Restoring a backup via Plesk (backup file is less than 2Gb)

 

  1. Go to Tools & Settings > Backup Manager and click Upload.

    Screenshot_2019-04-30_Backup_Manager_-_Plesk_Onyx_17_8_11.png

  2. Tick the option Upload backup files without a valid signature (by default, this option is available only for Plesk administrators, see this KB article for reference) and click Browse... to select a backup to upload.

    Screenshot_2019-04-30_Upload_Backup_Files_from_Your_Local_Computer_to_the_Server_Storage_-_Plesk_Onyx_17_8_11_2_.png

  3. After the backup has been uploaded, in Backup Manager, click on this backup.

    Screenshot_2019-04-30_Backup_Manager_-_Plesk_Onyx_17_8_11_1_.png

  4. Select:

    • Selected objects - to restore some objects

    • All objects (entire system) - to restore the whole backup file

  5. Click Restore to begin the restoration.

 

Restoring a backup via a command-line interface

 

  1. Connect to a Plesk server where a backup should be restored via SSH (Linux)/RDP (Windows Server).

  2. Transfer the exported backup (for example, via any FTP agent).

  3. Restore the backup:

    • On Linux, adjust the command below and run it:

      # PLESK_BACKUP_PASSWORD="backup_password" plesk bin pleskrestore --restore /root/backup_info_1712180545.tar -level server -ignore-sign

      where:

      • /root/backup_info_1712180545.tar - the full path to the backup
      • server - the level to restore the server-wide backup. To restore only clients/domains/resellers use the appropriate keys instead: "clients" "domains" "resellers"
      • backup_password - the password that was specified when downloading the backup from another Plesk server. If the password was not specified or is missing, remove PLESK_BACKUP_PASSWORD="backup_password" from the command

      For more restoration options, see Plesk Documentation: pleskrestore: Restoration from Backup.

       

    • On Windows Server, start a command prompt as an Administrator, adjust the command below and run it:

      C:> plesk bin pleskrestore.exe --restore "C:backup_info_1712180545.zip" -ignore-sign -level server -backup-password "backup_password"

      where:

      • C:backup_info_1712180545.zip - the full path to the backup
      • server - the level to restore the server-wide backup. To restore only clients/domains/resellers use the appropriate keys instead: "clients" "domains" "resellers"
      • backup_password - the password that was specified when downloading the backup from another Plesk server. If the password was not specified or is missing, remove -backup-password "backup_password" from the command

      For more restoration options, see Plesk Documentation: pleskrestore.exe: Restoration from Backups.

 

 

 

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

How to Host a Go App on Plesk

Read More »

Exploring Plesk’s Added Value Solutions So Far in 2023

Read More »

Unveiling Sitejet Builder: The Perfect Match for Your Effortless Website Creation Needs

Read More »
Knowledge Base

How to create a backup in Plesk

Read More »

How to upload a Plesk xml.tar/xml.zip backup file to Plesk Backup Manager

Read More »

How to remove Plesk backup files and their logs

Read More »

How to restore a Plesk backup from CLI?

Read More »

Hosting Wiki

  • Django
  • DBMS Interface
  • Server Redundancy
  • Linux Containers
  • Google Cloud CDN
  • AMP
  • Bare Metal Server
  • Backup
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • MongoDB
  • Domain
  • Plesk
  • Web Server
  • DNS Server
  • SSH
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family