mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-08 05:04:45 +08:00
Add new archs in upgrade server config file
This commit is contained in:
parent
82f7a962e6
commit
50de547da1
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ upgrades:
|
||||||
# VERSION is a file containing a single line with the currently built NPBackup version, example: 2.2.0
|
# VERSION is a file containing a single line with the currently built NPBackup version, example: 2.2.0
|
||||||
# /{platform}/{arch}/{binary}
|
# /{platform}/{arch}/{binary}
|
||||||
# Current platforms are 'windows', 'linux'
|
# Current platforms are 'windows', 'linux'
|
||||||
# Current arches are 'x64', 'x86'
|
# Current arches are 'x64', 'x86', 'arm' and 'arm64'
|
||||||
# In each folder there should be a npbackup or npbackup.exe binary depending on the platform
|
# In each folder there should be a npbackup or npbackup.exe binary depending on the platform
|
||||||
data_root: /path/to/build_dir
|
data_root: /path/to/build_dir
|
||||||
# We'll store a CSV containing backup clients that upgrade here
|
# We'll store a CSV containing backup clients that upgrade here
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue