I use urbackup for local network backups, server and client run in separate dockers on the same machine. At the moment the dockerfile for this docker contains CMD ["--internet-only"], forcing the client into internet mode. This causes unnecessary network traffic to the router and back, congesting my ethernet connection and slowing the backups. i would greatly appreciate it if this flag could be removed or replaced by an environment variable, which I can change.
I use urbackup for local network backups, server and client run in separate dockers on the same machine. At the moment the dockerfile for this docker contains
CMD ["--internet-only"], forcing the client into internet mode. This causes unnecessary network traffic to the router and back, congesting my ethernet connection and slowing the backups. i would greatly appreciate it if this flag could be removed or replaced by an environment variable, which I can change.