There is a configuration file that is not present on my backup server which I found on the Net, works like this:
# Listen on both interfaces for management
http:
listen:
- 172.16.30.208:8007
- 10.42.1.5:8007
# Bind backup service to backhaul network
backup-server:
bind-address: 10.42.1.5
I cannot find any documentation on it, but it seems to works. Can anyone shed any information on it? I have two networks on the backup server, but want to use only one for backups but want to access the server from both
# Listen on both interfaces for management
http:
listen:
- 172.16.30.208:8007
- 10.42.1.5:8007
# Bind backup service to backhaul network
backup-server:
bind-address: 10.42.1.5
I cannot find any documentation on it, but it seems to works. Can anyone shed any information on it? I have two networks on the backup server, but want to use only one for backups but want to access the server from both