How to set up a proxy for my CubeBackup instance.
Proxy settings
To allow CubeBackup to communicate with Microsoft services via a proxy server, please follow the instructions below:
Open the config file <installation directory>\etc\config.toml on the backup server using a text editor.
On Windows, the default installation directory is located at C:\Program Files\CubeBackup365.
On Linux, the default installation directory is located at /opt/cubebackup365.Remove the comment character
#
from the beginning of the HttpProxy line and change the value of it. For example, the config.toml should look like this:HttpProxy="http://192.168.1.100:8080"
Restart the CubeBackup service using the following command.
Please run this command.
sudo /opt/cubebackup365/bin/cbsrv restart
Open a Command Prompt as Administrator, and run this command.
"C:\Program Files\CubeBackup365\bin\cbsrv.exe" restart
Open the Windows PowerShell as Administrator, and run this command.
& "C:\Program Files\CubeBackup365\bin\cbsrv.exe" restart
Please run this command to restart the container.
sudo docker restart <container-name>
If you have connection problems after following the steps above, please also contact your proxy server administrator to ensure that Microsoft services are not blocked by your proxy. Please also feel free to contact [email protected] for assistance anytime you need.