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
Would it be possible to extract correct bytes-added and size-on-disk for the backups?
Restic does deduplication and compression and this exporter doesn't seem to take any of that into account. It appears to look at each backup separately and then sum all of that.
Here is a screenshot from Backrest making the actual backups:
While this exporter just doubles it. 🤷
The text was updated successfully, but these errors were encountered:
Would it be possible to extract correct bytes-added and size-on-disk for the backups?
Restic does deduplication and compression and this exporter doesn't seem to take any of that into account. It appears to look at each backup separately and then sum all of that.
Here is a screenshot from Backrest making the actual backups:
While this exporter just doubles it. 🤷
The text was updated successfully, but these errors were encountered: