Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
NetBackup™ for KVM Administrator's Guide
- Introduction
- Installation and configuration overview
- Managing KVM hosts
- Configuring RBAC roles for KVM administrators
- Protecting KVM virtual machines
- About configuring a backup policy for KVM
- About automatic virtual machine selection
- Add a policy for KVM
- About policy attributes
- Schedule properties
- Add KVM hosts to a policy
- Configure a query to select KVM virtual machines for backup
- Backup options on the KVM attributes tab
- View the protection status of KVM virtual machines
- Perform a manual backup
- Recovering KVM virtual machines
- Troubleshooting KVM backups and recovery
Example queries to select VMs for backup
This topic provides examples of the kinds of queries that you can create to automatically select KVM virtual machines for backup.
In the following example, the query selects KVM virtual machines with a host name that ends with the string domain.com. The query string with OData keywords and operators is: endswith(kvmHostName), 'domain.com')
Field | Operator | Value |
|---|---|---|
kvmHostName | Ends with | domain.com |
In the following example, the query selects a KVM virtual machine with the UUID 100faa79-1119-4c49-8f32-b4a165ee51d. The query string with OData keywords and operators is: uuid eq '100faa79-1119-4c49-8f32-b4a165ee51d6'
Field | Operator | Value |
|---|---|---|
uuid | Equal | 100faa79-1119-4c49-8f32-b4a165ee51d6 |