John's tech tips for techs

I've searched the internet for years to find answers to problems that I've run into, sometimes successfully, sometimes not. For instance the error condition recently with the Acer elock utility making the computer constantly rebooting after an AVG update. What I could find almost always blamed this on bad ram. But it was a software conflict. Once I figured out what happened, then I could find the answer. Anyway, I've decided when I figure out  an answer to something that I could not find, I would post it here. Maybe some other poor technical soul will find it when then need it.
DeltaCopy and rsync
 
Could not get it to authenticate from a Windows 2000 server to version 3.6 Openbsd. The Openbsd was the backup area that I wanted to copy the Windows files to.
 
The answer:
 
I had the Deltacopy show me the rsync line it was running and copied it to the clipboard. (right click on the setup name, show the command that will be run)  Then I went to a DOS prompt, moved into the deltacopy folder under the c:\program files\ Synametrics Technologies folder and pasted the line. It than asked me the question regarding connecting this session, yes or no. I don't remember the exact verbage.  I answered yes and the rsync began to run.  Did a CTRL-C, went back to the GUI Delta copy and now it ran. My guess is that it had no way to show me the question being asked, so it just timed out. Once the queston is answered the first time, it runs find from then on.