<?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: Tar Backup on Tape Device in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639136#M40963</link>
    <description>&amp;gt;&amp;gt; I want to take all data backup.&lt;BR /&gt;&lt;BR /&gt;it seems you want backup of  all files/dirs under root (/)&lt;BR /&gt;&lt;BR /&gt;1. cd /&lt;BR /&gt;2. tar -cvf /dev/st0 .&lt;BR /&gt;&lt;BR /&gt;if you want to take backup of particular filesystem.&lt;BR /&gt;&lt;BR /&gt;tar -cvf /dev/st0 /filesystem_name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GUdluck&lt;BR /&gt;Prasanth</description>
    <pubDate>Fri, 28 May 2010 10:27:29 GMT</pubDate>
    <dc:creator>Prasanth V Aravind</dc:creator>
    <dc:date>2010-05-28T10:27:29Z</dc:date>
    <item>
      <title>Tar Backup on Tape Device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639133#M40960</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to take full server backup (tar) on tape device with RedHat linux OS.&lt;BR /&gt;&lt;BR /&gt;Device and tape details are as below:-&lt;BR /&gt;&lt;BR /&gt;*********************************************&lt;BR /&gt;[root@eilindex tmp]# df -h&lt;BR /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;BR /&gt;/dev/sda8             4.9G  349M  4.3G   8% /&lt;BR /&gt;/dev/sda1             999M  5.6M  993M   1% /boot/efi&lt;BR /&gt;/dev/sda2              79G  2.1G   73G   3% /data&lt;BR /&gt;none                  2.0G     0  2.0G   0% /dev/shm&lt;BR /&gt;/dev/sda9             3.9G   40M  3.7G   2% /home&lt;BR /&gt;/dev/sda3              15G   69M   14G   1% /opt&lt;BR /&gt;/dev/sda7             4.9G   69M  4.5G   2% /tmp&lt;BR /&gt;/dev/sda5             9.7G  3.6G  5.6G  40% /usr&lt;BR /&gt;/dev/sda4             9.7G  148M  9.0G   2% /var&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@eilindex /]# mt -f /dev/st0 status&lt;BR /&gt;SCSI 2 tape drive:&lt;BR /&gt;File number=0, block number=0, partition=0.&lt;BR /&gt;Tape block size 0 bytes. Density code 0x47 (TR-5).&lt;BR /&gt;Soft error count since last status=0&lt;BR /&gt;General status bits on (41010000):&lt;BR /&gt; BOT ONLINE IM_REP_EN&lt;BR /&gt;&lt;BR /&gt;**********************************************&lt;BR /&gt;&lt;BR /&gt;Kindly help me in this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ranjeet&lt;BR /&gt;</description>
      <pubDate>Fri, 28 May 2010 08:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639133#M40960</guid>
      <dc:creator>HP-UX 11.31</dc:creator>
      <dc:date>2010-05-28T08:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Tar Backup on Tape Device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639134#M40961</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;what exactly ???&lt;BR /&gt;&lt;BR /&gt;OS backup or data backup ( just directory structure )&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Fri, 28 May 2010 10:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639134#M40961</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-05-28T10:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Tar Backup on Tape Device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639135#M40962</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to take all data backup.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ranjeet</description>
      <pubDate>Fri, 28 May 2010 10:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639135#M40962</guid>
      <dc:creator>HP-UX 11.31</dc:creator>
      <dc:date>2010-05-28T10:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tar Backup on Tape Device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639136#M40963</link>
      <description>&amp;gt;&amp;gt; I want to take all data backup.&lt;BR /&gt;&lt;BR /&gt;it seems you want backup of  all files/dirs under root (/)&lt;BR /&gt;&lt;BR /&gt;1. cd /&lt;BR /&gt;2. tar -cvf /dev/st0 .&lt;BR /&gt;&lt;BR /&gt;if you want to take backup of particular filesystem.&lt;BR /&gt;&lt;BR /&gt;tar -cvf /dev/st0 /filesystem_name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GUdluck&lt;BR /&gt;Prasanth</description>
      <pubDate>Fri, 28 May 2010 10:27:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639136#M40963</guid>
      <dc:creator>Prasanth V Aravind</dc:creator>
      <dc:date>2010-05-28T10:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tar Backup on Tape Device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639137#M40964</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would recommend using bzip2 compression as:&lt;BR /&gt;&lt;BR /&gt;#tar -cjvf /dev/st0 /&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 May 2010 10:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639137#M40964</guid>
      <dc:creator>Nafez ALNajjar</dc:creator>
      <dc:date>2010-05-29T10:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tar Backup on Tape Device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639138#M40965</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I would recommend using bzip2 compression&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;Using a reasonably modern tape drive, with&lt;BR /&gt;hardware compression, I would not.</description>
      <pubDate>Sat, 29 May 2010 14:08:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639138#M40965</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-05-29T14:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tar Backup on Tape Device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639139#M40966</link>
      <description>&amp;gt;Using a reasonably modern tape drive, with&lt;BR /&gt;&amp;gt;hardware compression, I would not.&lt;BR /&gt;&lt;BR /&gt;are you pretty sure that you can read 1year old tapes with new hardware ??&lt;BR /&gt;We have seen that is not true. We use softwrae instead.</description>
      <pubDate>Sun, 30 May 2010 12:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639139#M40966</guid>
      <dc:creator>Nafez ALNajjar</dc:creator>
      <dc:date>2010-05-30T12:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tar Backup on Tape Device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639140#M40967</link>
      <description>&lt;!--!*#--&gt;&amp;gt; are you pretty sure that you can read 1year&lt;BR /&gt;&amp;gt; old tapes with new hardware ??&lt;BR /&gt;&lt;BR /&gt;I'm quite sure that I can read my older tapes&lt;BR /&gt;with my newer tape drives.  When I need&lt;BR /&gt;compatible hardware, I normally buy&lt;BR /&gt;compatible hardware.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; We have seen that is not true.&lt;BR /&gt;&lt;BR /&gt;Perhaps you should buy compatible hardware,&lt;BR /&gt;instead of whatever (unspecified) stuff you&lt;BR /&gt;have been buying.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; We use softwrae instead.&lt;BR /&gt;&lt;BR /&gt;And you have my permission to do that, but I&lt;BR /&gt;prefer to do things in an easy, reliable way,&lt;BR /&gt;which does not consume huge amounts of my&lt;BR /&gt;limited CPU power doing a job which many&lt;BR /&gt;modern tape drives can do without any&lt;BR /&gt;external help.</description>
      <pubDate>Sun, 30 May 2010 13:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-backup-on-tape-device/m-p/4639140#M40967</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-05-30T13:55:49Z</dc:date>
    </item>
  </channel>
</rss>

