Merge pull request #1568 from martinseener/patch-1

Added hint where to place restic.exe on windows
This commit is contained in:
Alexander Neumann 2018-01-20 09:47:50 +01:00
commit ea50687e8b
1 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,13 @@ Pre-compiled Binary
You can download the latest pre-compiled binary from the `restic release
page <https://github.com/restic/restic/releases/latest>`__.
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
****************