diff --git a/plinth/modules/calibre/manifest.py b/plinth/modules/calibre/manifest.py index 005fcc64a..022503af4 100644 --- a/plinth/modules/calibre/manifest.py +++ b/plinth/modules/calibre/manifest.py @@ -14,7 +14,8 @@ backup = { 'data': { 'directories': ['/var/lib/private/calibre-server-freedombox/'] }, - 'services': ['calibre-server-freedombox'] + 'services': ['calibre-server-freedombox'], + 'delete_before_restore': ['/var/lib/private/calibre-server-freedombox/'] } tags = [_('Ebook'), _('Library'), _('Ebook reader')]