mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-11-19 19:07:42 +01:00
Remove deprecated Borgmatic option.
This commit is contained in:
parent
dd960dcf4e
commit
2f57fce727
@ -149,11 +149,6 @@ retention:
|
|||||||
keep_yearly: {{ borg_retention_policy.keep_yearly }}
|
keep_yearly: {{ borg_retention_policy.keep_yearly }}
|
||||||
{% endif %}
|
{% 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
|
# 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-check and
|
||||||
# https://borgbackup.readthedocs.org/en/stable/usage.html#borg-extract for details.
|
# https://borgbackup.readthedocs.org/en/stable/usage.html#borg-extract for details.
|
||||||
@ -174,11 +169,6 @@ consistency:
|
|||||||
# Restrict the number of checked archives to the last n. Applies only to the "archives" check.
|
# Restrict the number of checked archives to the last n. Applies only to the "archives" check.
|
||||||
check_last: {{ borgmatic_check_last }}
|
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.
|
# 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.
|
# 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
|
# Do not forget to set secure permissions on this file as well as on any script listed (chmod 0700) to
|
||||||
|
Loading…
Reference in New Issue
Block a user