Skip to content

Commit

Permalink
fix: miscellaneous bug fixes
Browse files Browse the repository at this point in the history
 * 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
  • Loading branch information
garethgeorge committed May 19, 2024
1 parent 1a053f2 commit df4be0f
Show file tree
Hide file tree
Showing 17 changed files with 1,188 additions and 286 deletions.
1 change: 1 addition & 0 deletions docs/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
42 changes: 18 additions & 24 deletions docs/content/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -74,6 +69,5 @@ services:
ports:
- 9898:9898
```
::
::
::
Loading

0 comments on commit df4be0f

Please sign in to comment.