From cfd32153e6aa8bc425aace8c15056af6ee5a7114 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Tue, 31 Jan 2023 23:22:34 +0100 Subject: [PATCH] Add example upgrade server conf file --- examples/upgrade_server.conf.dist | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/upgrade_server.conf.dist diff --git a/examples/upgrade_server.conf.dist b/examples/upgrade_server.conf.dist new file mode 100644 index 0000000..94c417e --- /dev/null +++ b/examples/upgrade_server.conf.dist @@ -0,0 +1,16 @@ +# NPBackup upgrade server + +http_server: + listen: 0.0.0.0 + port: 8080 + username: upgrade_client + password: super_secret_password + +upgrades: + # Build dir should contain the following structure + # /platform/arch + # Current platforms are 'windows', 'linux' + # Current arches are 'x64', 'x86' + # In each folder there should be a npbackup or npbackup.exe binary depending on the platform + data_root: /path/to/build_dir +