17 lines
426 B
Markdown
17 lines
426 B
Markdown
---
|
|
title: Configuration reference
|
|
eleventyNavigation:
|
|
key: ⚙️ Configuration reference
|
|
parent: Reference guides
|
|
order: 0
|
|
---
|
|
## 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](https://torsion.org/borgmatic/docs/reference/config.yaml) for use locally.
|