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:
Sunil Mohan Adapa 2020-12-31 12:34:18 -08:00 committed by Veiko Aasa
parent b378305f58
commit 8bcd7f9611
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -79,6 +79,9 @@ clients = [{
}]
backup = {
'config': {
'directories': ['/etc/radicale/']
},
'data': {
'directories': ['/var/lib/radicale/']
},