<?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: Best way to set up backup user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-set-up-backup-user/m-p/3781267#M263296</link>
    <description>If it's cronned then it might as well be root's crontab. Only root will have access to that file so you don't need sudo. You might also use sudo to allow a regular user to manually initiate an rsync.</description>
    <pubDate>Tue, 02 May 2006 17:42:28 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-05-02T17:42:28Z</dc:date>
    <item>
      <title>Best way to set up backup user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-set-up-backup-user/m-p/3781263#M263292</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am using rsync and ssh from a linux box to backup an HP.&lt;BR /&gt;  &lt;BR /&gt;something like...&lt;BR /&gt; &lt;BR /&gt;rsync -ave ssh backupuser@targethost.com:/ /bu/ &lt;BR /&gt;&lt;BR /&gt;What is the best way to setup the user account (backupuser) on the HP so that it has permissions to backup the entire server (I don't want to use root).&lt;BR /&gt;&lt;BR /&gt;TIA</description>
      <pubDate>Tue, 02 May 2006 17:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-set-up-backup-user/m-p/3781263#M263292</guid>
      <dc:creator>Chrisl_2</dc:creator>
      <dc:date>2006-05-02T17:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to set up backup user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-set-up-backup-user/m-p/3781264#M263293</link>
      <description>Only root will have sufficient priviliges to access everything. So you either run it as root or setup sudo to allow a regular user to execute the command as root. Don't even think about creating another UID 0 account.</description>
      <pubDate>Tue, 02 May 2006 17:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-set-up-backup-user/m-p/3781264#M263293</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-05-02T17:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to set up backup user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-set-up-backup-user/m-p/3781265#M263294</link>
      <description>Shalom Chris,&lt;BR /&gt;&lt;BR /&gt;I think your approach is going to mangle file permissions and ownership. This will make restoring the data have an extra problematic step, restoring ownership.&lt;BR /&gt;&lt;BR /&gt;It may be impossible to restore ownership and get your system working.&lt;BR /&gt;&lt;BR /&gt;Here is why.&lt;BR /&gt;&lt;BR /&gt;scp -p means preserve permissions. Universally, it does not preserve permissions very well, and does not preserve ownership, even if the file owners exist on both systems.&lt;BR /&gt;&lt;BR /&gt;If you had the same users on both systems, your scheme might work, except for certain files that only root has access to.&lt;BR /&gt;&lt;BR /&gt;I reluctantly conclude that you should use root.&lt;BR /&gt;&lt;BR /&gt;I use root user and a script very similar to yours to maintain data sync in a Red Hat Cluster in my home office. There is absolutely no security problem doing this.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 02 May 2006 17:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-set-up-backup-user/m-p/3781265#M263294</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-02T17:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to set up backup user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-set-up-backup-user/m-p/3781266#M263295</link>
      <description>OK, sudo it is.  It's a cronned script, doesn't sudo require another password?  If so, I need a way to automate that.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 02 May 2006 17:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-set-up-backup-user/m-p/3781266#M263295</guid>
      <dc:creator>Chrisl_2</dc:creator>
      <dc:date>2006-05-02T17:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to set up backup user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-set-up-backup-user/m-p/3781267#M263296</link>
      <description>If it's cronned then it might as well be root's crontab. Only root will have access to that file so you don't need sudo. You might also use sudo to allow a regular user to manually initiate an rsync.</description>
      <pubDate>Tue, 02 May 2006 17:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-set-up-backup-user/m-p/3781267#M263296</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-05-02T17:42:28Z</dc:date>
    </item>
  </channel>
</rss>

