You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipes/python/backup-restore/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@
3
3
## Executing the scripts:
4
4
5
5
Pre-requisites:
6
-
- NetBackup 8.2.1 or higher
6
+
- NetBackup 8.3 or higher
7
7
- Python 3.6 or higher
8
8
- Python modules: `requests`
9
9
10
10
Use the following commands to run the scripts.
11
11
### - Single VM backup and restore
12
12
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.
@@ -69,7 +69,7 @@ Execution flow of single VM backup and restore script:
69
69
70
70
### - Group VM backup and restore
71
71
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.
0 commit comments