diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 2b2ff6616..45e24c1f9 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -69,6 +69,13 @@ Pre-compiled Binary You can download the latest pre-compiled binary from the `restic release page `__. +Windows +======= + +On Windows, put the `restic.exe` into `%SystemRoot%\System32` to use restic +in scripts without the need for absolute paths to the binary. This requires +Admin rights. + Docker Container ****************