hi
my command to run rsync by oracle user is:
rsync -u -a --delete /backup/FRA/stdby/ /net/backup/FRA
both path are in the same server
the owner of the directoties are oracle

install
but I run this command and face to below error:
mkstemp .saghi.N01yMa failed: Permission denied
chown . : Operation not permitted
rsync error: some files could not be transferred (code 23) at main.c(620)
but if i run it by root user for the first time then I could run by oracle user without error.could anyone help me?