2.2.1.1. prlsrvctl backup

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

NameDescription

-f,--full

Creates a full backup of each virtual environment on the node. A full backup contains all the virtual environment data.

-i,--incremental

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.

-s,--storage <user>[:<password>] @<server>[:<port>]

The host to store backup images at.

--description <desc>

Adds a description to each virtual environment backup.

-u,--uncompressed

Does not compress backup images.