Warning: sqlite-journal errors 1400

I get these messages every time I run a backup

Warnings: [
2019-03-31 07:45:05 -04 - [Warning-Duplicati.Library.Main.Operation.Backup.FileBlockProcessor.FileEntry-PathProcessingFailed]: Failed to process path: /home/tom/.config/Duplicati/CZYBFCCRPU.sqlite-journal
]
Errors: [
2019-03-31 07:45:05 -04 - [Error-Duplicati.Library.Main.Database.LocalBackupDatabase-CheckingErrorsForIssue1400]: Checking errors, related to #1400. Unexpected result count: 0, expected 1, hash: svk3RU1vYNb78vaXMiDfPKpXQ15ioxsPC3QYb2io1DE=, size: 102400, blocksetid: 244518, ix: 3, fullhash: Laa+0nftEM4EzdoXA8IEi/xFwdMd/no9YMmK+1NvW6M=, fullsize: 710504,
2019-03-31 07:45:05 -04 - [Error-Duplicati.Library.Main.Database.LocalBackupDatabase-FoundIssue1400Error]: Found block with ID 945908 and hash svk3RU1vYNb78vaXMiDfPKpXQ15ioxsPC3QYb2io1DE= and size 38048
]

I see a number of posts related but no clear answer.

I am not opposed to making a fresh backup, but want to make sure I have it configued properly.

I am running 2.0.4.5_beta_2018-11-28 which seems to be current
(check for update does not offer a new version)

I have tried Database Repair and Recreate to no avail.

Suggestions?
Tom

Hello @w2vy and welcome to the forum!

There is no clear answer that I know of as to why it happens, but you’ve possibly seen that it seems to be related to rapidly changing files, and that this might be your backup job’s own SQLite database journal file (check Local database path) which is temporary and even less worth backing up than a moving database.

Try –snapshot-policy=on if it fits. It’s most likely to fit if on Windows and not running as a “Standard User”.
This will help in other situations where source files that are then in use would be inaccessible for backup.

If that still has problems, then you could go to screen 3 to add an exclude filter, which might look like this:
/home/tom/.config/Duplicati/CZYBFCCRPU.sqlite* (you can see on its three-dot menu what it did)
Filters gets into the syntax that the Edit as text uses, or you could view the –exclude in Commandline.

I am running Ubuntu 18.10 and do not have LVM disk volumes, so -snapshot won’t help.

I will exclude the database file as you suggest.

If I have a catastrophic failure that db can be recreated

I also typically let it run with my system mostly idle, but I do leave thunderbird open.
I also just noticed that I do backup my imap files. I will also close thunderbird next time too

Thanks!
Tom

Because Recreate can be painfully slow for large backups, some people backup databases, but in a different job, maybe right after the primary backup is finished, making a nice stable pair of destination files + database. My own practice is to just occasionally move the DB temporarily then run a Recreate. Mine’s pretty fast so far.