gilbertchen

Results 102 comments of gilbertchen

Here is the fix: https://github.com/gilbertchen/duplicacy/commit/612f6e27cbb8223e2243bd363cf4a882360e321d

Can you add some debugging logs here?https://github.com/gilbertchen/duplicacy/blob/50d2e2603a541b9c49c87cefad178f627a189d9f/src/duplicacy_hubicstorage.go#L114-L122 For example: ``` for _, entry := range entries { LOG_INFO("debug", "%s -> %s %s", dir, entry.Name, entry.Type) if entry.Type == "application/directory" {...

I created about 26K chunks in my test and couldn't reproduce this bug. Can you run `duplicacy -d check` and search for lines like: ``` GET https://lb9911.hubic.ovh.net/v1/AUTH_41f3e48bfb5acdfa79843c0c82fedb12/default?format=json&limit=100&delimiter=%2f&prefix=storage%2Fchunks%2F&marker=storage%2Fchunks%2Fffd61597431acb53472dd6a18b5c6c9be339add3b7e498813e4aeee4514c0724 ``` These are...

What is the total number of files under the `chunks` directory? I thought you only have one revision with 210263 chunks but obviously you have much more than that... There...

Your best bet is to start a new backup. If you use the 2.0.10 version to initialize a new storage directory, the chunks directory will have a nesting level of...

A fix is to check the existence of each missing chunk individually if they can't be found by the list call. I started to think that this fix is needed...

This issue has been mentioned on **Duplicacy Forum**. There might be relevant details there: https://forum.duplicacy.com/t/fix-missing-chunks/1095/1

Fixed by https://github.com/gilbertchen/duplicacy/commit/01a37b78289b4d434b10f32cf18ff3d852710850. Thanks for the catch!

Sorry for not responding earlier -- I just came back from a multiple-day trip without access to a computer. I agree the current terminology, especially the use of repository/storage, may...