Hi,
I’m facing a problem to get a Total Size stats for a particular host. Currently restic stats --host hostname only working if snapshotID or latest been provided. Without them, restic returns the size of all snapshots (the whole repo) instead.
Also, I saw that the feature to get stats filtered by tags/path is not supported yet, and still pending review. (https://github.com/restic/restic/pull/2859). However, even that only works with snapshotID or latest too.
Is there any other way to pull out the total size for a host, and/or filtered snapshots without providing snapshotID?
Thanks,
Faiz