Note
Note: This is a commercial feature. For information on how to purchase a Virtuozzo license and enable commercial features, please visit https://virtuozzo.com/.
Creates, lists, deletes or restores virtual machine backups.
Syntax.
prlctl backup <VM_name> [-f, --full] [-i, --incremental] [--description <desc>] [-s, --storage [<user>[:<passwd>]@]<server>[:<port>]] [--no-compression] prlctl backup-list [<VM_name>] [-f, --full] [--localvms] [-s, --storage [<user>[:<passwd>]@]<server>[:<port>]] prlctl backup-delete {<VM_name> | -t, --tag <backup_ID>} [--keep-chain] prlctl restore {<VM_name> | -t, --tag <backup_ID>} [-n, --name <new_name>] [--dst=<path>] [-s, --storage [<user>[:<passwd>]@]<server>[:<port>]]
Table 4.27. Options
| Name | Description |
|---|---|
| Virtual machine name.
|
| Specifies a remote backup server address, port, and credentials. If this option is omitted, the backup will be saved on the default backup server that can be configured using the |
| Backup description. Descriptions with white spaces must be enclosed in quotation marks. |
|
|
| Create an incremental backup of the virtual machine. An incremental backup contains only the files changed since the previous full or incremental backup. This is the default backup type. |
| List local backups only. |
| The ID of the backup to restore or delete. |
| A new name to assign to the restored virtual machine. If omitted, the virtual machine will be restored with the original name. |
| Restore the virtual machine to the specified directory on the hardware node. If this option is omitted, the virtual machine will be restored to |
| Do not compress the created backup image. |
| Preserve the rest of the backup chain when deleting specific backups. |