<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Harlow Solid Italic";
        panose-1:4 3 6 4 2 15 2 2 13 2;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=WordSection1>

<p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
font-family:"Tahoma","sans-serif";color:#403152'>We are running rsync (v3.0.7)
as superuser (root), with following options –<o:p></o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
font-family:"Tahoma","sans-serif";color:#403152'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
font-family:"Tahoma","sans-serif";color:#403152'>/opt/rsync-v3.0.7/bin/rsync
--checksum -e rsh --archive --rsync-path=/opt/rsync-v3.0.7/bin/rsync
--hard-links --timeout=5184000 --exclude=.snapshot --exclude=../latest
--exclude=../previous --delete --compress --stats distuser\@myserver:/source/dir/
/dest/dir<o:p></o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span style='color:#403152'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><o:p>&nbsp;</o:p></p>

<p class=MsoNormal style='text-autospace:none'><span style='color:#403152'>Few
files are owned by a user “jim” with following permissions at source location<o:p></o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span style='color:#403152'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><b><span style='color:#403152'>-r-xr-----</span></b><span
style='color:#403152'> 1 jim users 353554 Sep&nbsp; 3 07:11  environment_user_guide_kit_internal.pdf<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#403152'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><b><span style='color:#403152'>-r-xr-----</span></b><span
style='color:#403152'> 1 jim users 1769414 Oct 11 22:14 GenerationLabManual.pdf<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#403152'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><b><span style='color:#403152'>-r-xr-----</span></b><span
style='color:#403152'> 1 jim users 4734 Jul 12 11:10 README.txt<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#403152'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span style='color:#403152'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
font-family:"Tahoma","sans-serif";color:#403152'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
font-family:"Tahoma","sans-serif";color:#403152'>Surprisingly this rsync
command works successfully on RHEL 3 &amp; 4 system and copies these files with
exact permissions at destination, but on RHEL 5.5 system we get error as
permission denied for these files<o:p></o:p></span></p>

<p class=MsoNormal style='text-autospace:none'><span style='font-size:10.0pt;
font-family:"Tahoma","sans-serif";color:#403152'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";
color:#403152'>I wonder what could be the reason for the same? Why same command
is failing to transfer data on RHEL5.5 System?<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";
color:#403152'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";
color:#403152'>Appreciate your comments and feedback on this.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><b><span style='font-size:12.0pt;font-family:"Times New Roman","serif";
color:#E36C0A'>яєgαя∂ѕ,</span></b><b><span style='font-size:12.0pt;font-family:
"Times New Roman","serif";color:black'><o:p></o:p></span></b></p>

<p class=MsoNormal><span style='font-size:14.0pt;font-family:"Harlow Solid Italic";
color:#002060'>Satish Shukla</span><span style='font-size:12.0pt;font-family:
"Times New Roman","serif";color:black'><o:p></o:p></span></p>

</div>

</body>

</html>