You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unique_csize field was removed in commit f9d1260
I didn't find any reasoning behind this decision and would therefore like someone to clarify.
The Compressed Size field was not removed from the repository view and this causes the following:
For old repositories before this change, the Compressed Size will show an outdated size of the repository before Vorta was upgraded past this commit and is never updated.
For new repositories after this change, the Compressed Size displays N/A.
Additionally hovering over N/A (tooltip) displays "Try refreshing the metadata of any archive" which is misleading as the functionality was removed.
Proposed Change
I'd either like to see the Compressed Size field being completely removed or add it again.
Environment
OS: Mac
Vorta version: 0.8.11
Installed from: Homebrew
Borg version: 1.2.4
The text was updated successfully, but these errors were encountered:
Iirc the compressed size was removed in borg v2. That's why we removed the code handling it entirely. However I agree that this isn't the optimal solution.
Yes you are correct, seems like it.
Implementing version checking for v1 or v2 should be trivial. Display Compressed Size in v1 and hide it in v2. I can provide a PR for it if you think that would be a good solution.
Yes you are correct, seems like it.
Implementing version checking for v1 or v2 should be trivial. Display Compressed Size in v1 and hide it in v2. I can provide a PR for it if you think that would be a good solution.
Very much appreciated! You can use older commits as a reference.
Description
unique_csize
field was removed in commit f9d1260I didn't find any reasoning behind this decision and would therefore like someone to clarify.
The Compressed Size field was not removed from the repository view and this causes the following:
For old repositories before this change, the Compressed Size will show an outdated size of the repository before Vorta was upgraded past this commit and is never updated.
For new repositories after this change, the Compressed Size displays N/A.
Additionally hovering over N/A (tooltip) displays "Try refreshing the metadata of any archive" which is misleading as the functionality was removed.
Proposed Change
I'd either like to see the Compressed Size field being completely removed or add it again.
Environment
The text was updated successfully, but these errors were encountered: