urbackup-server-python-web-api-wrapper
urbackup-server-python-web-api-wrapper copied to clipboard
Global statistics are not available
This is my Prometheus exporter => https://github.com/ngosang/urbackup-exporter
I need to calculate the total size on disk for each client. Currently I'm summing the size of each backup but that is incorrect because deleted backups are not counted.
I would like to have access to global statistics from the Python API to fix this issue:
there is. urbackup_api.get_usage()
I'm not using urbackup anymore but there are people using my exporter. I hope someone else can maintain it and fix this issue => https://github.com/ngosang/urbackup-exporter/issues/2
I think we can close this issue then @uroni