Skip to content

Commit ba583e8

Browse files
Corrected the description
1 parent 8a0748d commit ba583e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

recipes/python/backup-restore/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
## Executing the scripts:
44

55
Pre-requisites:
6-
- NetBackup 8.2.1 or higher
6+
- NetBackup 8.3 or higher
77
- Python 3.6 or higher
88
- Python modules: `requests`
99

1010
Use the following commands to run the scripts.
1111
### - Single VM backup and restore
1212

13-
This single_vm_backup_restore.py script describes how to backup VM using protection plan and restore the single VMware virtual machine that were backuped with NetBackup for VMware.
13+
This single_vm_backup_restore.py script demonstrates how to backup a VM (VMware virtual machine) using a protection plan and restore it using NetBackup APIs.
1414

1515
`python single_vm_backup_restore.py --master_server <master_server> --master_username <master_username> --master_password <master_password> --vcenter_name <vcenter_name> --vcenter_username <vcenter_username> --vcenter_password <vcenter_password> --protection_plan_name <protection_plan_name> --clientvm <client_vm_name> --restore_vmname <restore_vm_name>`
1616

@@ -69,7 +69,7 @@ Execution flow of single VM backup and restore script:
6969

7070
### - Group VM backup and restore
7171

72-
This group_vm_backup_restore.py script describes how to backup multiple VMs using protection plan and perform bulk restore of VMware virtual machines that were backuped with NetBackup for VMware.
72+
This group_vm_backup_restore.py script demonstrates how to backup multiple VMs (VMware virtual machines) using a protection plan and perform bulk restore of the VMs using NetBackup APIs.
7373

7474
`python group_vm_backup_restore.py --master_server <master_server> --master_username <master_username> --master_password <master_password> --vcenter_name <vcenter_name> --vcenter_username <vcenter_username> --vcenter_password <vcenter_password> --protection_plan_name <protection_plan_name> --querystring <Query_string> --vip_group_name <group_name> --restore_vmname_prefix <restore_vmname_prefix>`
7575

0 commit comments

Comments
 (0)