<?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: Backing up a snapshot File System in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183006#M795705</link>
    <description>tar will do it, fbackup wont as it modifies the i-nodes (unless your snap LV is the same size as the data on the original imaged LV).&lt;BR /&gt;&lt;BR /&gt;The way a snap works is that it freezes ALL activity on a filesystem.  The filesystem is allowed to continue, but every time a file is modified the original i-node is copied to a reserved piece of space.  Usually 10% is chosen.  Thus you can back-up the original "frozen" filesystem.  Unfortunately fbackup "touches" each i-node as it backs it up.  Thus the reserved LV will eventually contain as much data as the original.&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;</description>
    <pubDate>Sat, 07 Feb 2004 16:46:53 GMT</pubDate>
    <dc:creator>Tim D Fulford</dc:creator>
    <dc:date>2004-02-07T16:46:53Z</dc:date>
    <item>
      <title>Backing up a snapshot File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183000#M795699</link>
      <description>I am fairly new to the Unix environment. Can someone please comfirm whether or not Fbackup can be used to perform backup within an OnlineJFS environment?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 04 Feb 2004 11:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183000#M795699</guid>
      <dc:creator>Kristofferson Fagan</dc:creator>
      <dc:date>2004-02-04T11:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up a snapshot File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183001#M795700</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I guess you meant backing up a snapshot filesystem (available with OnlineJFS) with fbackup.&lt;BR /&gt;&lt;BR /&gt;If so, yes. You can use fbackup. fbackup can span multiple media and supports incremental backup.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 04 Feb 2004 12:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183001#M795700</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-04T12:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up a snapshot File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183002#M795701</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you refer to OnlineJFS "snapshot" mounts which you want to backup, then the answer is no, you cannot use fbackup because it needs write access and your OnlineJFS snapshot is a read-only filesystem.&lt;BR /&gt;&lt;BR /&gt;So you could use tar, cpio, dd ... (which all have their restrictions, e.g. 2GB wise)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Wed, 04 Feb 2004 12:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183002#M795701</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2004-02-04T12:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up a snapshot File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183003#M795702</link>
      <description>fbackup can not easily be used to back up any open "database". These snapshots have processes open on them and will not back up well with fbackup.&lt;BR /&gt;&lt;BR /&gt;If there is a way to tell OnlineJFS to make new snapshots you might be able to get the previous version.  I'm new with OnlineJFS and have yet to figure that out.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 Feb 2004 12:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183003#M795702</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-04T12:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up a snapshot File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183004#M795703</link>
      <description>Fbackup can certainly be used to backup snapshot filesystems "read-only" or not.&lt;BR /&gt;&lt;BR /&gt;It is possible to make multiple snapshots at different points in time on a vxfs filesystem. Each snapshot will be current as of its snapshot time. There is, of course, additional overhead associated with each snapshot image so for busy filesystems I would not exceed one without knowing the impact.&lt;BR /&gt;&lt;BR /&gt;Snapshots, with regard to databases, are not intended to used as hotbackups. The idea is to shutdown; snapshot; restart the database and then backup the snapshot. No files are then active and fbackup works like a charm. You get almost all the uptime of a hotbackup with all the safety of a cold backup for about two minutes of downtime. &lt;BR /&gt;&lt;BR /&gt;One thing that is not obvious is that you should mirror (or have alternate paths if a RAID) the snapshot buffer lvol. If you suffer a disk failure in the snapshot buffer device, the original filesystem can hang --- not often considered a desirable thing. A typical generous size for a snapshot buffer is about 15% of the original.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Feb 2004 12:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183004#M795703</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-02-04T12:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up a snapshot File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183005#M795704</link>
      <description>A few years ago Bernhards answer would have been correct, it was the case that you could not use fbackup to backup a snapshot volume. Following the previous convincing answer I've re-tried and yes it now does work. I have to presume that a patch has been released which fixed the problem so depending on your patch level you may have a problem. Best advice is to manually run a small test using a single file after making a snapshot of a temporary created lvol. Unlike windows it is unlikely you will crash your system, at worst you will just get an error informing you that the backup has failed.</description>
      <pubDate>Thu, 05 Feb 2004 04:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183005#M795704</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2004-02-05T04:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up a snapshot File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183006#M795705</link>
      <description>tar will do it, fbackup wont as it modifies the i-nodes (unless your snap LV is the same size as the data on the original imaged LV).&lt;BR /&gt;&lt;BR /&gt;The way a snap works is that it freezes ALL activity on a filesystem.  The filesystem is allowed to continue, but every time a file is modified the original i-node is copied to a reserved piece of space.  Usually 10% is chosen.  Thus you can back-up the original "frozen" filesystem.  Unfortunately fbackup "touches" each i-node as it backs it up.  Thus the reserved LV will eventually contain as much data as the original.&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Feb 2004 16:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183006#M795705</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2004-02-07T16:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up a snapshot File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183007#M795706</link>
      <description>Nonsense again. Fbackup will certainly backup snapshots and because snapshots operate at the block level only changed blocks are transferred to the snapshot buffer. It is extremely unlikely that all the blocks in all the files will be modified (and only the FIRST block update counts), a 15% or so snapshot buffer is usually more than adequate.&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Feb 2004 16:58:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-snapshot-file-system/m-p/3183007#M795706</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-02-07T16:58:19Z</dc:date>
    </item>
  </channel>
</rss>

