mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-29 06:46:26 +08:00
21 lines
504 B
Text
21 lines
504 B
Text
# NPBackup upgrade server configuration file
|
|
|
|
http_server:
|
|
listen: 0.0.0.0
|
|
port: 8080
|
|
users:
|
|
- username: upgrade_client_user
|
|
password: super_secret_password
|
|
permissions:
|
|
audience:
|
|
- private
|
|
- public
|
|
|
|
|
|
upgrades:
|
|
data_root: /var/npbackup_upgrade_server/dist
|
|
# We'll store a CSV containing backup clients that upgrade here
|
|
statistics_file: /var/npbackup_upgrade_server/stats.csv
|
|
|
|
# See github wiki for more explanation of the contents of data_root dir
|
|
|