How to restore a Plesk Panel backup via SSH Print

  • 0

Run below command:

 

# plesk bin pleskrestore --restore /root/backup_info_1712180545.xml.tar -level server -ignore-sign -backup-password "backup_password"

  • /root/backup_info_1712180545.xml.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 -backup-password "backup_password" from the command

Was this answer helpful?

« Back