From a8b62e32c788bd193aa9bdfde932ce057fc9a035 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 27 Sep 2024 18:36:12 +0200 Subject: [PATCH] dd --- roles/mgrote_todoist_backup/templates/todoist_backup.sh.j2 | 4 ++++ roles/mgrote_todoist_backup/templates/todoist_backup_sh.j2 | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 roles/mgrote_todoist_backup/templates/todoist_backup_sh.j2 diff --git a/roles/mgrote_todoist_backup/templates/todoist_backup.sh.j2 b/roles/mgrote_todoist_backup/templates/todoist_backup.sh.j2 index e69de29b..8de3e8a4 100644 --- a/roles/mgrote_todoist_backup/templates/todoist_backup.sh.j2 +++ b/roles/mgrote_todoist_backup/templates/todoist_backup.sh.j2 @@ -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 diff --git a/roles/mgrote_todoist_backup/templates/todoist_backup_sh.j2 b/roles/mgrote_todoist_backup/templates/todoist_backup_sh.j2 deleted file mode 100644 index 8de3e8a4..00000000 --- a/roles/mgrote_todoist_backup/templates/todoist_backup_sh.j2 +++ /dev/null @@ -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