2019-02-04 22:12:33 -08:00
|
|
|
---
|
2020-08-21 14:27:47 -07:00
|
|
|
title: Configuration reference
|
|
|
|
eleventyNavigation:
|
2022-05-20 11:11:35 -07:00
|
|
|
key: ⚙️ Configuration reference
|
2020-08-21 14:27:47 -07:00
|
|
|
parent: Reference guides
|
|
|
|
order: 0
|
2019-02-04 22:12:33 -08:00
|
|
|
---
|
|
|
|
## Configuration file
|
|
|
|
|
2023-06-22 09:12:06 -07:00
|
|
|
Below is a sample borgmatic configuration file including all available options
|
2023-06-22 09:13:45 -07:00
|
|
|
for the [most recent version of
|
|
|
|
borgmatic](https://projects.torsion.org/borgmatic-collective/borgmatic/releases).
|
|
|
|
This file is also [available for
|
2023-06-22 09:12:06 -07:00
|
|
|
download](https://torsion.org/borgmatic/docs/reference/config.yaml).
|
|
|
|
|
2023-06-22 09:21:06 -07:00
|
|
|
If you're using an older version of borgmatic, some of these options may not
|
|
|
|
work, and you should instead [generate a sample configuration file specific to
|
|
|
|
your borgmatic
|
2023-06-22 09:12:06 -07:00
|
|
|
version](https://torsion.org/borgmatic/docs/how-to/set-up-backups/#configuration).
|
2019-02-04 22:12:33 -08:00
|
|
|
|
|
|
|
```yaml
|
|
|
|
{% include borgmatic/config.yaml %}
|
|
|
|
```
|