From 87c9faebcfef52fcde16e380bb5bd741a92a1432 Mon Sep 17 00:00:00 2001 From: dbrennand <52419383+dbrennand@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:14:09 +0000 Subject: [PATCH] docs: include `autorestic_cron_verbose` in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3a2906..40b4d72 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,10 @@ Whether or not to run `autorestic check` to make sure backends are configured pr ```yaml autorestic_cron: false +autorestic_cron_verbose: false ``` -Whether or not to create an autorestic crontab entry to trigger automated backups. Autorestic locations need to be configured with `cron`. +Whether or not to create an autorestic crontab entry to trigger automated backups. Use `autorestic_cron_verbose` to enable verbose logging. Autorestic locations need to be configured with [`cron`](https://autorestic.vercel.app/location/cron). ```yaml autorestic_state: present