mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-03 10:43:30 +01:00
updated readme
This commit is contained in:
parent
8be503893e
commit
305eed34f5
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ Available variables:
|
|||
| `stdin_cmd` | no (yes if `stdin` == `true`) | The command to produce the stdin. |
|
||||
| `stdin_filename` | no | The filename used in the repository. |
|
||||
| `pre_backup_cmd` | no | A command to run before backup, typically used to dump databases to disk |
|
||||
| `past_backup_cmd` | no | A command to run after backup, typically used to cleanup database dumps on disk |
|
||||
| `tags` | no | Array of default tags |
|
||||
| `keep_last` | no | If set, only keeps the last n snapshots. |
|
||||
| `keep_hourly` | no | If set, only keeps the last n hourly snapshots. |
|
||||
|
|
Loading…
Reference in a new issue