mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-26 19:33:02 +02:00
867 B
867 B
title, eleventyNavigation
| title | eleventyNavigation | ||||||
|---|---|---|---|---|---|---|---|
| ⚙️ Configuration |
|
Below is a sample borgmatic configuration snippet for every available option in the most recent version of borgmatic. A full example configuration file is also available for download.
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 version.
{% for option_name in option_names %} ### {{ option_name }} option ```yaml {% include borgmatic/{{ option_name }}.yaml %} ``` {% endfor %}