Fix default config name in README. By @karouf (#42)
See default value here: https://github.com/borgbase/ansible-role-borgbackup/blob/master/defaults/main.yml#L4
This commit is contained in:
parent
ee6f93f71b
commit
47e5cf41b4
@ -56,7 +56,7 @@ $ git clone https://github.com/borgbase/ansible-role-borgbackup.git roles/borgba
|
||||
|
||||
### Optional Arguments
|
||||
- `borg_encryption_passphrase`: Password to use for repokey or keyfile. Empty if repo is unencrypted.
|
||||
- `borgmatic_config_name`: Name to use for the borgmatic config file. Defaults to `config.yml`
|
||||
- `borgmatic_config_name`: Name to use for the borgmatic config file. Defaults to `config.yaml`
|
||||
- `borgmatic_large_repo`: Less frequent, monthly repo checking. Defaults to `true`
|
||||
- `borgmatic_failure_command`: Run this command when an error occurs. E.g. `curl -s -F "token=xxx" -F "user=xxx" -F "message=Error during backup" https://api.pushover.net/1/messages.json`
|
||||
- `borgmatic_before_backup_command`: Run this command before the backup. E.g. `dump-a-database /to/file.sql`
|
||||
|
Loading…
Reference in New Issue
Block a user