mumble: Backup/restore the configuration file

This allows the root channel name to be preserved as expected.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-06-21 13:35:06 -07:00 committed by James Valleroy
parent fb70fdef6e
commit f8b4aa9d6f
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -55,6 +55,9 @@ clients = [{
}]
backup = {
'config': {
'files': ['/etc/mumble-server.ini']
},
'data': {
'directories': ['/var/lib/mumble-server']
},