Creates, lists, deletes or restores container backups.
Syntax.
prlctl backup <CT_name> [-f, --full] [-i, --incremental] [--description <desc>] [-s, --storage [<user>[:<passwd>]@]<server>[:<port>]] [--no-compression] prlctl backup-list [<CT_name>] [-f, --full] [--localvms] [-s, --storage [<user>[:<passwd>]@]<server>[:<port>]] prlctl backup-delete {<CT_name> | -t, --tag <backup_ID>} [--keep-chain] prlctl restore {<CT_name> | -t, --tag <backup_ID>} [-n, --name <new_name>] [--dst=<path>] [-s, --storage [<user>[:<passwd>]@]<server>[:<port>]]
Table 3.25. Options
| Name | Description |
|---|---|
| Container 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 prlsrvctl set command. |
| Backup description. Descriptions with white spaces must be enclosed in quotation marks. |
|
|
| Create an incremental backup of the container. 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 container. If this option is omitted, the container will be restored with the original name. |
| Restore the container to the specified directory on the server. If this option is omitted, the container will be restored to |
| Do not compress the created backup image. |
| Preserve the rest of the backup chain when deleting specific backups. |