Why new repo requires pruning to get 0% unused? and why 0% soemtimes is not possible #1235
Replies: 3 comments 4 replies
-
Hi @kapitainsky About your second example: Note that there are no unused blobs in this example. It is just that There are two fields where this
But I think, we may want to get more information about pack sizes, targeted (i.e. "optimal") pack size and unused blobs in the |
Beta Was this translation helpful? Give feedback.
-
I will do few more tests. Now in case I do not want any fancy packs adaptive size (the same behaviour as restic) is it enough to set:
The reason why I do it is that I can plan my repo size in advance and choose most appropriate packs sizes taking into account storage features etc.. It is stored often on slow and high latency destinations I do not need unnecessary pruning operations. |
Beta Was this translation helpful? Give feedback.
-
And here example of repository where
does not matter how many times I run It is clearly problem with algo optimising tree packs??? Running prune with |
Beta Was this translation helpful? Give feedback.
-
I have to setup multiple new repos recently and I have noticed something strange (or not?).
Freshly created repo is not "perfect"... It requires quite substantial (20% of all size) pruning to get truly 0% unused.
For example:
It happens 100% of times. Is it normal?
And another weirdo. I tried to prune another repo to 0% unused but got only to this stage:
I could run another
rustic prune --instant-delete --max-unused 0% --max-repack=unlimited
and it was always the same. Prunning 114MB every time. This is not right IMO...Beta Was this translation helpful? Give feedback.
All reactions