NetBackup™ for VMware Administrator's Guide
- Introduction
- Required tasks: overview
- Notes and prerequisites
- Configure NetBackup communication with VMware
- Adding NetBackup credentials for VMware
- Validating VMware virtualization server certificates in NetBackup
- Configure NetBackup policies for VMware
- Backup options on the VMware tab
- Exclude Disks tab
- Configure a VMware Intelligent Policy
- Reduce the size of backups
- Back up virtual machines
- Use Accelerator to back up virtual machines
- Restore virtual machines
- Restoring the full VMware virtual machine
- Virtual Machine Recovery dialog boxes (restore to original location)
- Virtual Machine Recovery dialogs boxes (restore to alternate location)
- Restoring VMware virtual machine disks by using Backup, Archive, and Restore
- Restoring VMware virtual machine disks by using NetBackup commands
- Restoring individual files
- Browse and search virtual machines for restore
- Restore virtual machines with Instant Recovery
- Use NetBackup for vCloud Director
- Virtual machine recovery dialog boxes for vCloud Director
- Best practices and more information
- Troubleshooting
- Appendix A. NetBackup commands to back up and restore virtual machines
- Using NetBackup commands to create a VMware policy
- Appendix B. Configuring services for NFS on Windows
- About configuring services for NFS on Windows 2012 or 2016 (NetBackup for VMware)
- Appendix C. The Reuse VM selection query results option
- Appendix D. Backup of VMware raw devices (RDM)
Trial backup for VMware
Trial backup for VMware allows you to perform approximate validations for the backup configuration. Trial backup operation for virtual machine performs certain operations as:
Discovery
Validation of credentials
Snapshot
Mapping of few files (In case, if you have selected the enable file recovery option in the policy).
Test transfer of limited bytes (to the media server) of data per disk of a virtual machine.
Note:
Trial backup support for VMware is only available through API call.
Below API can be used with input parameter trialBackup : true to initiate trial backup for VMware policy.
Before calling the trial backup API, the required policy configuration must be defined in the policy created.
: /admin/manual-backup
: POST
Example: Request body
{ "data": { "type":"backupRequest", "attributes": { "policyName": "vmware_test", "trialBackup" : true } } }
Backup job is displayed as Trial Backup.
Note:
trialBackup is optional parameter and its default value is false.
Trial backup is not recoverable.
job does the clean up of test data which was transferred during the trial backup operation.Trial backup functionality is only supported for VMware policy of VADP (VMware vStorage API for Data Protection) based backups. It will not validate application integration with Microsoft Exchange, SharePoint, and SQL server.
VMware agent resource limits are also applicable to trial backup.
Trial backup consumes resources like querying vCenter for discovery and there can be short-lived snapshots.
Trial backup doesn't affect existing schedule or incremental backup chain. Though, it may impact VMware resources like vCenter for discovery and snapshot.