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