Add note about empty source_directories

This commit is contained in:
Luke Murphy 2020-09-21 17:35:26 +02:00
parent d1e9f74087
commit 034ade48f2
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 11 additions and 0 deletions

View File

@ -74,6 +74,17 @@ hooks:
Note that you may need to use a `username` of the `postgres` superuser for
this to work with PostgreSQL.
If you would like to only backup databases and not source directories, you can
specify an empty `source_directories` field because it is a mandatory field.
```yaml
location:
source_directories: []
hooks:
mysql_databases:
- name: all
```
### Configuration backups