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
- WebUI supports local and remote access (e.g. run on a NAS and access from your desktop)
37
-
- Multi-platform support (Linux, MacOS, Windows, FreeBSD, [Docker](https://hub.docker.com/r/garethgeorge/backrest))
37
+
- Multi-platform support (Linux, macOS, Windows, FreeBSD, [Docker](https://hub.docker.com/r/garethgeorge/backrest))
38
38
- Import your existing restic repositories
39
39
- Cron scheduled backups and health operations (e.g. prune and forget)
40
40
- UI for browing and restoring files from snapshots
@@ -51,7 +51,7 @@ Backrest itself is built in Golang (matching restic's implementation) and is shi
51
51
52
52
# Installation
53
53
54
-
Backrest is packaged as a single executable. It can be run directly on Linux, MacOS, and Windows. [restic](https://github.com/restic/restic) will be downloaded and installed in the data directory on first run.
54
+
Backrest is packaged as a single executable. It can be run directly on Linux, macOS, and Windows. [restic](https://github.com/restic/restic) will be downloaded and installed in the data directory on first run.
55
55
56
56
Download options
57
57
@@ -175,7 +175,7 @@ sudo systemctl start backrest
175
175
176
176
Note: you can set the linux user and group to your primary user (e.g. `whoami` when logged in).
177
177
178
-
## Running on MacOS
178
+
## Running on macOS
179
179
180
180
#### Using Brew (Recommended)
181
181
@@ -221,7 +221,7 @@ To run the binary on login, create a shortcut to the binary and place it in the
221
221
222
222
warning: If you get filesystem errors you may need to run Backrest as administrator for full filesystem access.
223
223
224
-
warning: Backrest is not tested on Windows to the same bar as Linux and MacOS. Some features may not work as expected.
224
+
warning: Backrest is not tested on Windows to the same bar as Linux and macOS. Some features may not work as expected.
0 commit comments