1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 17:39:59 -05:00
vsphere-automation-sdk-python/samples/vsphere/backuprestore/README.md
Tianhao He f1032b4e43 vSphere 6.7 Release
Signed-off-by: Tianhao He <het@vmware.com>
2018-04-17 11:01:27 -07:00

670 B

This directory contains samples for Backup Restore APIs:

* List all backup jobs
* CRUD operations on backup schedule

Running the samples

$ python <sample-dir>/<sample>.py --server <vCenter Server IP> --username <username> --password <password> <additional-sample-parameters>

The additional sample parameters are as follows (all parameters can be displayed for any sample using option --help)

* backup_schedule.py --location <location URL> --location_user <location-user> location_password <location-password>
  • Testbed Requirement:
    • 1 vCenter Server
    • Backup server reachable through any of the supported protocols FTP/FTPS/SCP/HTTP/HTTPS