Applicable to:
- Plesk for Linux
- Plesk for Windows
Question
How to upload a Plesk xml.tar/xml.zip backup file to the Backup Manager?
Answer
Note: 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.
-
Go to:
- Tools & Settings > Backup Manager for Plesk administrators/resellers
- Websites & Domains > example.com > Backup Manager for Plesk customers
-
Click Upload.
-
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.
-
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 restored via Tools & Settings > Backup Manager, it will become available at Domains > example.com > Backup Manager.
-
For Linux
-
Connect to a Plesk server where a Plesk backup should be restored via SSH.
-
Transfer the backup file (should look like backup_info_XXXXXXXXXX.xml.tar) to this server (for example, via an FTP agent).
-
Run the following command to import the uploaded file to the Plesk Backup Manager. Replace <path-to-tar-file> with an actual path:
# plesk sbin pmm-ras --import-file-as-dump --dump-file-specification <path-to-tar-file>
-
If the backup is protected by a password, use the following command:
# PLESK_BACKUP_PASSWORD="yourpassword" plesk sbin pmm-ras --import-file-as-dump --dump-file-specification
-
-
In Plesk, go to Tools & Settings > Backup Manager and find the backup that has been uploaded.
-
-
For Windows Server
-
Connect to a Plesk server where a Plesk backup should be restored via RDP.
- Transfer the backup file (should look like backup_info_XXXXXXXXXX.xml.zip) to the server (for example, via an FTP agent or simply by copying it to RDP window).
-
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-zip-file> with an actual path:
C:\> "%plesk_bin%\pmm-ras" --import-file-as-dump --dump-file-specification <path-to-zip-file>
- In Plesk, go to Tools & Settings > Backup Manager and find the backup that has been uploaded.
-
Additional Information
Related Articles
Comments
0 comments
Please sign in to leave a comment.