fix: miscellaneous bug fixes

* Fixes a problem with incorrectly scanning and removing pending events
   from the operation log for new installations
 * Fixes a bug with the operation tree incorrectly applying query
   selectors when filtering events
 * Updates tooltips and comments in PlanView and GettingStartedGuide
This commit is contained in:
garethgeorge
2024-05-18 19:44:46 -07:00
parent 1a053f2748
commit df4be0f7bc
17 changed files with 1139 additions and 237 deletions

View File

@@ -8,16 +8,14 @@ main:
:ellipsis{right=0px width=75% blur=150px}
## ::block-hero
::block-hero
---
cta:
- Get started
- /introduction/getting-started
secondary:
- Open on GitHub
- https://github.com/garethgeorge/backrest
- Get started
- /introduction/getting-started
secondary:
- Open on GitHub →
- https://github.com/garethgeorge/backrest
---
#title
@@ -27,32 +25,29 @@ Web UI and orchestrator for [Restic](https://restic.net) backup.
Backrest is a web-accessible backup solution built on top of [restic](https://restic.net/) and providing a WebUI which wraps the restic CLI and makes it easy to create repos, browse snapshots, and restore files. Additionally, Backrest can run in the background and take an opinionated approach to scheduling snapshots and orchestrating repo health operations.
#extra
::list
- Import your existing restic repositories
- Cron scheduled backups and health operations (e.g. prune and forget)
- UI for browing and restoring files from snapshots
- Configurable backup notifications (e.g. Discord, Slack, Shoutrrr, Gotify)
- Add shell command hooks to run before and after backup operations.
- Compatible with rclone remotes
- Cross-platform support (Linux, MacOS, Windows, FreeBSD, [Docker](https://hub.docker.com/r/garethgeorge/backrest))
- Backup to any restic supported storage (e.g. S3, B2, Azure, GCS, local, SFTP, and all [rclone remotes](https://rclone.org/))
#extra
::list
- Import your existing restic repositories
- Cron scheduled backups and health operations (e.g. prune and forget)
- UI for browing and restoring files from snapshots
- Configurable backup notifications (e.g. Discord, Slack, Shoutrrr, Gotify)
- Add shell command hooks to run before and after backup operations.
- Compatible with rclone remotes
- Cross-platform support (Linux, MacOS, Windows, FreeBSD, [Docker](https://hub.docker.com/r/garethgeorge/backrest))
- Backup to any restic supported storage (e.g. S3, B2, Azure, GCS, local, SFTP, and all [rclone remotes](https://rclone.org/))
::
#support
::code-group
```bash [MacOS]
brew tap garethgeorge/homebrew-backrest-tap
brew install backrest
```
```bash [Arch Linux]
paru -Sy backrest
sudo systemctl enable --now backreset@$USER.service
```
```yaml [docker-compose]
version: "3.2"
services:
@@ -74,6 +69,5 @@ services:
ports:
- 9898:9898
```
::
::
::