Displaying 1 result from an estimated 1 matches for "pc165002".
2003 Jul 31
1
Rsync not connecting
Hi All
I am using the following command to update data from one server to another
one. But it is
returning back with error.
Without SSH:
[root@pc165017 var]# rsync -ae /var/www pc165002.napier.ac.uk:/var/www
Failed to exec /var/www : Permission denied
rsync error: error in IPC code (code 14) at util.c(162)
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
With SSH:
[root@pc165017 var]# rsync -ae ssh...