The pleskbackup.exe
utility is used for backing up configuration and
data.
Usage
pleskbackup.exe <command> [<arguments>] [<options>]
To back up the Plesk server excluding the customers listed in the file
customers.txt:
Example
The following command backs up the Plesk server excluding the domains
listed in the file domains.txt with displaying information about the
backup process:
plesk bin pleskbackup.exe server --exclude-client-file=domains.txt -v
Commands
Command | Argument | Description | Example |
---|---|---|---|
--server |
Backs up whole Plesk server. |
To back up the whole Plesk server: plesk bin pleskbackup.exe --server |
|
--resellers-name |
[ <login-1> <login-2> <...> <login-n> ] |
Backs up all data for the resellers specified by logins. Logins should be separated by spaces, and, if on Windows, If no logins are specified and the |
To back up the reseller with the login name reseller1: plesk bin pleskbackup.exe --resellers-name reseller1 |
…