<?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: system clone via tar - plz help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714550#M21441</link>
    <description>Thankx Dear Thomas, u wrote:&lt;BR /&gt;&amp;gt;- exclude /proc/* (or sysfs), /var/run/* Filesystem from Backup&lt;BR /&gt;&lt;BR /&gt;Plz le me know how to take tar Backup from '/'... excluding /proc and /var/run ?&lt;BR /&gt;&lt;BR /&gt;Thanks Alan ;)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
    <pubDate>Mon, 23 Jan 2006 13:12:03 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2006-01-23T13:12:03Z</dc:date>
    <item>
      <title>system clone via tar - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714545#M21436</link>
      <description>I have tar bacup of my entire system.&lt;BR /&gt;&lt;BR /&gt;say e.g on Computer1 i did&lt;BR /&gt;#tar cjvf /system_backup.tar.bz /&lt;BR /&gt;&lt;BR /&gt;is it possible that i use this backup to configure a new machine as a clone ?&lt;BR /&gt;&lt;BR /&gt;i.e can I do this on Computer2 ?&lt;BR /&gt;#tar xjvf /system_backup.tar.gz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Jan 2006 13:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714545#M21436</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-01-21T13:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: system clone via tar - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714546#M21437</link>
      <description>No, it is not strictly possible.&lt;BR /&gt;&lt;BR /&gt;If however you set up a second machine with the exact same disk partition structure and identical hadware, then it MIGHT work.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.acronis.com" target="_blank"&gt;http://www.acronis.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is a system cloning product for Linux. It can make clones of running systems.&lt;BR /&gt;&lt;BR /&gt;For something less expensive, try Norton Ghost or &lt;A href="http://www.mondorescue.org" target="_blank"&gt;http://www.mondorescue.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 21 Jan 2006 14:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714546#M21437</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-21T14:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: system clone via tar - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714547#M21438</link>
      <description>Thankx for such a nice reply&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sun, 22 Jan 2006 02:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714547#M21438</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-01-22T02:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: system clone via tar - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714548#M21439</link>
      <description>Not exactly,&lt;BR /&gt;&lt;BR /&gt;- shut down any Daemons/Databases/Services (or make "init S", better  boot a rescue System from CD)&lt;BR /&gt;- sync filesystem&lt;BR /&gt;- exclude /proc/* (or sysfs), /var/run/* Filesystem from Backup&lt;BR /&gt;- make tar archive&lt;BR /&gt;- restore on other Machine&lt;BR /&gt;- change settings on /etc/fstab (when different)and /etc/modules (keep in Mind to load special modules for new Hardware)&lt;BR /&gt;- call lilo&lt;BR /&gt;- should run&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;Thomas&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jan 2006 02:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714548#M21439</guid>
      <dc:creator>Reiß, Thomas</dc:creator>
      <dc:date>2006-01-23T02:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: system clone via tar - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714549#M21440</link>
      <description>As mentioned, tar isn't the best solution because it requires that you rebuild your partitions, file systems, and some directories befor un-tar-ing.  "dd" is a better choice, as are several of the ISV suites available.&lt;BR /&gt;&lt;BR /&gt;There is also a GNU project out there called "Ghost for Linux" that will do an ok job of duplicating a box if you have an ftp server handy...</description>
      <pubDate>Mon, 23 Jan 2006 11:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714549#M21440</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-01-23T11:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: system clone via tar - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714550#M21441</link>
      <description>Thankx Dear Thomas, u wrote:&lt;BR /&gt;&amp;gt;- exclude /proc/* (or sysfs), /var/run/* Filesystem from Backup&lt;BR /&gt;&lt;BR /&gt;Plz le me know how to take tar Backup from '/'... excluding /proc and /var/run ?&lt;BR /&gt;&lt;BR /&gt;Thanks Alan ;)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Mon, 23 Jan 2006 13:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714550#M21441</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-01-23T13:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: system clone via tar - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714551#M21442</link>
      <description>If you check the tar man file, you'll find that there are a couple of "exlude" switches that you can use:&lt;BR /&gt;&lt;BR /&gt;       -W, --verify&lt;BR /&gt;       attempt to verify the archive after writing it&lt;BR /&gt;&lt;BR /&gt;       --exclude FILE&lt;BR /&gt;       exclude file FILE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;taken from "&lt;A href="http://unixhelp.ed.ac.uk/CGI/man-cgi?tar" target="_blank"&gt;http://unixhelp.ed.ac.uk/CGI/man-cgi?tar&lt;/A&gt; "</description>
      <pubDate>Mon, 23 Jan 2006 13:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714551#M21442</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-01-23T13:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: system clone via tar - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714552#M21443</link>
      <description>from "man tar"&lt;BR /&gt;&lt;BR /&gt;       --exclude=FILE&lt;BR /&gt;              exclude file FILE&lt;BR /&gt;&lt;BR /&gt;       -X, --exclude-from=FILE&lt;BR /&gt;              exclude files listed in FILE&lt;BR /&gt;&lt;BR /&gt;so make a file like exclude.txt with&lt;BR /&gt;&lt;BR /&gt;/var/run/*&lt;BR /&gt;/proc/*&lt;BR /&gt;&lt;BR /&gt;an do &lt;BR /&gt;&lt;BR /&gt;tar -cvj -X ./exclude.txt -f backup.tar.bz /</description>
      <pubDate>Tue, 24 Jan 2006 02:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-clone-via-tar-plz-help/m-p/3714552#M21443</guid>
      <dc:creator>Reiß, Thomas</dc:creator>
      <dc:date>2006-01-24T02:43:16Z</dc:date>
    </item>
  </channel>
</rss>

