Homepage dashboard improvements #76
1 changed files with 4 additions and 0 deletions
Add archive size metric to borgmatic widget
Shows deduplicated repository size alongside time since last backup Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
commit
4b13bb7ff9
|
|
@ -56,6 +56,10 @@ config:
|
|||
query: time() - borgmatic_last_archive_timestamp
|
||||
format:
|
||||
type: duration
|
||||
- label: Archive size
|
||||
query: borgmatic_repo_deduplicated_size_bytes
|
||||
format:
|
||||
type: bytes
|
||||
|
||||
# External bookmarks
|
||||
bookmarks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue