We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17940e commit 92f8640Copy full SHA for 92f8640
automation/automation_config.yaml
@@ -0,0 +1,9 @@
1
+instances:
2
+ - example-instance
3
+
4
+bucket: example-bucket
5
6
+backup_command: "tar -czf /tmp/backup.tar.gz /var/data && gsutil cp /tmp/backup.tar.gz gs://{bucket_name}/backup.tar.gz"
7
+update_command: "sudo apt-get update && sudo apt-get upgrade -y"
8
9
+interval: 3600
0 commit comments