gilbertchen / duplicacy

A new generation cloud backup tool
https://duplicacy.com
Other
5.15k stars 335 forks source link

Duplicacy check -a run through without stopping #317

Open elevatingcreativity opened 6 years ago

elevatingcreativity commented 6 years ago

Currently, when running "duplicacy check -a", if a missing block is encountered, the process stops at that point.

That means that once the missing block is dealt with, in order to find whether there are any others, the whole process has to be run from the start.

With many backups of many virtual machines, this can take 30 minutes each time.

Therefore, the process of checking for consistency and fixing errors can take days.

A simple fix is to allow the process to continue through when it encounters an error.

Thanks, Morgan

TheBestPessimist commented 6 years ago

This has been implemented via https://github.com/gilbertchen/duplicacy/commit/e8b8922754056f74b605c8deef0b834ab1c9d391