mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-06 03:35:26 +08:00
Merge branch 'runner-refactor' of https://github.com/netinvent/npbackup into runner-refactor
This commit is contained in:
commit
9009796960
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue