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 +