bundles/matrix-synapse: include signing key in backups

This commit is contained in:
Franzi 2023-05-20 14:23:52 +02:00
parent 3a5c944926
commit 1708f6ae17
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 1 additions and 3 deletions

View file

@ -15,6 +15,7 @@ defaults = {
},
'backups': {
'paths': {
'/etc/matrix-synapse', # to backup the signing key
'/var/lib/matrix-synapse',
},
},