I’m trying to create a backup solution for myself. I’m using windows xp and backing up to a Freenas server. I’ve tried both cygwin and Deltacopy in trying to backup. I want to use rsync with ssh to encrypt the data going over the network, but can only get rsync without ssh to work. I get this error when I try to use ssh:
Command: rsync -a -e ssh
Result:
rsync: Failed to exec ssh: No such file or directory (2)
rsync error: error in IPC code (code 14) at pipe.c(86) [sender=2.6.9]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(453) [sender=
2.6.9]
I’ve installed everything right. When I use ssh by itself, it works. I can’t understand why it won’t work with rsync. Can someone help me, please?