Did not help
I run the command:
Duplicati.CommandLine.exe repair \\ROUTER-MAIN\data\Backups\Duplicati\media --dbpath=E:\Users\Duplicati\Photo.sqlite --verbos --no-encryption
It then run for more than 10hr. from the log file and the task manager it look like the program copied all of my 150G of dblock.zip files to my PC. according to task manager the speed of the copy process was very jumpy and not constant (while doing a copy of these files to the PC I get a constant copy speed).
The network traffic was under “antimailware service execution” and not under duplicati.
when I came home the end of the log was:
Recreate completed, verifying the database consistency
System.IO.InvalidDataException: Found inconsistency in the following files while validating database:
E:\Users\L\Docs\CBT\BDI.doc, actual size 245760, dbsize 0, blocksetid: 4024
E:\Users\L\Docs\CBT\boys questionaires-1.doc, actual size 114688, dbsize 0, blocksetid: 4026
E:\Users\L\Docs\CBT\pynoos developmental model of ptsd(9-24.pdf, actual size 209277, dbsize 0, blocksetid: 4035
E:\Users\L\Docs\CBT\Documents\pynoos developmental model of ptsd(9-24.pdf, actual size 209277, dbsize 0, blocksetid: 4035
E:\Users\L\Docs\CBT\Documents\pynoos developmental model of ptsd.pdf, actual size 209277, dbsize 0, blocksetid: 4035
... and 29933 more. Run repair to fix it.
at Duplicati.Library.Main.Database.LocalDatabase.VerifyConsistency(IDbTransaction transaction, Int64 blocksize, Int64 hashsize, Boolean verifyfilelists)
at Duplicati.Library.Main.Operation.RecreateDatabaseHandler.DoRun(LocalDatabase dbparent, Boolean updating, IFilter filter, NumberedFilterFilelistDelegate filelistfilter, BlockVolumePostProcessor blockprocessor)
at Duplicati.Library.Main.Operation.RecreateDatabaseHandler.Run(String path, IFilter filter, NumberedFilterFilelistDelegate filelistfilter, BlockVolumePostProcessor blockprocessor)
at Duplicati.Library.Main.Operation.RepairHandler.RunRepairLocal(IFilter filter)
at Duplicati.Library.Main.Operation.RepairHandler.Run(IFilter filter)
at Duplicati.Library.Main.Controller.RunAction[T](T result, String[]& paths, IFilter& filter, Action`1 method)
at Duplicati.Library.Main.Controller.Repair(IFilter filter)
at Duplicati.CommandLine.Commands.Repair(TextWriter outwriter, Action`1 setup, List`1 args, Dictionary`2 options, IFilter filter)
at Duplicati.CommandLine.Program.RunCommandLine(TextWriter outwriter, TextWriter errwriter, Action`1 setup, String[] args)
This log is very strange, the backup process i’m trying to repair uses a source folder of "E:\Media"
But the log files talks about files from “E:\Users”. these files are part of my other backup (that finished it’s database repair without any problem). that backup probably has ~29933 files.
The backup files of that second process are stored in another folder \ROUTER-MAIN\data\Backups\Duplicati\users
So whats going on here, What am I’m missing??