Created
July 12, 2017 01:43
-
-
Save sinmetal/23755f8eaaa984ca442dc038c43a783d to your computer and use it in GitHub Desktop.
DatastoreBackup Sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cron: | |
- description: Daily Backup | |
url: /_ah/datastore_admin/backup.create?name=BackupToCloud&kind=Billing&kind=Project&filesystem=gs&gs_bucket_name=datastore-backup&queue=backup | |
schedule: every day 02:00 | |
timezone: Asia/Tokyo | |
target: ah-builtin-python-bundle | |
- description: Billing Report to Slack | |
url: /cron/1/billing/ratio | |
schedule: every day 10:00 | |
timezone: Asia/Tokyo | |
target: console% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment