diff --git a/roles/tasks/debian/start_backups.yml b/roles/tasks/debian/start_backups.yml new file mode 100644 index 0000000..b227e26 --- /dev/null +++ b/roles/tasks/debian/start_backups.yml @@ -0,0 +1,8 @@ +--- +- hosts: + - debian + # Runs on root user already + become: false + tasks: + - name: Start Backups + command: tmux new-session -d -s "Borg Backups" "bash /root/scripts/backup.sh"