<?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: Move all user setting in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544102#M17571</link>
    <description>I remember that linux has a command can "save" the setting in /etc/passwd , /etc/grooup &amp;amp; /etc/shadow , but not sure what is the command , could someone can advise ? thx</description>
    <pubDate>Sat, 14 May 2005 08:52:55 GMT</pubDate>
    <dc:creator>peterchu</dc:creator>
    <dc:date>2005-05-14T08:52:55Z</dc:date>
    <item>
      <title>Move all user setting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544097#M17566</link>
      <description>I have a new server ( host A ) and a existing server ( host B ) , I will move all data from host A to host B , could suggest what is the best method to move all the user data including /etc/passwd . /etc/shadow , /etc/group , ~userid/.bash_profile , /home , how to make the user can use the same password after move the server ? thx</description>
      <pubDate>Fri, 13 May 2005 06:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544097#M17566</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-05-13T06:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Move all user setting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544098#M17567</link>
      <description>If the setup of A is not done (that is there are no users on this yet)&lt;BR /&gt;&lt;BR /&gt;I would use rsync for transfer&lt;BR /&gt;&lt;BR /&gt;Here is a meta script&lt;BR /&gt;&lt;BR /&gt;create a directory on A called /transf&lt;BR /&gt;&lt;BR /&gt;From B:&lt;BR /&gt;rsync -avz /etc user@A::/transf&lt;BR /&gt;rsync -avz /home/ user@A::/transf&lt;BR /&gt;&lt;BR /&gt;on A:&lt;BR /&gt;diff /etc/* /transf/etc/* &amp;gt; diff_in_etc.txt&lt;BR /&gt;analyse diff_in_etc.txt&lt;BR /&gt;&lt;BR /&gt;Copy the ones that are diff and that you know will not be a problem for A&lt;BR /&gt;&lt;BR /&gt;Note this is just a meta untested script you should adapt it to your environment ex: use --rsh=ssh if you need security during tansfer etc.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
      <pubDate>Fri, 13 May 2005 06:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544098#M17567</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-05-13T06:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Move all user setting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544099#M17568</link>
      <description>It seem's I forgot this in ! (Zero point here pls)&lt;BR /&gt;&lt;BR /&gt;Once you have checked the /trans/etc move this over to existing /etc and move /transf/home/* to /home using (tar, rsync, mv)&lt;BR /&gt;&lt;BR /&gt;just how I would go about it realy ! &lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 May 2005 06:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544099#M17568</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-05-13T06:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Move all user setting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544100#M17569</link>
      <description>Don't forget to sync the way Linux behaves in the password context if this was modified after initial installation (e.g. redhat-config-users).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 13 May 2005 08:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544100#M17569</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-05-13T08:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Move all user setting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544101#M17570</link>
      <description>&lt;BR /&gt;if you are okay to shut down server B, then boot server B with rescue CD. get in to the prompt, create a tar file from root (/) of what are all the directories and files needed and transfer them (ofcourse enable the network) to server A. &lt;BR /&gt;&lt;BR /&gt;Go to server A, extract them from root prompt (/) and you should have all data from server B.&lt;BR /&gt;&lt;BR /&gt;ofcourse, if you are 100% sure that data in server B can be taken without bringing down the  server, then you dont need to shutdown the server B.&lt;BR /&gt;&lt;BR /&gt;general syntax of tar command: tar -cvf tar-file.tar list of directories and files to be tar-ed&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 May 2005 10:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544101#M17570</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-13T10:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Move all user setting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544102#M17571</link>
      <description>I remember that linux has a command can "save" the setting in /etc/passwd , /etc/grooup &amp;amp; /etc/shadow , but not sure what is the command , could someone can advise ? thx</description>
      <pubDate>Sat, 14 May 2005 08:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544102#M17571</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-05-14T08:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Move all user setting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544103#M17572</link>
      <description>RH linux has "sysreport" utility</description>
      <pubDate>Sun, 15 May 2005 08:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/move-all-user-setting/m-p/3544103#M17572</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-05-15T08:43:28Z</dc:date>
    </item>
  </channel>
</rss>

