<?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: Red hat 7.2  full backup command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738043#M21964</link>
    <description>hi&lt;BR /&gt;to restore&lt;BR /&gt;&lt;BR /&gt;cpio -idmv &amp;lt;&amp;lt; /dev/st0&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
    <pubDate>Thu, 23 Feb 2006 09:55:14 GMT</pubDate>
    <dc:creator>Vipulinux</dc:creator>
    <dc:date>2006-02-23T09:55:14Z</dc:date>
    <item>
      <title>Red hat 7.2  full backup command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738038#M21959</link>
      <description>Hi &lt;BR /&gt;I have a red hat linix system running 7.2 .&lt;BR /&gt;&lt;BR /&gt;My question is .&lt;BR /&gt;&lt;BR /&gt;I want do a full backup of the system &lt;BR /&gt;&lt;BR /&gt;Whitch command I have to issue to do this ?&lt;BR /&gt;&lt;BR /&gt;These is the output of the df commands and here is the fstab output .&lt;BR /&gt;&lt;BR /&gt;[root@linux_norcal root]# df -k&lt;BR /&gt;Filesystem           1k-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/sda5             16895952   5596508  10441176  35% /&lt;BR /&gt;/dev/sda1                46668      6075     38184  14% /boot&lt;BR /&gt;/dev/sdb1             17488684   1571528  15028764  10% /home&lt;BR /&gt;none                    127788         0    127788   0% /dev/shm&lt;BR /&gt;[root@linux_norcal root]#     &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@linux_norcal root]# more /etc/fstab&lt;BR /&gt;LABEL=/                 /                       ext3    defaults        1 1&lt;BR /&gt;LABEL=/boot             /boot                   ext3    defaults        1 2&lt;BR /&gt;none                    /dev/pts                devpts  gid=5,mode=620  0 0&lt;BR /&gt;LABEL=/home             /home                   ext3    defaults        1 2&lt;BR /&gt;none                    /proc                   proc    defaults        0 0&lt;BR /&gt;none                    /dev/shm                tmpfs   defaults        0 0&lt;BR /&gt;/dev/sda2               swap                    swap    defaults        0 0&lt;BR /&gt;/dev/cdrom              /mnt/cdrom              iso9660 noauto,owner,kudzu,ro 0&lt;BR /&gt;0&lt;BR /&gt;/dev/fd0                /mnt/floppy             auto    noauto,owner,kudzu 0 0&lt;BR /&gt;[root@linux_norcal root]#         &lt;BR /&gt;&lt;BR /&gt;Thank you .&lt;BR /&gt;&lt;BR /&gt;I really apprecite your help .&lt;BR /&gt;&lt;BR /&gt;I am just starting wakinh througt Linux.&lt;BR /&gt;&lt;BR /&gt;W.S&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 08:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738038#M21959</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2006-02-23T08:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Red hat 7.2  full backup command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738039#M21960</link>
      <description>Hi William,&lt;BR /&gt;&lt;BR /&gt;I think that "tar" will help you, but before explaning this, we really need to know how you want to do this backup.&lt;BR /&gt;&lt;BR /&gt;You've four solutions :&lt;BR /&gt;- On a tape&lt;BR /&gt;- To another hard drive&lt;BR /&gt;- Over the network&lt;BR /&gt;- On a CD&lt;BR /&gt;&lt;BR /&gt;Give us more info please.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 09:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738039#M21960</guid>
      <dc:creator>Lionel Giraudeau</dc:creator>
      <dc:date>2006-02-23T09:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Red hat 7.2  full backup command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738040#M21961</link>
      <description>ok &lt;BR /&gt;I want do it to a tape drive .&lt;BR /&gt;&lt;BR /&gt;the tape drive is st0.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 09:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738040#M21961</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2006-02-23T09:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Red hat 7.2  full backup command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738041#M21962</link>
      <description>cpio will be better.&lt;BR /&gt;&lt;BR /&gt;what command I will use with the cpio and the tape drive st0.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 09:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738041#M21962</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2006-02-23T09:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Red hat 7.2  full backup command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738042#M21963</link>
      <description>The command that the customer is using is &lt;BR /&gt;#find . -print | cpio -ovcB&amp;gt;/dev/st0&lt;BR /&gt;&lt;BR /&gt;is that is ok &lt;BR /&gt;&lt;BR /&gt;how will be the restore &lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 09:43:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738042#M21963</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2006-02-23T09:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Red hat 7.2  full backup command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738043#M21964</link>
      <description>hi&lt;BR /&gt;to restore&lt;BR /&gt;&lt;BR /&gt;cpio -idmv &amp;lt;&amp;lt; /dev/st0&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 23 Feb 2006 09:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738043#M21964</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-02-23T09:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Red hat 7.2  full backup command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738044#M21965</link>
      <description>Vipulinux &lt;BR /&gt;So the command to copy all the system is ok ?.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 09:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738044#M21965</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2006-02-23T09:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Red hat 7.2  full backup command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738045#M21966</link>
      <description>Hi WS&lt;BR /&gt;Check this out:&lt;BR /&gt;&lt;A href="http://www.sap-basis-abap.com/unix/how-to-backup-data-on-unix.htm" target="_blank"&gt;http://www.sap-basis-abap.com/unix/how-to-backup-data-on-unix.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Isnt it beautiful!!&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 23 Feb 2006 10:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738045#M21966</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-02-23T10:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Red hat 7.2  full backup command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738046#M21967</link>
      <description>for linux native, do a man on tar, dd, cpio, cp, dump, restore, and amanda.&lt;BR /&gt;&lt;BR /&gt;I'd also recommend reading chapter 11 of Nemeth et al's Unix System Administration Handboo,</description>
      <pubDate>Fri, 24 Feb 2006 17:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2-full-backup-command/m-p/3738046#M21967</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-02-24T17:05:41Z</dc:date>
    </item>
  </channel>
</rss>

