NetBackup™ for VMware Administrator's Guide
- Introduction
- Required tasks: overview
- Configuring RBAC roles for VMware administrators
- Notes and prerequisites
- VMware vSphere privileges
- Managing VMware servers
- About VMware discovery
- Add VMware servers
- Change resource limits for VMware resource types
- Configuring backup policies for VMware
- Backup options on the VMware tab
- Exclude disks tab
- Configuring a VMware Intelligent Policy
- About the Reuse VM selection query results option
- Use Accelerator to back up virtual machines
- Configuring protection plans for VMware
- Malware scan
- Instant access
- Instant rollback
- Continuous data protection
- Backing up virtual machines
- VM recovery
- VMware agentless restore
- Restoring Individual files and folders from VMware backups
- Using NetBackup to back up Cloud Director environments
- Recover VMware Cloud Director virtual machines
- Restore virtual machines with Instant Recovery
- Protecting VMs using hardware snapshots and replication
- Best practices and more information
- Troubleshooting VMware operations
- NetBackup logging for VMware
- Snapshot error encountered (status code 156)
- Appendix A. Configuring services for NFS on Windows
- About configuring services for NFS on Windows 2012 or 2016 (NetBackup for VMware)
- Appendix B. Backups of VMware raw devices (RDM)
Trial backup for VMware
Trial backup for VMware lets you perform approximate validations for the backup configuration. Trial backup support for VMware is only available through an API call.
A trial backup operation for a virtual machine performs certain operations as:
Discovery
Validation of credentials
Snapshot
Mapping of a few files (if you have selected the enable file recovery option in the policy).
Test the transfer of limited bytes (to the media server) of data per disk of a virtual machine.
You can use the following API with the input parameter trialBackup: true to initiate a trial backup for a VMware policy. Before you use 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 } } }
The backup job displays as Trial Backup.
Note the following:
The parameter
trialBackup
is optional and its default value is false.A trial backup is not recoverable. The
job does the cleanup of test data which is transferred during the trial backup operation.The trial backup functionality is only supported for a VMware policy of VADP (VMware vStorage API for Data Protection) based backups. It does not validate application integration with Microsoft Exchange, SharePoint, and SQL server.
VMware agent resource limits apply to trial backup.
A trial backup consumes resources like querying the vCenter for discovery and there can be short-lived snapshots.
A trial backup doesn't affect existing schedules or incremental backup chains. However, it may affect VMware resources like the vCenter for discovery and snapshot.