From 405acfc1453c188a055ea01735cb8b1cdd956590 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 30 Mar 2025 03:50:54 -0600 Subject: [PATCH] Add Backrest entry to meta.json with details and links --- meta.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/meta.json b/meta.json index d6149b4..711ce94 100644 --- a/meta.json +++ b/meta.json @@ -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",