homeserver/roles/mgrote_todoist_backup/templates/todoist_backup.sh.j2
2024-09-27 18:40:31 +02:00

11 lines
271 B
Django/Jinja

#!/bin/bash
export TODOIST_TOKEN={{ lookup('viczem.keepass.keepass', 'todoist_backup_token', 'password') }}
cd /shares_backup/full-offline-backup-for-todoist || exit
python3 -m full_offline_backup_for_todoist --verbose download --with-attachments
# TODO shellcheck