template changes

This commit is contained in:
Chris Hammer 2024-03-13 20:20:49 -04:00
parent 647696065b
commit ac01943d24

View File

@ -20,6 +20,7 @@ ONLY_INCLUDE_VG=( "system" )
{% else %}
ONLY_INCLUDE_VG=( "system" {% if bigboot_lv_vg_name is defined %}"{{ bigboot_lv_vg_name | trim }}" {% endif -%} )
{% endif %}
{% endif %}
{% if bigboot_lv_info.mount != '/lv1' %}
BACKUP_PROG_EXCLUDE=( "${BACKUP_PROG_EXCLUDE[@]}" '/applog' )
EXCLUDE_MOUNTPOINTS=( "${EXCLUDE_MOUNTPOINTS[@]" '/applog' )