mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
radicale: Stop service during backup and restore
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
eb7454d3b7
commit
f43bc8edaf
@ -22,6 +22,8 @@ version = 2
|
|||||||
|
|
||||||
managed_packages = ['radicale', 'uwsgi', 'uwsgi-plugin-python3']
|
managed_packages = ['radicale', 'uwsgi', 'uwsgi-plugin-python3']
|
||||||
|
|
||||||
|
managed_services = ['uwsgi']
|
||||||
|
|
||||||
_description = [
|
_description = [
|
||||||
format_lazy(
|
format_lazy(
|
||||||
_('Radicale is a CalDAV and CardDAV server. It allows synchronization '
|
_('Radicale is a CalDAV and CardDAV server. It allows synchronization '
|
||||||
|
|||||||
@ -79,4 +79,9 @@ clients = validate([{
|
|||||||
}]
|
}]
|
||||||
}])
|
}])
|
||||||
|
|
||||||
backup = validate_backup({'data': {'directories': ['/var/lib/radicale/']}})
|
backup = validate_backup({
|
||||||
|
'data': {
|
||||||
|
'directories': ['/var/lib/radicale/']
|
||||||
|
},
|
||||||
|
'services': ['uwsgi']
|
||||||
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user