25 lines
561 B
YAML
Executable File
25 lines
561 B
YAML
Executable File
---
|
|
cloud_apps: /opt
|
|
cloud_storage: /opt/storage
|
|
cloud_stage: prod
|
|
cloud_update: false
|
|
ssh_port: 22
|
|
|
|
# clients push only daily backup
|
|
# server (!= client) will then pull daily backups
|
|
backup_client: true
|
|
backup_host: "example"
|
|
backup_special_time: "hourly"
|
|
|
|
|
|
backup_owner: backup
|
|
backup_group: "{{ backup_owner }}"
|
|
backup_owner_ssh_key: "ssh-rsa THEREISNOSUCHRSAKEYYET"
|
|
|
|
borg_location: "/borg"
|
|
|
|
backup_folder: "{{ cloud_storage }}/backup"
|
|
backup_storage: "{{ backup_folder }}/storage"
|
|
backup_run_folder: "{{ cloud_storage }}"
|
|
|
|
backup_storage_key: "MyStorageKey" |