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
+16-9Lines changed: 16 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,19 @@
1
-
# NetBackup VmWare agentless single and group VM backup and restore APIs code samples
1
+
# NetBackup VMware agentless single and group VM backup and restore APIs code samples
2
2
3
3
## Executing the scripts:
4
4
5
5
Pre-requisites:
6
6
- NetBackup 8.3 or higher
7
7
- Python 3.6 or higher
8
8
- Python modules: `requests`
9
+
- create_protection_plan_template.json template file. This template contain the required payload which is used to create the protection plan.
9
10
10
11
Use the following commands to run the scripts.
11
12
### - Single VM backup and restore
12
13
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.
14
+
This single_vm_backup_restore.py script demonstrates how to backup a VM (VMware virtual machine) using a protection plan and instant access restore of VM using NetBackup APIs.
@@ -69,9 +73,9 @@ Execution flow of single VM backup and restore script:
69
73
70
74
### - Group VM backup and restore
71
75
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.
76
+
This group_vm_backup_restore.py script demonstrates how to backup multiple VMs (VMware virtual machines) using a protection plan and perform bulk instant access restore of the VMs using NetBackup APIs.
0 commit comments