Created
April 10, 2021 14:12
-
-
Save andp97/c037cdd44bcfbccb56a40098fe2b0a3e to your computer and use it in GitHub Desktop.
Restore Plesk Backup on different server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
PLESK_BACKUP_PASSWORD="somepassword" | |
BACKUP_FILE=$1 #for example /root/backup_info_1712180545.xml.tar | |
plesk bin pleskrestore --restore $BACKUP_FILE -level server -ignore-sign -backup-password $PLESK_BACKUP_PASSWORD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment