Quote:
Originally Posted by Terisa de morgan
And a comment for the daily backup: if I've activated the option for zipping together database backup and config file, I don't have any sqllite file, only zip.
|
Isn't the database file in the zip file? It should be in there as "KoboReader.sqlite".
And the log told me what the problem with the daily backups is. The code is checking if a backup file exists for the day. But, it only checks for the database file. If the "add database to the zip file" option is selected, the database file won't be there and it will run the backup each time. I'll fix this tonight.