The command is used to back up all virtual environments on the node.
Syntax.
prlsrvctl backup [-f,--full] [-i,--incremental]
[-s,--storage <user>[:<password>]@<server>[:<port>]]
[--description <desc>] [-u,--uncompressed]
Table 2.15. Options
| Name | Description |
|---|---|
| Creates a full backup of each virtual environment on the node. A full backup contains all the virtual environment data. |
| Creates an incremental backup of each virtual environment on the node. An incremental backup contains only the files that were changed since the previous full or incremental backup. This is the default backup type. |
| The host to store backup images at. |
| Adds a description to each virtual environment backup. |
| Does not compress backup images. |