<?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: Backup with append feature in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730199#M386375</link>
    <description>&amp;gt;Bill: Appending backup sessions will eventually lead to catastrophic situation because someone make a mistake.&lt;BR /&gt;&lt;BR /&gt;Right, I learned that the hard way decades ago in high school, using IBM JCL.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;To append anything to a tape requires exact records of what is currently on the tape&lt;BR /&gt;&lt;BR /&gt;Actually EOF marks or a convention of two EOF marks in a row.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Steven: which can be done by reading the tape&lt;BR /&gt;&lt;BR /&gt;Yes but the software that would read it and the software that writes may be separate.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I'll admit that this is approximately easy and reliable when using decades-old  technology, VMS BACKUP&lt;BR /&gt;&lt;BR /&gt;This would be that commercial product that's made for it, that I mentioned above.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but a pretty simple shell script on a UNIX (-like) OS should be able to handle the job&lt;BR /&gt;&lt;BR /&gt;I'd trust a program better than a simple script.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The absence of good software ...&lt;BR /&gt;&lt;BR /&gt;Exactly.</description>
    <pubDate>Sun, 26 Dec 2010 07:04:42 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-12-26T07:04:42Z</dc:date>
    <item>
      <title>Backup with append feature</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730193#M386369</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Can someone suggest a HP-UX native method to backup large (&amp;gt; 10G) files with append feature. I have large DB exp backups. I want those files to be backed up to a tape everyday.It should be appended each day. Can be overwritten after a week backups.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;SEN</description>
      <pubDate>Thu, 23 Dec 2010 11:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730193#M386369</guid>
      <dc:creator>sen_ux</dc:creator>
      <dc:date>2010-12-23T11:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Backup with append feature</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730194#M386370</link>
      <description>This is very dangerous unless you have a commercial product that will do that for you.&lt;BR /&gt;fbackup(1m) will not do that.  tar/cpio/pax (with mt(1)) are very error prone and dangerous.</description>
      <pubDate>Thu, 23 Dec 2010 11:41:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730194#M386370</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-23T11:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Backup with append feature</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730195#M386371</link>
      <description>Hi Sen , &lt;BR /&gt;&lt;BR /&gt;I have been using compress command to export file , this reduces the size atleast by 50% in  most of the cases.you can use fbackup to transfer single file greater than 10G.Again , i would go with whad Dennis said.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 24 Dec 2010 05:45:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730195#M386371</guid>
      <dc:creator>DeafFrog</dc:creator>
      <dc:date>2010-12-24T05:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Backup with append feature</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730196#M386372</link>
      <description>Appending backup sessions will eventually lead to catastrophic situation because someone make a mistake. To append anything to a tape requires exact records of what is currently on the tape, then issuing the correct mt command to forward-space-files (fsf). If you have 3 backups on the tape, you must issue the fsf 3 command. If someone forgets to follow the instructions, the entire contents can be erased and only one backup will exist. If you do not take extrodinary steps to verify each backup, keep accurate records and accurately label the tapes, you WILL lose data someday, and it could be dozens, even hundreds of GB of data, never to be recovered.&lt;BR /&gt; &lt;BR /&gt;It is a very bad idea to try to save money on tapes by appending. I am assuming that your data is far more valuable than a few tapes, especially when you must recover files from your backup.</description>
      <pubDate>Sat, 25 Dec 2010 22:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730196#M386372</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-12-25T22:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Backup with append feature</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730197#M386373</link>
      <description>Dear Sen,&lt;BR /&gt;&lt;BR /&gt;Backup, backup, backup.&lt;BR /&gt;&lt;BR /&gt;That being said, I have been faced with a similar problem and after a lot of arguement and discussion, we did design a backup using the append option. In my case I think it was for the Oracle redo logs.&lt;BR /&gt;&lt;BR /&gt;Tapes are expensive and storage is a nightmare. &lt;BR /&gt;&lt;BR /&gt;Speak to your manager and the DBA's and get their opinion and approval. How critical is the data, we are taking about.&lt;BR /&gt;&lt;BR /&gt;Then speak to your SA's and Operators, because after all, they are the ones who are in charge of the backups.&lt;BR /&gt;&lt;BR /&gt;We eventually choose the internal 'dat or exebyte' tape drive to use. The tapes were small and cheap and no one, apart from the engineer normally used the tape drive.&lt;BR /&gt;&lt;BR /&gt;The backup script does take a little thinking about and testing.&lt;BR /&gt;&lt;BR /&gt;Just one possibility, to consider.&lt;BR /&gt;&lt;BR /&gt;Terry Giblin</description>
      <pubDate>Sun, 26 Dec 2010 00:00:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730197#M386373</guid>
      <dc:creator>Terry.giblin</dc:creator>
      <dc:date>2010-12-26T00:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Backup with append feature</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730198#M386374</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] To append anything to a tape requires&lt;BR /&gt;&amp;gt; exact records of what is currently on the&lt;BR /&gt;&amp;gt; tape, [...]&lt;BR /&gt;&lt;BR /&gt;Are you serious?&lt;BR /&gt;&lt;BR /&gt;In my experience, to append anything to a&lt;BR /&gt;tape requires advancing to the end of what's&lt;BR /&gt;currently on the tape, which can be done by&lt;BR /&gt;reading the tape, rather than by consulting&lt;BR /&gt;any other "exact records" of anything.  I'll&lt;BR /&gt;admit that this is approximately easy and&lt;BR /&gt;reliable when using decades-old technology,&lt;BR /&gt;such as, say, VMS BACKUP, with its&lt;BR /&gt;/[NO]REWIND option, but a pretty simple shell&lt;BR /&gt;script on a UNIX (-like) OS should be able to&lt;BR /&gt;handle the job, too.&lt;BR /&gt;&lt;BR /&gt;Restricting a tape to holding only one file&lt;BR /&gt;is not very far from restricting a disk to&lt;BR /&gt;holding only one file.  The absence of good&lt;BR /&gt;software is principally what makes one more&lt;BR /&gt;dangerous than the other.  (I claim.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; We eventually choose the internal 'dat or&lt;BR /&gt;&amp;gt; exebyte' tape drive to use. [...]&lt;BR /&gt;&lt;BR /&gt;If I were serious about retaining my data,&lt;BR /&gt;then I'd probably choose a tape technology&lt;BR /&gt;from a family which was designed for computer&lt;BR /&gt;use, like say DLT (and its descendants)&lt;BR /&gt;rather than one designed for audio/video use&lt;BR /&gt;and later adapted for computer use.&lt;BR /&gt;Half-inch tapes are less cute, but they do&lt;BR /&gt;seem to get mangled less than the cuter&lt;BR /&gt;(gossamer) 4mm and 8mm tapes with their&lt;BR /&gt;complicated helical-scan tape transport&lt;BR /&gt;mechanisms.  Call me old-fashioned, but all&lt;BR /&gt;my Exabyte 8mm drives are in my junk pile.&lt;BR /&gt;(And that's my disused-junk pile, not the&lt;BR /&gt;pile of junk I'm still using.)</description>
      <pubDate>Sun, 26 Dec 2010 04:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730198#M386374</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-12-26T04:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Backup with append feature</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730199#M386375</link>
      <description>&amp;gt;Bill: Appending backup sessions will eventually lead to catastrophic situation because someone make a mistake.&lt;BR /&gt;&lt;BR /&gt;Right, I learned that the hard way decades ago in high school, using IBM JCL.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;To append anything to a tape requires exact records of what is currently on the tape&lt;BR /&gt;&lt;BR /&gt;Actually EOF marks or a convention of two EOF marks in a row.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Steven: which can be done by reading the tape&lt;BR /&gt;&lt;BR /&gt;Yes but the software that would read it and the software that writes may be separate.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I'll admit that this is approximately easy and reliable when using decades-old  technology, VMS BACKUP&lt;BR /&gt;&lt;BR /&gt;This would be that commercial product that's made for it, that I mentioned above.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but a pretty simple shell script on a UNIX (-like) OS should be able to handle the job&lt;BR /&gt;&lt;BR /&gt;I'd trust a program better than a simple script.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The absence of good software ...&lt;BR /&gt;&lt;BR /&gt;Exactly.</description>
      <pubDate>Sun, 26 Dec 2010 07:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730199#M386375</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-26T07:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Backup with append feature</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730200#M386376</link>
      <description>It is true, I have been lucky, I have only ever do this type of backup on one site, in my whole professional career.&lt;BR /&gt;&lt;BR /&gt;And I would not recommend, only as a last restore, any backup is better than no backup at all.&lt;BR /&gt;&lt;BR /&gt;There are only so many hours in the day you can do backups, with limited tape drives, sometimes you don't have any other option. &lt;BR /&gt;&lt;BR /&gt;"Needs must" and "the customer is always right", also comes to mind.&lt;BR /&gt;&lt;BR /&gt;Not everyone lives in a perfect world, sometimes we have to do the best with what we have got and to make the best use of them where possible.&lt;BR /&gt;&lt;BR /&gt;The site in question was multi-vendor sites, and which type of 'hardware and software' you are using is very important.&lt;BR /&gt;&lt;BR /&gt;If everything in life was so simple.&lt;BR /&gt;&lt;BR /&gt;Terry Giblin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Dec 2010 17:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730200#M386376</guid>
      <dc:creator>Terry.giblin</dc:creator>
      <dc:date>2010-12-26T17:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Backup with append feature</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730201#M386377</link>
      <description>in the first place ,I think you can use Data Protector backup utility if you have.&lt;BR /&gt;and besides, which type of tape media you use ? when it comes to DAT you need at least DDS4 to support 40GB compressed mode.&lt;BR /&gt;if you use ultrium tape media your limits are better..</description>
      <pubDate>Mon, 27 Dec 2010 07:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730201#M386377</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-12-27T07:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Backup with append feature</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730202#M386378</link>
      <description>Another important issue is how do you get the data off of the tape when you need to restore?&lt;BR /&gt;You would need to know the position of the last? backup.</description>
      <pubDate>Wed, 29 Dec 2010 06:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-with-append-feature/m-p/4730202#M386378</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-29T06:09:16Z</dc:date>
    </item>
  </channel>
</rss>

