add todoist backup job and role #194
2 changed files with 4 additions and 4 deletions
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /shares_backup/full-offline-backup-for-todoist
|
||||
python3 -m full_offline_backup_for_todoist --verbose download --with-attachments
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /shares_backup/full-offline-backup-for-todoist
|
||||
python3 -m full_offline_backup_for_todoist --verbose download --with-attachments
|
Loading…
Reference in a new issue