add todoist backup job and role #194
2 changed files with 2 additions and 2 deletions
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
export TODOIST_TOKEN=geheim
|
||||
export TODOIST_TOKEN={{ lookup('viczem.keepass.keepass', 'todoist_backup_token', 'password') }}
|
||||
|
||||
cd /shares_backup/full-offline-backup-for-todoist
|
||||
cd /shares_backup/full-offline-backup-for-todoist || exit
|
||||
|
||||
python3 -m full_offline_backup_for_todoist --verbose download --with-attachments
|
||||
|
||||
|
|
Loading…
Reference in a new issue