The pleskrestore.exe
utility is used for restoring data from backup
archives.
Usage
pleskrestore.exe <command> [
<option_1> [<param>]
[<option_2> [<param>]]
... [<option_N> [<param>]]
Example
The following command restores only databases from the file
Backup-file.
plesk bin pleskrestore.exe --restore "Backup-file" -only-databases
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--restore |
<backup_file> |
Restores a backup file. |
To restore the backup file Backup-file: plesk bin pleskrestore.exe --restore "Backup-file" |
--check-backup |
<backup_file> |
Checks a backup file integrity. |
To check the integrity of the backup file Backup-file: plesk bin pleskrestore.exe --check-backup "Backup-file" |
--info or -i |
<backup_file> |
Shows description of a backup file. |
To view description of the backup file Backup-file: plesk bin pleskrestore.exe --info "Backup-file" or plesk bin pleskrestore.exe -i "Backup-file" |
…