Files
2025-11-04 23:04:16 -08:00

867 B

title, eleventyNavigation
title eleventyNavigation
⚙️ Configuration
key parent order
⚙️ Configuration Reference guides 0

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 %}