homeserver/roles/mgrote_todoist_backup/templates/todoist_backup.sh.j2

8 lines
250 B
Text
Raw Normal View History

2024-09-27 18:36:12 +02:00
#!/bin/bash
2024-09-27 18:40:31 +02:00
export TODOIST_TOKEN={{ lookup('viczem.keepass.keepass', 'todoist_backup_token', 'password') }}
2024-09-27 18:37:35 +02:00
2024-09-27 18:40:31 +02:00
cd /shares_backup/full-offline-backup-for-todoist || exit
2024-09-27 18:37:35 +02:00
2024-09-27 18:36:12 +02:00
python3 -m full_offline_backup_for_todoist --verbose download --with-attachments