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
|
|
|
|
|
2023-06-22 18:12:06 +02:00
|
|
|
Below is a sample borgmatic configuration file including all available options
|
2023-06-22 18:13:45 +02: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 18:12:06 +02:00
|
|
|
download](https://torsion.org/borgmatic/docs/reference/config.yaml).
|
|
|
|
|
2023-06-22 18:21:06 +02: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 18:12:06 +02:00
|
|
|
version](https://torsion.org/borgmatic/docs/how-to/set-up-backups/#configuration).
|
2019-02-05 07:12:33 +01:00
|
|
|
|
|
|
|
```yaml
|
|
|
|
{% include borgmatic/config.yaml %}
|
|
|
|
```
|