|
rsync on to a samba mount on a AS3 (Windows)
Hi
I have 4 servers Two on RedHat AS 3 and other Windows 2003
Configuration
S1 <--Mount--> S3 <-----rsync-------< S4 <--Mount--> S6
S1, Windows 2003 server with a share, mounted on “S3” as a (RW) samba mount using the /etc/fatab, its entries as fallow
//avaapssvd2/rsync /mnt/win smbfs auto,usr,wr,uid=rsync-usr,gid=rsync-usr,username=rsync-usr,password=avabill,umask=000 0 0
S3, RedHat AS3 server who will pull the files and apply to the mounted share on S3 using command
rsync -apogcvv --modify-window=1 -e ssh rsync-usr@172.16.86.181:/mnt/win/ /mnt/win
S6, has a read only share which in turn mountd on AS3 server S4
My problem is
For some files I am getting this errors, can any body tell me how to avoid this.
failed to set times on Forms/STATUS_CHANGE.fmx : Permission denied
and
rename Forms/.RCPTMLSZC.fmx.a4W3pI -> Forms/RCPTMLSZC.fmx : Permission denied
Hear why is, he trying to rename the file, all I want is rsync to copy every thing from server 4 to 3 so the windows directories will be updated.
Hope the scenario is clear.
Regards
Asanka
|