mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-23 22:15:43 +08:00
Add pre-built executables instructions
This commit is contained in:
parent
c2106e74a0
commit
2760c8fdff
1 changed files with 4 additions and 2 deletions
|
@ -63,8 +63,10 @@ While restic is a fanstastic program, NPBackup expands restic by offering a wide
|
|||
You may install npbackup via PyPI or use the pre-built executables.
|
||||
|
||||
### Prebuilt executables
|
||||
On linux, copy `npbackup` executable to `/usr/local/bin` and make it executable via `chmod +x /usr/local/bin/npbackup`
|
||||
On Windows, you can directly execute `npbackup.exe` or use `NPBackupInstaller.exe` to install NPBackup into program files.
|
||||
On linux, copy `npbackup` executable to `/usr/local/bin` and make it executable via `chmod +x /usr/local/bin/npbackup`. Any distribution with glibc >= 2.17 should do.
|
||||
|
||||
On Windows, you can directly execute `npbackup.exe` or use `NPBackupInstaller.exe` to install NPBackup into program files and create a run schedule.
|
||||
The x64 binary is compatible with Windows 10+. The x86 binary is compatible with windows Vista and higher. On those old systems, you might need to install Visual C runtime 2015.
|
||||
|
||||
### PyPI installation
|
||||
|
||||
|
|
Loading…
Reference in a new issue