voc.pretalx: do rsync backups, too

This commit is contained in:
Franzi 2023-04-01 06:59:13 +02:00
parent 9a6be52b05
commit 4bcf15a64c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -5,6 +5,7 @@
nodes['voc.pretalx'] = { nodes['voc.pretalx'] = {
'hostname': 'pretalx.c3voc.de', 'hostname': 'pretalx.c3voc.de',
'bundles': { 'bundles': {
'backup-client',
'check-mail-received', 'check-mail-received',
'c3voc-addons', 'c3voc-addons',
'pretalx', 'pretalx',
@ -14,6 +15,9 @@ nodes['voc.pretalx'] = {
'sshmon', 'sshmon',
}, },
'metadata': { 'metadata': {
'backup-client': {
'target': 'htz-hel.backup-kunsi',
},
'check-mail-received': { 'check-mail-received': {
't-online': { 't-online': {
'email': 'franzi.kunsmann@t-online.de', 'email': 'franzi.kunsmann@t-online.de',