andrewchambers

Results 369 comments of andrewchambers

I think this makes sense, I am removing the maybe label.

Another idea is a way to switch the local index via a chunk delta, such that you can skip data chunks you already have. This way browsing would be more...

This is not necessarily high priority as much of the work is skipped with a stat cache anyway. The stat cache perhaps deserves its own optimization section, since I'm sure...

Some experiments with a prototype branch gets ~ 10 percent speed gains while doing a large local backup.

Something important/useful is that we can process dirs entirely in parallel, as long as we build the final index serially. One way to do that is to process directories in...

I totally agree, definitely the direction I will try to go. I think I can provide perhaps a python, javascript and shell script example in the future.

There's also a flag - `| bupstash rm --ids-from-stdin` which might be slightly faster for many ids, but your way works fine too. Thanks for posting this.

Thanks for pointing it out, any updates are much appreciated. I definitely will use this or something inspired by this once I clear out my backlog.

One difficulty I can see here is its harder to fix corruption in the repository sqlite3 database, however I suppose by probabilities, corruption is possibly more likely to occur in...

> with the same probability ... My point was If the data to metadata ratio is a million to one the probability of data corruption is actually higher. That being...