mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-07 20:19:14 +08:00
Fix restic URL
This commit is contained in:
parent
24f16be8b3
commit
889758231d
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ The upgrade server runs a python asgi web server with integrated HTTP basic auth
|
|||
## Compilation
|
||||
|
||||
In order to fully protect the AES key that is needed to support NPBackup, one can compile the program with Nuitka.
|
||||
Compiling needs restic binary for the target platform in `RESTIC_SOURCE_FILES` folder, files must be named `restic_{version}_{platform}_{arch}[.extension]` like provided by restic.net or [github](github.com/restic/restic)
|
||||
Compiling needs restic binary for the target platform in `RESTIC_SOURCE_FILES` folder, files must be named `restic_{version}_{platform}_{arch}[.extension]` like provided by restic.net or [github](https://github.com/restic/restic)
|
||||
Linux binaries need to be made executable in the `RESTIC_SOURCE_FILES` folder.
|
||||
|
||||
You'll need to change the default AES key in `secrets.py`, see the documentation in the file itself.
|
||||
|
|
Loading…
Add table
Reference in a new issue