Hi,
I am trying to rsync files from one server to another but getting this error
rsync: failed to set times on "/dept/intranet/dept/atest/.": Operation not permitted (1)
Can someone help me why so ?
I guess it is some permissions issue.
This is my command: RSYNC=/usr/bin/rsync 18 SSH=/usr/bin/ssh 19 REMOTE_HOST=test.desktop
33 ${RSYNC} -crlt -e ${SSH} ${LOCAL_DIR} ${REMOTE_HOST}:${REMOTE_DIR}
LOCAL_DIR = workplace1/f1/
permissions drwxr-xr-x 11 root root 4096 Mar 19 2009 f1
REMOTE_DIR=/dept/intranet/dept/atest/f1/
permissions :drwxr-xr-x 14 dbld a1 4096 Mar 19 2009 f1