From 8963bdf51b2fcde5996714a9cca7d2b33b5fba2f Mon Sep 17 00:00:00 2001 From: Gareth Date: Sun, 21 Dec 2025 14:43:39 -0800 Subject: [PATCH] chore: update README.md w.r.t. backrest config path on windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7b4125a..9c4d1969 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ Download the Windows installer for your architecture from the [releases page](ht | Variable | Description | Default | | ------------------------- | --------------------------- | ------------------------------------------------------------------------------------------ | | `BACKREST_PORT` | Port to bind to | 127.0.0.1:9898 | -| `BACKREST_CONFIG` | Path to config file | `%appdata%\backrest` | +| `BACKREST_CONFIG` | Path to config file | `%appdata%\backrest\config.json` | | `BACKREST_DATA` | Path to the data directory | `%appdata%\backrest\data` | | `BACKREST_RESTIC_COMMAND` | Path to restic binary | Defaults to a Backrest managed version of restic in `C:\Program Files\restic\restic-x.x.x` | | `XDG_CACHE_HOME` | Path to the cache directory | |