commit | 77fdf758519579b134872b3457f8b175971eb3e5 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Wed May 02 17:35:22 2018 -0400 |
committer | Carlos Frias <friasc@google.com> | Wed May 02 17:35:22 2018 -0400 |
tree | 6d363f25f95651606dba1416cfbc0c2adbb3df87 | |
parent | 1976cd4db1bcdbecd8d47a7f1690ca0aafe47a2c [diff] |
Updated README.md file
This role performs a restore using the apigee-service utility. This role requires that you indicate which backup to restore.
It is expected that the apigee-service utility was used as described at How to Perform a Backup.
This variable contains the date and time of the backup that should be restored. The naming convention of the backup files is explained at How to Perform a Backup.
This variable expects the date and time value to be set using the pattern:
backup_time: (year).(month).(day),(hour).(min).(seconds)
This variable expects the name of an apigee component to be restored.
Example usage in a playbook:
- hosts: pg roles: - { role: apigee-opdk-restore, component_name: apigee-cassandra, backup_time: 2016.10.27,08.45.35 }
Apache
Carlos Frias
This is not an officially supported Google product.
We'd love to accept your patches and contributions to this project. Please review our guidelines.