<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: rsync issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582835#M531952</link>
    <description>As log as you are moving files that the ssh users you are using to rsync with has permissions for the files on the source and the directory on the target it will work.&lt;BR /&gt;&lt;BR /&gt;Otherwise you need to use root or root permissions one way or the other.&lt;BR /&gt;&lt;BR /&gt;UNIX 101&lt;BR /&gt;&lt;BR /&gt;Are you using file ACLs?&lt;BR /&gt;&lt;BR /&gt;lsacl /source&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90672/ch12s06.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90672/ch12s06.html&lt;/A&gt;</description>
    <pubDate>Sat, 13 Feb 2010 16:02:21 GMT</pubDate>
    <dc:creator>WayneHP</dc:creator>
    <dc:date>2010-02-13T16:02:21Z</dc:date>
    <item>
      <title>rsync issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582830#M531947</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have rsync utility 3.0.6 installed on HP-UX v11.11.&lt;BR /&gt;&lt;BR /&gt;I tried to run rsync over ssh and using public key. I do not want to use super user in the remote system (HP-UX v11.11 and rsync 3.0.6). &lt;BR /&gt;&lt;BR /&gt;Both server configuration and system are identical, apart from host name and IP address.&lt;BR /&gt;&lt;BR /&gt;My question is how I can rsync files to remote system and keep file permission, owner, group without root?&lt;BR /&gt;&lt;BR /&gt;I tried "fake-user" parameter, but got following error,&lt;BR /&gt;&lt;BR /&gt;rsync: extended attributes are not supported on this client&lt;BR /&gt;rsync error: syntax or usage error (code 1) at main.c(1422) [client=3.0.6]&lt;BR /&gt;&lt;BR /&gt;Would someone have any ideas? Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Eric&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2010 03:17:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582830#M531947</guid>
      <dc:creator>Procnus</dc:creator>
      <dc:date>2010-02-12T03:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: rsync issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582831#M531948</link>
      <description>&amp;gt;&amp;gt;My question is how I can rsync files to remote system and keep file permission, owner, group without root?&lt;BR /&gt;&lt;BR /&gt;Do you want to change the permission on destination machine without root.&lt;BR /&gt;&lt;BR /&gt;not able to understand ur requirement.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Fri, 12 Feb 2010 03:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582831#M531948</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-02-12T03:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: rsync issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582832#M531949</link>
      <description>Hi Kapil,&lt;BR /&gt;&lt;BR /&gt;Both servers have same OS and configuration, including /etc/passwd and /etc/group.&lt;BR /&gt;&lt;BR /&gt;I would like to keep file owner, group and permission same on remote server same as source server without using super user account.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Eric</description>
      <pubDate>Fri, 12 Feb 2010 03:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582832#M531949</guid>
      <dc:creator>Procnus</dc:creator>
      <dc:date>2010-02-12T03:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: rsync issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582833#M531950</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I would like to keep file owner, group and&lt;BR /&gt;&amp;gt; permission same on remote server same as&lt;BR /&gt;&amp;gt; source server without using super user&lt;BR /&gt;&amp;gt; account.&lt;BR /&gt;&lt;BR /&gt;For a variety of reasons, a normal user can't&lt;BR /&gt;take or give away the ownership of a file.&lt;BR /&gt;Some entity with special privileges can do&lt;BR /&gt;it, such as a privileged user ("root") or a&lt;BR /&gt;program which has special privileges ("sudo",&lt;BR /&gt;or something else with an suid permission&lt;BR /&gt;bit set, for example).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I do not want to use super user in the&lt;BR /&gt;&amp;gt; remote system [...]&lt;BR /&gt;&lt;BR /&gt;Why not?  (The job's too easy that way?)</description>
      <pubDate>Fri, 12 Feb 2010 04:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582833#M531950</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-12T04:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: rsync issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582834#M531951</link>
      <description>Why dont you put the files in a separate directory and restore when needed, anyways if you change the user of the file in destination they would not be used anyways.&lt;BR /&gt;&lt;BR /&gt;I suppose you doing it for redundancy purpose.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Fri, 12 Feb 2010 04:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582834#M531951</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-02-12T04:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: rsync issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582835#M531952</link>
      <description>As log as you are moving files that the ssh users you are using to rsync with has permissions for the files on the source and the directory on the target it will work.&lt;BR /&gt;&lt;BR /&gt;Otherwise you need to use root or root permissions one way or the other.&lt;BR /&gt;&lt;BR /&gt;UNIX 101&lt;BR /&gt;&lt;BR /&gt;Are you using file ACLs?&lt;BR /&gt;&lt;BR /&gt;lsacl /source&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90672/ch12s06.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90672/ch12s06.html&lt;/A&gt;</description>
      <pubDate>Sat, 13 Feb 2010 16:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582835#M531952</guid>
      <dc:creator>WayneHP</dc:creator>
      <dc:date>2010-02-13T16:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: rsync issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582836#M531953</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Thanks for all your reply. &lt;BR /&gt;&lt;BR /&gt;The remote server is DR server. So I would like to keep it same as production server. &lt;BR /&gt;&lt;BR /&gt;Root and public key are working fine in this case. Due to security audit issue, I can't use root and public key to replicate data. &lt;BR /&gt;&lt;BR /&gt;However, I would like to keep file owner, group and permission on DR server same as production server. Is it possible to achieve this?&lt;BR /&gt;&lt;BR /&gt;kind regards,&lt;BR /&gt;Eric</description>
      <pubDate>Sun, 14 Feb 2010 22:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582836#M531953</guid>
      <dc:creator>Procnus</dc:creator>
      <dc:date>2010-02-14T22:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: rsync issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582837#M531954</link>
      <description>Why dont you put the files in a separate directory and restore when needed, anyways if you change the user of the file in destination they would not be used anyways.&lt;BR /&gt;&lt;BR /&gt;==&amp;gt; More than 1.5 million files need to be replicated. It's difficult to control file owner, group, permission for each file.&lt;BR /&gt;&lt;BR /&gt;Are you using file ACLs?&lt;BR /&gt;==&amp;gt; It's no ACLs in place in the system. &lt;BR /&gt;&lt;BR /&gt;kind regards,&lt;BR /&gt;Eruc</description>
      <pubDate>Sun, 14 Feb 2010 22:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-issue/m-p/4582837#M531954</guid>
      <dc:creator>Procnus</dc:creator>
      <dc:date>2010-02-14T22:52:28Z</dc:date>
    </item>
  </channel>
</rss>

