Skip to content

Commit

Permalink
docs: include autorestic_cron_verbose in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrennand committed Dec 14, 2023
1 parent df17253 commit 87c9fae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87c9fae

Please sign in to comment.