13 lines
206 B
YAML
13 lines
206 B
YAML
---
|
|
# usuario borg
|
|
borg_user: borg
|
|
|
|
# home borg
|
|
borg_home: "/srv/borg"
|
|
|
|
# nombre del repositorio
|
|
borg_repo_name: "backup"
|
|
|
|
# path real del repositorio
|
|
borg_repo_path: "{{ borg_home }}/{{ borg_repo_name }}"
|