declare -a DIRS_TO_BACKUP=({% for item in all_backup_paths %}"{{ item }}"{% if not loop.last %} {% endif %}{% endfor %}) export DIRS_TO_BACKUP_STR=$(declare -p DIRS_TO_BACKUP) export RESTIC_REPOSITORY="rclone:cloudflare-r2:icd-backup-{{ inventory_hostname }}" export PWD_FILE=/backup-pwd export RESTIC=/usr/bin/restic