You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Backrest is a web-accessible backup solution built on top of [restic](https://re
14
14
15
15
By building on restic, Backrest leverages its mature, fast, reliable, and secure backup capabilities while adding an intuitive interface.
16
16
17
-
Built in Golang, Backrest is shipped as a self-contained lightweight binary with no dependencies other than restic. While the WebUI handles most operations, you retain full access to use the [restic CLI](https://restic.readthedocs.io/en/latest/manual_rest.html)directly when needed. Backrest can also safely detect and import your existing snapshots.
17
+
Built with Go, Backrest is distributed as a standalone, lightweight binary with restic as its sole dependency. It can securely create new repositories or manage existing ones. Once storage is configured, the WebUI handles most operations, while still allowing direct access to the powerful [restic CLI](https://restic.readthedocs.io/en/latest/manual_rest.html)for advanced operations when needed.
18
18
19
19
## Preview
20
20
@@ -34,10 +34,10 @@ Built in Golang, Backrest is shipped as a self-contained lightweight binary with
0 commit comments