I just changed my router and all my computers Network names incremented by one. This does not really effect the operation of Windows but I for one don’t like it. The Network 2 name is actually Network[SPACE][SPACE]2. This involves changes to the registry so please back up first (Right click the Profiles Node and select Export…) […]
Tag: Connection
Retry RSync on Connection Errors
This script allows RSync job to retry if it fails, the delay between each try doubles on each retry to a max of 10 trys (about 17 hours). Copy the text into a .bat file, ie RSync to External Server.bat, and rsync command line with your own. @echo off set trys=0 set waitmin=1 set waitsecs=60 […]