mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-19 12:36:06 +00:00
radicale: Fix backup and restore of configuration
Perhaps the configuration was earlier stored under /var and symlinked from /etc/ but currently it is a separate directory and needs to be backed up. Tests: - Run functional tests for the radicale. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
b378305f58
commit
8bcd7f9611
@ -79,6 +79,9 @@ clients = [{
|
||||
}]
|
||||
|
||||
backup = {
|
||||
'config': {
|
||||
'directories': ['/etc/radicale/']
|
||||
},
|
||||
'data': {
|
||||
'directories': ['/var/lib/radicale/']
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user