Link to home
Start Free TrialLog in
Avatar of AIX25
AIX25Flag for United States of America

asked on

AIX - rsync permission error

Can someone help with this error below?

rsync: Failed to exec /data/cv2data_mobile: Permission denied (13)
rsync error: error in IPC code (code 14) at pipe.c(86) [receiver=2.6.9]
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in IPC code (code 14) at io.c(453) [receiver=2.6.9]

I'm doing a basic rsync on a directory from a source server to the target. I can ssh to and from the source and target server, and tried to run my rsync over ssh, but that did not work either.
Avatar of PtitPinpin
PtitPinpin

Hello,

could you guve us the exact command you used ?

Regards
SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AIX25

ASKER

Thank you woolmilkporc....I have omitted the -e switch. However, my rsync is skipping files that I need copied over.

skipping non-regular file "/example/file1"

What can I do to prevent this from happening?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial