8 lines
250 B
Text
8 lines
250 B
Text
|
#!/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
|