diff options
Diffstat (limited to 'content/docs')
-rw-r--r-- | content/docs/adyxax.org/backups/borg-ansible-role.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/adyxax.org/backups/borg-ansible-role.md b/content/docs/adyxax.org/backups/borg-ansible-role.md index 4dcf43a..6e89d0a 100644 --- a/content/docs/adyxax.org/backups/borg-ansible-role.md +++ b/content/docs/adyxax.org/backups/borg-ansible-role.md @@ -45,7 +45,7 @@ julien@yen:~/git/adyxax/ansible$ cat setup.yml ## Configuration First of all you only need to configure hosts that are backup clients. There are several `host_vars` you can define to this effect : -- `borg_server`: a string that contains a borg servers hostname. +- `borg_server`: a string that contains a hostname. - `borg_jobs`: a list of dict, one item per job with the following keys: - `name`: the name of the borg job, an alphanumeric string. - `path`: an optional path containing the files to backup. |