[storage]
engine = {{ storage_engine }}
path = .config
directory = mackup

[applications_to_sync]
{% for sf in software %}
{% if sf in mackup_list.stdout %}{{ sf }}{% endif %}
{% endfor %}
