<?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 Files structure change based on the instance in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/files-structure-change-based-on-the-instance/m-p/3992544#M95903</link>
    <description>Hi Experts ,&lt;BR /&gt;&lt;BR /&gt;I need a favour from you , I have a dump of a instace which contain lots of directories and files , I would like to extract that dump for another instance , The dump will have the strucetue of the old instance Iw ould like to change it to new instance structure .&lt;BR /&gt;&lt;BR /&gt;How to find what are the changes has to be made to get the new instance structure.&lt;BR /&gt;&lt;BR /&gt;Searching and repalcing the  strings in a houge file structure is not an easy thing so please suggest me to get optimised.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Bruce.&lt;BR /&gt;</description>
    <pubDate>Wed, 02 May 2007 11:49:05 GMT</pubDate>
    <dc:creator>bruceedgar</dc:creator>
    <dc:date>2007-05-02T11:49:05Z</dc:date>
    <item>
      <title>Files structure change based on the instance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-structure-change-based-on-the-instance/m-p/3992544#M95903</link>
      <description>Hi Experts ,&lt;BR /&gt;&lt;BR /&gt;I need a favour from you , I have a dump of a instace which contain lots of directories and files , I would like to extract that dump for another instance , The dump will have the strucetue of the old instance Iw ould like to change it to new instance structure .&lt;BR /&gt;&lt;BR /&gt;How to find what are the changes has to be made to get the new instance structure.&lt;BR /&gt;&lt;BR /&gt;Searching and repalcing the  strings in a houge file structure is not an easy thing so please suggest me to get optimised.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Bruce.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 May 2007 11:49:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-structure-change-based-on-the-instance/m-p/3992544#M95903</guid>
      <dc:creator>bruceedgar</dc:creator>
      <dc:date>2007-05-02T11:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Files structure change based on the instance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-structure-change-based-on-the-instance/m-p/3992545#M95904</link>
      <description>Hi Bruce,&lt;BR /&gt;&lt;BR /&gt;your request is highly missing specific information:&lt;BR /&gt;- what dump you are talking about, what dump program was used, what are your basic data the dump was created from?&lt;BR /&gt;- what is the relation of (directory) structure  to dump?&lt;BR /&gt;- do you want to change the structure or its contents or both?&lt;BR /&gt;- what do you search and what is the replacement you want to make? Examples?&lt;BR /&gt;&lt;BR /&gt;MfG Peter</description>
      <pubDate>Wed, 02 May 2007 11:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-structure-change-based-on-the-instance/m-p/3992545#M95904</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-05-02T11:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Files structure change based on the instance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-structure-change-based-on-the-instance/m-p/3992546#M95905</link>
      <description>Do a "man dircmp" and see if that suggest anything useful though I doubt it will.&lt;BR /&gt;&lt;BR /&gt;My approach (based upon your limited description of the problem) would be to sort the two files into two new files. The good news is that "/" collates before any alphanumerics so directories should sort together. I would then feed these two files to "sdiff -s" and that should at least be a starting point.</description>
      <pubDate>Wed, 02 May 2007 12:01:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-structure-change-based-on-the-instance/m-p/3992546#M95905</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-05-02T12:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Files structure change based on the instance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-structure-change-based-on-the-instance/m-p/3992547#M95906</link>
      <description>Thanks Peter and Clay,&lt;BR /&gt;&lt;BR /&gt;Actually Iam installatin the software ematrix and rmi for one instance  , I would like to take the dump of it after installation and resue it in feature , so taht i can minimize the installation time , but it will differ for each instance , Thats why i wolud like to find the difference in path level and file level , If i find it i can replace them based on the new instance.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 May 2007 12:55:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-structure-change-based-on-the-instance/m-p/3992547#M95906</guid>
      <dc:creator>bruceedgar</dc:creator>
      <dc:date>2007-05-02T12:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Files structure change based on the instance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-structure-change-based-on-the-instance/m-p/3992548#M95907</link>
      <description>Ok, my approach would be to get one system just like I like it and back it up using tar, cpio, pax, fbackup, whatever --- pax might be a good choice if you need to do filename substitution but that really shouldn't be necessary. The key is to not do an absolute path backup but rather a relative path backup. Your copies would then be a restore starting from the top-level directory of your choice.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 May 2007 13:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-structure-change-based-on-the-instance/m-p/3992548#M95907</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-05-02T13:29:34Z</dc:date>
    </item>
  </channel>
</rss>

