Lukas
Results
1
comments of
Lukas
At repo level you could achieve this with `restic stats --json --mode raw-data`. [Restic docs > Getting information about repository data](https://restic.readthedocs.io/en/latest/manual_rest.html#getting-information-about-repository-data). ``` { "total_size":5858775049, "total_uncompressed_size":7243990758, "compression_ratio":1.2364343565702245, "compression_progress":100, "compression_space_saving":19.122273278306135, "total_blob_count":12455, "snapshots_count":101...