<?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: Verify Backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-backup/m-p/2415821#M764675</link>
    <description>This is a procedure I use to use at HP-UX 9.04&lt;BR /&gt;&lt;BR /&gt;I use to create a file in root called /zzz. As fbackup does backups in &lt;BR /&gt;alphbetical order /zzz should be the last file on backup.&lt;BR /&gt;&lt;BR /&gt;My verify routine was then to recover this file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Paul</description>
    <pubDate>Fri, 05 Nov 1999 03:49:07 GMT</pubDate>
    <dc:creator>Paul Winchcombe_1</dc:creator>
    <dc:date>1999-11-05T03:49:07Z</dc:date>
    <item>
      <title>Verify Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-backup/m-p/2415818#M764672</link>
      <description>What is the best way to verify a fbackup's integrity. Is there a verify routine &lt;BR /&gt;that can be run?</description>
      <pubDate>Thu, 04 Nov 1999 12:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-backup/m-p/2415818#M764672</guid>
      <dc:creator>Jose Gallegos_1</dc:creator>
      <dc:date>1999-11-04T12:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Verify Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-backup/m-p/2415819#M764673</link>
      <description>Jose,&lt;BR /&gt;&lt;BR /&gt;Unfortunately there is no real way to know for sure that a backup is good until &lt;BR /&gt;you attempt to restore it. Many customers choose to verify their backups are &lt;BR /&gt;good by restoring a random file from the tape from their periodic backups. This &lt;BR /&gt;is a pretty good indicator that the backup is good. I have seen that other &lt;BR /&gt;customers choose to do an frecover -I to pull the index from the tape. This &lt;BR /&gt;will check that the index is intact and does again point to a good backup, but &lt;BR /&gt;it is not a guarantee that all of the data is good.</description>
      <pubDate>Thu, 04 Nov 1999 13:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-backup/m-p/2415819#M764673</guid>
      <dc:creator>Jason Luginbuhl_1</dc:creator>
      <dc:date>1999-11-04T13:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Verify Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-backup/m-p/2415820#M764674</link>
      <description>Try 'frecover -xN'. It reads the backup without restoring data - see frecover &lt;BR /&gt;man page for details.</description>
      <pubDate>Thu, 04 Nov 1999 14:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-backup/m-p/2415820#M764674</guid>
      <dc:creator>Vitek Pepas_1</dc:creator>
      <dc:date>1999-11-04T14:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Verify Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-backup/m-p/2415821#M764675</link>
      <description>This is a procedure I use to use at HP-UX 9.04&lt;BR /&gt;&lt;BR /&gt;I use to create a file in root called /zzz. As fbackup does backups in &lt;BR /&gt;alphbetical order /zzz should be the last file on backup.&lt;BR /&gt;&lt;BR /&gt;My verify routine was then to recover this file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Fri, 05 Nov 1999 03:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-backup/m-p/2415821#M764675</guid>
      <dc:creator>Paul Winchcombe_1</dc:creator>
      <dc:date>1999-11-05T03:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Verify Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-backup/m-p/2415822#M764676</link>
      <description>Good suggestions from Paul and Vitek. Vitek pointed out an option that I was &lt;BR /&gt;unaware of. He pointed out the -N option of frecover for verifying a backup. &lt;BR /&gt;Here is the documentation from the manpage:&lt;BR /&gt;&lt;BR /&gt;-N             &lt;BR /&gt;(no recovery) Prevent frecover from actually recovering&lt;BR /&gt;any files onto disk, but read the backup as if it was,&lt;BR /&gt;in fact, recovering the data from the backup, producing&lt;BR /&gt;the same output that it would on a normal recovery.&lt;BR /&gt;This option is useful for verifying backup media contents in terms of validity &lt;BR /&gt;(block checksum errors&lt;BR /&gt;are reported), and contents (a listing of files can be&lt;BR /&gt;produced by using the -N and -v options together).&lt;BR /&gt;Note that the listing of files produced with the -N and&lt;BR /&gt;-v options requires the reading of the entire backup,&lt;BR /&gt;but is therefore a more accurate reflection of the&lt;BR /&gt;backup's contents than the index stored at the&lt;BR /&gt;beginning of the backup (which was created at the start&lt;BR /&gt;of the backup session, and is not changed during the&lt;BR /&gt;course of the backup).</description>
      <pubDate>Fri, 05 Nov 1999 06:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-backup/m-p/2415822#M764676</guid>
      <dc:creator>Jason Luginbuhl_1</dc:creator>
      <dc:date>1999-11-05T06:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Verify Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-backup/m-p/2415823#M764677</link>
      <description>That is the same procedure I use! &lt;BR /&gt;I have been using /var/yp/zxz on all my systems as my 'reference file' to do &lt;BR /&gt;random audits of my backups.&lt;BR /&gt;&lt;BR /&gt;My procedure displays the Volume Header to screen, then cp the Index to an &lt;BR /&gt;audit directory then restores the file at the end of the volume and does a &lt;BR /&gt;checksum against the original 'zxz'. It is the best way to verify a good backup &lt;BR /&gt;that our team could think of using fbackup/frecover.</description>
      <pubDate>Thu, 11 Nov 1999 05:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-backup/m-p/2415823#M764677</guid>
      <dc:creator>Robert Gamble_3</dc:creator>
      <dc:date>1999-11-11T05:36:14Z</dc:date>
    </item>
  </channel>
</rss>

