From 47e5cf41b42a3a0bfe997eafbd13fefb5f8beec9 Mon Sep 17 00:00:00 2001 From: Renaud Martinet Date: Mon, 23 Nov 2020 04:56:26 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5d6348..d52bea2 100644 --- a/README.md +++ b/README.md @@ -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`