mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
mumble: Stop server during backup/restore
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
317b5207f6
commit
e66988840b
@ -66,4 +66,9 @@ clients = validate([{
|
|||||||
}]
|
}]
|
||||||
}])
|
}])
|
||||||
|
|
||||||
backup = validate_backup({'data': {'directories': ['/var/lib/mumble-server']}})
|
backup = validate_backup({
|
||||||
|
'data': {
|
||||||
|
'directories': ['/var/lib/mumble-server']
|
||||||
|
},
|
||||||
|
'services': ['mumble-server']
|
||||||
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user