add todoist backup job and role #194

Merged
mg merged 22 commits from todositb into master 2024-09-27 18:50:18 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4abef7259f - Show all commits

Binary file not shown.

View file

@ -1,8 +1,8 @@
#!/bin/bash #!/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 python3 -m full_offline_backup_for_todoist --verbose download --with-attachments