remove syncoid, switch to rsync #221

Merged
mg merged 132 commits from sanoid_weg into master 2024-10-31 12:01:46 +01:00
Showing only changes of commit 10df0915e3 - Show all commits

View file

@ -2,14 +2,14 @@
rsync_mirror_user_group: "{{ rsync_mirror_user }}" rsync_mirror_user_group: "{{ rsync_mirror_user }}"
rsync_mirror_user: rsync_mirror rsync_mirror_user: rsync_mirror
rsync_mirror_bw_limit: "2m" # 2 Megabytes rsync_mirror_bw_limit: "2m" # 2 Megabytes
### when should rsync_mirror be run (every 5 minutes) rsync_mirror_timer: '*-*-* *:00/5' #(every 5 minutes)
rsync_mirror_timer: '*-*-* *:00/5'
rsync_mirror_private_key: "{{ lookup('viczem.keepass.keepass', 'rsync_mirror_private_key', 'notes') }}"
rsync_mirror_public_key: "{{ lookup('viczem.keepass.keepass', 'rsync_mirror_public_key', 'notes') }}"
rsync_mirror_dirs: rsync_mirror_dirs:
- src: /hdd_data/tmp # slashes beachten - src: /hdd_data/tmp # slashes beachten
dest: rsync_mirror@pbs.mgrote.net:/backup/pve5/tmp dest: rsync_mirror@pbs.mgrote.net:/backup/pve5/tmp
rsync_mirror_private_key: "{{ lookup('viczem.keepass.keepass', 'rsync_mirror_private_key', 'notes') }}"
rsync_mirror_public_key: "{{ lookup('viczem.keepass.keepass', 'rsync_mirror_public_key', 'notes') }}"
## todo ssh konfig in datei statt inline? ## todo ssh konfig in datei statt inline?