View FAQs Categories | View all FAQ for DeltaCopy
Frequently asked questions for DeltaCopy
NOTE: We now offer two solution for using rsync on Windows:
We recommend checking both of them to see which works best for you. Click here to see differences.
Question: |
Where is .ssh folder created when I use SSH with DeltaCopy? |
Answer: |
We thank Martin Hebert for sending us the following suggestion.
The SSH client needs to store the public keys of every SSH server to a folder. If you don't have CYGWIN installed on the machine, the client will create this folder on C:\. This will create problems at run time. To fix this issue, create two environment variables on your system.
SET HOMEDRIVE=C:
SET HOMEPATH=\Documents and Settings\Administrator (change the user if necessary)
|
|