Skip to content

Commit

Permalink
Remove deprecated Borgmatic option.
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Apr 5, 2023
1 parent dd960dc commit 2f57fce
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions templates/config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ retention:
keep_yearly: {{ borg_retention_policy.keep_yearly }}
{% endif %}

# When pruning, only consider archive names starting with this prefix.
# Borg placeholders can be used. See the output of "borg help placeholders" for
# details. Default is "{hostname}-".
prefix: '{hostname}-'

# Consistency checks to run after backups. See
# https://borgbackup.readthedocs.org/en/stable/usage.html#borg-check and
# https://borgbackup.readthedocs.org/en/stable/usage.html#borg-extract for details.
Expand All @@ -174,11 +169,6 @@ consistency:
# Restrict the number of checked archives to the last n. Applies only to the "archives" check.
check_last: {{ borgmatic_check_last }}

# When performing the "archives" check, only consider archive names starting with
# this prefix. Borg placeholders can be used. See the output of
# "borg help placeholders" for details. Default is "{hostname}-".
prefix: '{hostname}-'

# Shell commands or scripts to execute before and after a backup or if an error has occurred.
# IMPORTANT: All provided commands and scripts are executed with user permissions of borgmatic.
# Do not forget to set secure permissions on this file as well as on any script listed (chmod 0700) to
Expand Down

0 comments on commit 2f57fce

Please sign in to comment.