Applicable to:
- Plesk for Linux
- Plesk for Windows
Question
How to download a large(about 100 GB) backup file from Plesk?
Answer
-
Log into the server via SSH.
-
Execute the command below to list
.xml
files of all existing backups:# plesk sbin pmm-ras --get-dump-list | grep message | sed -E 's/<message>//g' | sed -E 's/\:\ <\/message>//'
backup_info_2006222137.xml
backup_info_2006222138.xml -
Using the required
.xml
backup file from the step №2, run the command below to download the backup:# plesk sbin pmm-ras --export-dump-as-file --dump-specification=backup_info_1908071521.xml --dump-file-specification=/root/backup.tar
Note:
/root/backup.tar
is the path where the downloaded backup will be located.
-
Log into the server via RDP.
- Execute the command below to list
.xml
files of all existing backups:C:\> "%plesk_bin%"\pmm-ras.exe --get-dump-list | findstr "message"
<message>backup_info_1908071521.xml: </message>
<message>backup_info_1909120136.xml: </message> -
Using the required
.xml
backup file from the step №3, run the command below to download the backup:C:\> "%plesk_bin%\pmm-ras.exe" --export-dump-as-file --dump-specification=backup_info_1908071521.xml --dump-file-specification=C:\backup.zip
Note:
C:\backup.zip
is the path where the downloaded backup will be located.
-
Log into the server via RDP.
- Execute the command below to list
.xml
files of all existing backups:C:\> "%plesk_bin64%"\pmm-ras.exe --get-dump-list | findstr "message"
<message>backup_info_1908071521.xml: </message>
<message>backup_info_1909120136.xml: </message> -
Using the required
.xml
backup file from the step №3, run the command below to download the backup:C:\> "%plesk_bin64%\pmm-ras.exe" --export-dump-as-file --dump-specification=backup_info_1908071521.xml --dump-file-specification=C:\backup.zip
Note:
C:\backup.zip
is the path where the downloaded backup will be located.
Comments
1 comment
[Solution for Plesk Obsidian on Windows]
After downloading backup.zip (126 GB) via FTP, it cannot extract or unzip.
[Windows Explorer] The compressed (zipped) folder is empty.
[Winrar] The archive is either in an unknown format or damaged.
Please sign in to leave a comment.