dotfiles/config/automatrop/roles/software/templates/snippets/pm_data_management.j2

13 lines
240 B
Django/Jinja

{#
Stuff to synchronize/backup data
#}
rsync
borg
syncthing
{% if arch_based %}
{% if ansible_architecture == 'x86_64' and can_chown %}
freefilesync-bin
{# Not worth the compilation if you can't have the binaries #}
{% endif %}
{% endif %}