vorta icon indicating copy to clipboard operation
vorta copied to clipboard

FR: Display archive deduplicated size

Open lobodpav opened this issue 3 years ago • 2 comments
trafficstars

The problem

Looking at the list of archives, there is a timestamp, size, and duration, but no info on deduplicated size. This would be very useful as it tells how much disk space a particular backup has taken.

Requested Solution

Add one more column to the Archives table with a deduplicated size.

Alternatives

The deduplicated size would also be nice to know for the whole repository. Currently, there is N/A everywhere on macOS Monterey 12.6.

Additional context

This is what my Vorta looks like.

Vorta Misc Vorta Repository Vorta Archives

lobodpav avatar Sep 28 '22 20:09 lobodpav

This data isn't always available, since it's expensive to calculate. We need to see how the situation will be in Borg 2.

m3nu avatar Sep 29 '22 06:09 m3nu

This data isn't always available, since it's expensive to calculate. We need to see how the situation will be in Borg 2.

I see. I thought it was because when running borg create, it prints out the deduplicated size of that specific backup.

Is the repository deduplicated size also an expensive calculation?

lobodpav avatar Sep 29 '22 09:09 lobodpav

The deduplicated size would also be nice to know for the whole repository. Currently, there is N/A everywhere on macOS Monterey 12.6.

When creating an archive or refreshing the data of an archive in the table view the values for the whole repository should usually be updated. When deleting an archive the values are reset.

Looking at the list of archives, there is a timestamp, size, and duration, but no info on deduplicated size. This would be very useful as it tells how much disk space a particular backup has taken.

Currently the deduplicated size is displayed in the size column.

real-yfprojects avatar Oct 03 '22 08:10 real-yfprojects

Linked to #497.

real-yfprojects avatar Oct 03 '22 09:10 real-yfprojects

@lobodpav wrote:

I see. I thought it was because when running borg create, it prints out the deduplicated size of that specific backup.

Well this value would only be valid as long as there's no older backup removed.

RubenKelevra avatar Oct 31 '22 06:10 RubenKelevra

I would already help if one could select multiple or all archives and click on "refresh" on the top right, so it freshes the dedup archive size to the current state. Currently not possible as "refresh" gets disabled as soon as more than 1 archive is selected.

Otherwise it displays just a lot of outdated cached information after a while.

ThomasWaldmann avatar Apr 18 '23 22:04 ThomasWaldmann