cloud-backup/defaults/main.yml
2024-06-23 15:31:52 +02:00

26 lines
595 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"
backup_owner_ssh_key: "ssh-rsa THEREISNOSUCHRSAKEYYET"
ssh://u406933@u406933.your-storagebox.de:23/./test
borg_location: ""
backup_folder: "{{ cloud_storage }}/backup"
backup_storage: "{{ backup_folder }}/storage"
backup_run_folder: "{{ cloud_storage }}"
backup_storage_key: "MyStorageKey"