19 lines
416 B
Markdown
19 lines
416 B
Markdown
|
---
|
||
|
title: borgmatic configuration reference
|
||
|
---
|
||
|
## Configuration file
|
||
|
|
||
|
Here is a full sample borgmatic configuration file including all available options:
|
||
|
|
||
|
```yaml
|
||
|
{% include borgmatic/config.yaml %}
|
||
|
```
|
||
|
|
||
|
Note that you can also [download this configuration
|
||
|
file](../../docs/reference/config.yaml) for use locally.
|
||
|
|
||
|
|
||
|
## Related documentation
|
||
|
|
||
|
* [Set up backups with borgmatic](../../docs/how-to/set-up-backups.md)
|