creativeprojects / resticprofile

Configuration profiles manager and scheduler for restic backup
https://creativeprojects.github.io/resticprofile/
GNU General Public License v3.0
720 stars 33 forks source link

Support status file for "stats" command #390

Open brycekellogg opened 2 months ago

brycekellogg commented 2 months ago

According to the documentation (and my testing) the status file is not generated (or updated) when doing resticprofile stats. It looks like it only supports "backup/forget/check".

My use case is to monitor the total size of my repository via stats --mode raw-data, which the JSON output in the status file for backup doesn't seem to cover.

creativeprojects commented 2 months ago

Yeah I suppose that shouldn't be too difficult to implement 👍🏻