Add Backrest entry to meta.json with details and links

This commit is contained in:
Mauricio Siu
2025-03-30 03:50:54 -06:00
parent 84d9271cc1
commit 405acfc145

View File

@@ -1845,6 +1845,19 @@
"development"
]
},
{
"id": "backrest",
"name": "Backrest",
"version": "1.6.0",
"description": "Backrest is a web-based backup solution powered by restic, offering an intuitive WebUI for easy repository management, snapshot browsing, and file restoration. It runs in the background, automating snapshot scheduling and repository maintenance. Built with Go, Backrest is a lightweight standalone binary with restic as its only dependency. It provides a secure and user-friendly way to manage backups while still allowing direct access to the restic CLI for advanced operations.",
"links": {
"github": "https://github.com/garethgeorge/backrest",
"website": "https://garethgeorge.github.io/backrest",
"docs": "https://garethgeorge.github.io/backrest/introduction/getting-started"
},
"logo": "backrest.svg",
"tags": ["backup"]
},
{
"id": "blinko",
"name": "Blinko",