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 upload a Plesk xml.tar/xml.zip backup file to Plesk Backup Manager

 
backupbackup managerbackup restore migrationdomainsgo

Question

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

Answer

Note: 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 using the command-line instructions.

Note: If the backup file was created for a specific subscription only, the subscription must be created before uploading Plesk xml.tar/xml.zip backup file.

 

Uploading a backup via Plesk (up to 2Gb)

 

  1. Log in to Plesk.

  2. Go to:

    • Tools & Settings > Backup Manager for Plesk administrators/resellers
    • Websites & Domains > example.com > Backup Manager for Plesk customers
  3. Click Upload.

    Backup_Manager_-_server-wide.png

  4. Click Browse... and select a backup file to upload.

    Note: Select the option Upload backup files without a valid signature, if the backup file was created on another Plesk server.

  5. If the backup is protected by a password, specify it. If not or the password is unknown - clear the checkbox Use password protection (recommended).

    Note: If a subscription backup has been uploaded via Tools & Settings > Backup Manager, it will be available at Domains > example.com > Backup Manager.

    Screenshot_2019-05-04_Upload_Backup_Files_from_Your_Local_Computer_to_the_Server_Storage_-_Plesk_Onyx_17_8_11.png

 

Uploading a backup via a command-line interface

 

  • For Linux

    1. Connect to a Plesk server where a Plesk backup should be restored via SSH.

    2. Transfer the backup file backup_info_XXXXXXXXXX.xml.tar to this server (for example, via an FTP client).

    3. Run the following command to import the uploaded file to the Plesk Backup Manager. Replace /path/to/file.xml.tar with an actual path:

      Note: If this is a multivolume backup consisting of several files (.tar, .tar1, .tar2, etc.), add the option "--join-volumes" at the end of the command.

      # plesk sbin pmm-ras --import-file-as-dump --dump-file-specification /path/to/file.xml.tar

      • If the backup is password protected, use the following command:

        # PLESK_BACKUP_PASSWORD="yourpassword" plesk sbin pmm-ras --import-file-as-dump --dump-file-specification /path/to/file.xml.tar

    4. In Plesk, go to Tools & Settings > Backup Manager and find the backup that has been uploaded.

 

  • For Windows Server

    1. Connect to a Plesk server where a Plesk backup should be restored via RDP.

    2. Transfer the backup file backup_info_XXXXXXXXXX.xml.zip to the server (for example, via an FTP client or RDP connection).
    3. Start a command prompt as an Administrator and run the following command to import the uploaded backup file to the Plesk Backup Manager. Replace /path/to/file.xml.zip with an actual path:

      Note: If this is a multivolume backup consisting of several files (.tar, .tar1, .tar2, etc.), add the option "--join-volumes" at the end of the command.

      C:> plesk sbin pmm-ras --import-file-as-dump --dump-file-specification /path/to/file.xml.zip

    4. In Plesk, go to Tools & Settings > Backup Manager and find the backup that has been uploaded.

 

Additional Information

  • Uploading, Downloading, and Removing Backups | Plesk Obsidian Documentation
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 remove Plesk backup files and their logs

Read More »

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

Read More »

How to create a backup in Plesk

Read More »

 An operation fails in Plesk: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘X’ for key ‘PRIMARY’

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
  • Email Virus Protection
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