6 lines
229 B
YAML
Executable File
6 lines
229 B
YAML
Executable File
---
|
|
backup_home: "{{ backup_root }}/home"
|
|
backup_inst: "{{ backup_root }}/inst"
|
|
backup_storage: "{{ backup_root }}/storage"
|
|
backup_key_folder: "{{ backup_home }}/.keys"
|
|
backup_remotes_folder: "{{ backup_storage }}/remote-backups" |