Update README.md

Co-authored-by: Gerard Bosch <30733556+gerardbosch@users.noreply.github.com>
This commit is contained in:
Erik Westrup
2022-02-05 15:28:14 +01:00
committed by GitHub
parent c43367fab3
commit dc28ad2b52

View File

@@ -100,7 +100,7 @@ and you should now see that all files have been changed like e.g.
-export RESTIC_PASSWORD_FILE="$INSTALL_PREFIX/etc/restic/pw.txt"
+export RESTIC_PASSWORD_FILE="/etc/restic/pw.txt"
```
This prefix is there so that make users can set a different `$PREFIX` when installing like `PREFIX=/usr/local make install`. So if we don't use the makefile, we need to remove this prefix with the command above just.
This prefix is there so that `make` users can set a different `$PREFIX` when installing like `PREFIX=/usr/local make install`. So if we don't use the makefile, we need to remove this prefix with the command above just.
Arch Linux users can install the aur package [restic-systemd-automatic-backup](https://aur.archlinux.org/packages/restic-systemd-automatic-backup/) e.g.: