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

11 lines
188 B
Text
Raw Normal View History

2024-09-27 18:36:12 +02:00
#!/bin/bash
2024-09-27 18:37:35 +02:00
TODOIST_TOKEN=geheim
2024-09-27 18:36:12 +02:00
cd /shares_backup/full-offline-backup-for-todoist
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
2024-09-27 18:37:35 +02:00
# TODO shellcheck