mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
fix tables
This commit is contained in:
parent
83ffd1e903
commit
8a64f98a48
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ official [documentation](https://restic.readthedocs.io/en/stable/030_preparing_a
|
||||||
> the scope of this role.
|
> the scope of this role.
|
||||||
|
|
||||||
Available variables:
|
Available variables:
|
||||||
|
|
||||||
| Name | Required | Description |
|
| Name | Required | Description |
|
||||||
| ---------- |:--------:| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| ---------- |:--------:| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `location` | yes | The location of the Backend. Currently, [Local](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#local) and [SFTP](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#sftp) are supported |
|
| `location` | yes | The location of the Backend. Currently, [Local](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#local) and [SFTP](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#sftp) are supported |
|
||||||
|
@ -62,6 +63,7 @@ A backup specifies a directory or file to be backuped. A backup is written to a
|
||||||
Repository defined in `restic_repos`.
|
Repository defined in `restic_repos`.
|
||||||
|
|
||||||
Available variables:
|
Available variables:
|
||||||
|
|
||||||
| Name | Required | Description |
|
| Name | Required | Description |
|
||||||
| ---------------- |:-----------------------------:| ----------------------------------------------------------------------------------------------------------------------- |
|
| ---------------- |:-----------------------------:| ----------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `name` | yes | The name of this backup. Used together with pruning and needs to be unique. |
|
| `name` | yes | The name of this backup. Used together with pruning and needs to be unique. |
|
||||||
|
|
Loading…
Reference in a new issue