The state store will store quick-access information about operations performed by Restic UI. This is not for metadata that can be computed from the live repo (a caching abstraction should be built for that purpose).
Example data for state storage
- Backup operation log
- Health operation log
- Last known config (e.g. for offline edit detection)
The state store will store quick-access information about operations performed by Restic UI. This is not for metadata that can be computed from the live repo (a caching abstraction should be built for that purpose).
Example data for state storage