mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-06 19:46:58 +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
|
## Quickstart CLI
|
||||||
|
|
||||||
On Windows, use `NPBackupInstaller.exe` to install NPBackup into program files.
|
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.
|
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:
|
On Windows:
|
||||||
```
|
```
|
||||||
set NPBACKUP_LOCALE=en
|
set NPBACKUP_LOCALE=en
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue