Kenneth Skovhede
Kenneth Skovhede
The reason for not using a stream, is that I have stumbled on different cases where this fails. It is my understanding that there is something in the .Net Crypto...
I have been investigating this, and I have a test now that sort-of reproduces it with the steps described, but only if I set `--keep-versions=1`. What happens is that the...
I did not consider the DeletedBlock table as a source, but that is of course the issue here. Deleted blocks are removed from Blocks, so the recreate does not know...
The processing is fairly multithreaded in terms of being able to scan multiple files at a time and compress multiple streams in parallel. But you are quite right, SQLite is...
For the size suggestion, I think it is a bit difficult to group files based on size, which would be needed if some remote volumes should be large and others...
Do you know the age of the files or version of Duplicati that created these less-than-perfect zip files? Prior to 2.1.0.5 we did not use `System.IO.Compression` but only `SharpCompress`, so...
Yes, the paths are only read from the local database. I think this is related to #1672. There was a bug that caused some commands to return ALL paths on...
How many files do you have in the backup? (appx.)
This is fixed with canary 2.1.0.119+ for the ngclient (new) UI. The entire query to the database was rewritten for speed. It has fewer features but is significantly faster. The...
Good point @Jojo-1000 It would essentially create a mini rule engine pr. file. I think the direction @bkev points to is better. The default is to use the filetime, and...