Displaying 1 result from an estimated 1 matches for "jspfsp".
Did you mean:
j_pfs
2004 May 18
1
error in rsync protocol data stream
I am doing this to rsync a file:
rsync -avz
/usr/local/websphere/appserver/hosts/default_host/jsp/servers/includes/file1
.txt backup.domain.com:jspfsp >> /var/log/rsync_backup.log
I get these error:
@ERROR: chroot failed
rsync: connection unexpectedly closed (34 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
I am rsyncing several folders between these two servers with no problem. But
now I keep...