5 lines
144 B
Text
5 lines
144 B
Text
|
#!/bin/bash
|
||
|
|
||
|
cd /shares_backup/full-offline-backup-for-todoist
|
||
|
python3 -m full_offline_backup_for_todoist --verbose download --with-attachments
|