I am using backup server… all clients are connected well and the client backup is coming in the server but one client backup is not starting even the client showing OK Status
when I was check the log detail it showing Debugg : Connecting for file list (async)
The situation is the same after re-installation of Client Software
could you try turning off the UrBackup client service on the client in question? Just leave it off for at least 5 minutes (the time does matter) and then turn it back on, does that change anything? Assuming it’s a Windows client, you can turn the service off using Control Panel -> Administrative tools -> Services. Search for the UrBackup client service, right click and stop the service. You can right click to start it again 5 minutes later.
I also had the problem.
As described I used the “Stop the service and wait 5 minutes” fix.
I also turned on the debugging-log to be able to see what is going on with: C:\Program Files\UrBackup\enable_debug_logging.bat
The debug.log file will be created in the directory.
This can be viewed (“Tail-mode”) with a administrative powershell in that directory by entering:
Get-Content ./debug.log -wait
After a short while I saw the processing running and could confirm this on the server.
Hope this helps you.