renamed to backup-remote-to-local

This commit is contained in:
2023-11-16 17:55:54 +01:00
parent c70f0b2580
commit db112f3efa
13 changed files with 45 additions and 45 deletions

View File

@@ -0,0 +1,11 @@
- name: "reload backup-remote-to-local service"
systemd:
name: backup-remote-to-local.service
enabled: yes
daemon_reload: yes
- name: "restart backup-remote-to-local timer"
systemd:
name: backup-remote-to-local.timer
state: started
enabled: yes
daemon_reload: yes