Backup Parameters
Important
Remember to read the Best Practices chapter common for all of our hypervisor plugins.
Parameter |
Values |
Default |
Description |
---|---|---|---|
include |
|
Specifies a list of guest VM names to back up. Uses Java-compatible regular expressions. |
|
exclude |
|
Specifies a list of guest VM names to exclude from the backup. |
|
vm |
|
Specifies the name of a single guest VM to back up, regardless of other include/exclude rules. |
|
protection_domain |
|
When set, only virtual machines belonging to the specified protection domain are considered for backup. VMs in the domain are still filtered according to This parameter is optional and is unspecified by default. |
|
application_consistent |
|
|
Specifies if the snapshot taken during the backup should be application consistent ( crash consistent ( if it fails ( |
dat_file |
|
|
Specifies the name of the This argument is optional. |
The use of regular expressions in the parameters include=
and exclude=
must be a Java compatible regular expression.
In order to be backed up the guest VM must match the include=...
predicate and not match the exclude=...
. A guest VM that matches the vm=...
will be backed up regardless of the include/exclude specifications.
By default all guest VMs match the include predicate and not the exclude. Therefore, if none of the parameters vm=...
, include=...
and exclude=...
are provided, all available guest VMs hosted on the Nutanix-AHV hypervisor will be backed up.
On the other hand if the parameter vm=...
is specified all guest VM will no longer match the include predicate. This means that if only vm=...
parameter is specified no other guest VM will be backed up.
See FileSet Examples for examples of include
/exclude
/vm
setups.
Go back to the main Nutanix-AHV Configuration page.
Go back to the main Nutanix-AHV page.