2019-02-05 06:12:33 +00:00
|
|
|
---
|
2020-08-21 22:27:47 +01:00
|
|
|
title: Configuration reference
|
|
|
|
eleventyNavigation:
|
2022-05-20 19:11:35 +01:00
|
|
|
key: ⚙️ Configuration reference
|
2020-08-21 22:27:47 +01:00
|
|
|
parent: Reference guides
|
|
|
|
order: 0
|
2019-02-05 06:12:33 +00:00
|
|
|
---
|
|
|
|
## 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
|
2019-06-01 21:23:48 +01:00
|
|
|
file](https://torsion.org/borgmatic/docs/reference/config.yaml) for use locally.
|
2019-02-05 06:12:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Related documentation
|
|
|
|
|
2019-10-23 23:35:37 +01:00
|
|
|
* [Set up backups with borgmatic](https://torsion.org/borgmatic/docs/how-to/set-up-backups/)
|
|
|
|
* [borgmatic command-line reference](https://torsion.org/borgmatic/docs/reference/command-line/)
|