homeserver/roles/mgrote_todoist_backup/templates/todoist_backup_sh.j2

7 lines
150 B
Text
Raw Normal View History

2024-09-27 18:27:43 +02:00
#!/bin/bash
cd /shares_backup/full-offline-backup-for-todoist
python3 -m full_offline_backup_for_todoist --verbose download --with-attachments
2024-09-27 18:31:43 +02:00
# dd