Vladimir Panteleev

Results 731 comments of Vladimir Panteleev

> btdu must be compiled with dub and not another buildsystem (I don't see other), right? It can be compiled by providing all dependencies manually, and then invoking the compiler...

The forum doesn't really track user identities, but there is a rules system in place currently used for subscriptions, which can be repurposed to allow users to create a ruleset...

Hi, unfortunately I don't think this is desired in all circumstances. I think it might also be potentially dangerous, as a database sync must always be followed by a full...

The idea makes sense on its own, but > https://forum.dlang.org/post/[email protected] That post was not created using DFeed.

Can you try `--expert` mode and some of the other [size metrics](https://github.com/CyberShadow/btdu/blob/master/CONCEPTS.md#size-metrics) (press m)?

Some observations: - Shared size is always >= represented size. In your original screenshot (which I assume is without `--expert` - therefore showing represented size) `@synologydrive` is ~5.129 TiB (represented),...

That "Shared" size cannot possibly be correct, though the sample count seems right. I must have introduced a regression in the latest version for the calculation of the shared size.

Please try the build from the https://github.com/CyberShadow/btdu/actions/runs/14282531849 artifacts. - I fixed the calculation of the shared size. - I added `--prefer` and `--ignore` options as discussed above. > exclusive/shared data...

> thank you! looks very promising! i uploaded more [screenshots](https://drive.google.com/drive/folders/1Xxa_oUH7jBhwDUnFXTRUmigdTSsupXWs?usp=sharing) Looks good, you should now be able to go into the `convoy` directory and see what's using up space while...

> can i use --ignore and --prefer multiple times in one command line? Yes. > also i find these very useful. do you plan to add them to a general...