Skip to content

Commit 92f8640

Browse files
authored
Create automation_config.yaml
1 parent d17940e commit 92f8640

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

automation/automation_config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)