Skip to content

Commit a7254f7

Browse files
committed
more writing improvement
1 parent a167bbf commit a7254f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Backrest is a web-accessible backup solution built on top of [restic](https://re
1414

1515
By building on restic, Backrest leverages its mature, fast, reliable, and secure backup capabilities while adding an intuitive interface.
1616

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.
1818

1919
## Preview
2020

@@ -34,10 +34,10 @@ Built in Golang, Backrest is shipped as a self-contained lightweight binary with
3434
- [Docker](https://hub.docker.com/r/garethgeorge/backrest)
3535
- **Backup Management**:
3636
- Import existing restic repositories
37-
- Cron-scheduled backups and maintenance
37+
- Cron-scheduled backups and maintenance (e.g. prune, check, forget, etc)
3838
- Browse and restore files from snapshots
3939
- Configurable notifications (Discord, Slack, Shoutrrr, Gotify, Healthchecks)
40-
- Pre/post backup command hooks
40+
- Pre/post backup command hooks to execute shell scripts
4141
- **Storage Options**:
4242
- Compatible with rclone remotes
4343
- Supports all restic storage backends (S3, B2, Azure, GCS, local, SFTP, and [all rclone remotes](https://rclone.org/))

0 commit comments

Comments
 (0)