Merge branch 'runner-refactor' of https://github.com/netinvent/npbackup into runner-refactor

This commit is contained in:
Orsiris de Jong 2023-01-29 16:33:49 +01:00
commit 9009796960

View file

@ -57,7 +57,7 @@ While restic is a fanstastic program, NPBackup tries to complete restic in order
## Quickstart CLI
On Windows, use `NPBackupInstaller.exe` to install NPBackup into program files.
On Linux, just copy `npbackup` to `/usr/local/bin`
On Linux, just copy `npbackup` to `/usr/local/bin` or use `pip install npbackup`
Copy the example config from model `examples/npbackup.conf.dist` into the directory where npbackup is installed.
@ -148,4 +148,4 @@ export NPBACKUP_LOCALE=en
On Windows:
```
set NPBACKUP_LOCALE=en
```
```