<?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 backup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953811#M46652</link>
    <description>Hi Roland,&lt;BR /&gt;&lt;BR /&gt;try this&lt;BR /&gt;&lt;A href="http://mkcdrec.ota.be/" target="_blank"&gt;http://mkcdrec.ota.be/&lt;/A&gt;&lt;BR /&gt;is a tool taht makes a bootable disaster recovery image (.iso)&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;LF</description>
    <pubDate>Mon, 23 Jan 2006 08:56:15 GMT</pubDate>
    <dc:creator>Lorenzo Facello</dc:creator>
    <dc:date>2006-01-23T08:56:15Z</dc:date>
    <item>
      <title>System backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953806#M46647</link>
      <description>Hi everybody,&lt;BR /&gt;&lt;BR /&gt;1) Under HP-UX exists a tools to make an system backup known as Ignite wich create a bootable tape.&lt;BR /&gt;&lt;BR /&gt;Is it exist any tools under RH wich gives the same facility ?&lt;BR /&gt;&lt;BR /&gt;2) I another way I try to use the dump (replacement of fbackup) command to backup  file systems but I received this following messages :&lt;BR /&gt;&lt;BR /&gt;  DUMP: Date of this level 0 dump: Thu Jan 19 22:15:01 2006&lt;BR /&gt;  DUMP: Dumping /dev/mapper/VolGroup00-LogVol00 (/) to /dev/st0&lt;BR /&gt;  DUMP: Label: none&lt;BR /&gt;  DUMP: Writing 10 Kilobyte records&lt;BR /&gt;  DUMP: mapping (Pass I) [regular files]&lt;BR /&gt;  DUMP: mapping (Pass II) [directories]&lt;BR /&gt;  DUMP: estimated 53669708 blocks.&lt;BR /&gt;  DUMP: Volume 1 started with block 1 at: Thu Jan 19 22:15:26 2006&lt;BR /&gt;  DUMP: dumping (Pass III) [directories]&lt;BR /&gt;  DUMP: ACLs in inode #2 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #376833 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #983041 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #983042 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #983043 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #983044 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #983045 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #983046 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #983051 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #983053 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #983062 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #983071 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #983076 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #983077 won't be dumped&lt;BR /&gt;  DUMP: ACLs in inode #983078 won't be dumped&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;The log file contains more than 112900 times of this last line !!!&lt;BR /&gt;&lt;BR /&gt;Witch tools can backup safely ACL's ?&lt;BR /&gt;What can happen if I have to restore files from this backup ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 20 Jan 2006 02:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953806#M46647</guid>
      <dc:creator>Roland Piette</dc:creator>
      <dc:date>2006-01-20T02:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: System backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953807#M46648</link>
      <description>You should not use dump for backup on Linux, it has problems with buffers that may cause that your data cannot be restored. Use the star command to backup the data, star supports ACL's and SELinux attributes.&lt;BR /&gt;&lt;BR /&gt;SystemImager and Mondo rescue can generate a backup of your system to network or cd media.</description>
      <pubDate>Fri, 20 Jan 2006 06:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953807#M46648</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-01-20T06:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: System backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953808#M46649</link>
      <description>&lt;A href="http://www.mondorescue.org/" target="_blank"&gt;http://www.mondorescue.org/&lt;/A&gt;&lt;BR /&gt;You can try this excellent opensource project for backs up your linux server.</description>
      <pubDate>Fri, 20 Jan 2006 06:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953808#M46649</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2006-01-20T06:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: System backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953809#M46650</link>
      <description>Hi Ivan and Sergejs,&lt;BR /&gt;&lt;BR /&gt;Thanks for your repliues.&lt;BR /&gt;&lt;BR /&gt;I haven't found the command star in the man pages neither in the file system.&lt;BR /&gt;&lt;BR /&gt;What do you think about amanda, wich is in the RH distribution. I would like to minimize the package installed on this server. So I give my prferrence to the standard distribution.&lt;BR /&gt;&lt;BR /&gt;Roland</description>
      <pubDate>Mon, 23 Jan 2006 07:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953809#M46650</guid>
      <dc:creator>Roland Piette</dc:creator>
      <dc:date>2006-01-23T07:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: System backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953810#M46651</link>
      <description>Star is an excelent and simple command but is not installed by default, install from the distribution cd or use red hat network.</description>
      <pubDate>Mon, 23 Jan 2006 07:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953810#M46651</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-01-23T07:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: System backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953811#M46652</link>
      <description>Hi Roland,&lt;BR /&gt;&lt;BR /&gt;try this&lt;BR /&gt;&lt;A href="http://mkcdrec.ota.be/" target="_blank"&gt;http://mkcdrec.ota.be/&lt;/A&gt;&lt;BR /&gt;is a tool taht makes a bootable disaster recovery image (.iso)&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;LF</description>
      <pubDate>Mon, 23 Jan 2006 08:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953811#M46652</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2006-01-23T08:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: System backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953812#M46653</link>
      <description>Thanks all for your suggestions.</description>
      <pubDate>Fri, 27 Jan 2006 08:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-backup/m-p/4953812#M46653</guid>
      <dc:creator>Roland Piette</dc:creator>
      <dc:date>2006-01-27T08:29:53Z</dc:date>
    </item>
  </channel>
</rss>

