remove syncoid, switch to rsync #221

Merged
mg merged 132 commits from sanoid_weg into master 2024-10-31 12:01:46 +01:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 53b675f325 - Show all commits

View file

@ -8,3 +8,5 @@ rsync_mirror_timer: '*-*-* *:00/5'
rsync_mirror_dirs:
- src: /hdd_data/tmp # slashes beachten
dest: rsync_mirror@pbs.mgrote.net:/backup/pve5/tmp
## todo ssh konfig in datei statt inline?

View file

@ -4,8 +4,8 @@
- name: Include source tasks
ansible.builtin.include_tasks: source.yml
when: "source" in rsync_host
when: "'source' in rsync_host"
- name: Include destination tasks
ansible.builtin.include_tasks: destination.yml
when: "destination" in rsync_host
when: "'destination' in rsync_host "