<?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 error - file changed size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-file-changed-size/m-p/2576264#M31190</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As clay told you, the file got modified (appended or reduced) during the backup. does not look that serious to me, until the file is very important. There is no choice over this other than online JFs where you can create a snapshot and back that up. That is the only way you can be certain that you have a backup whcih matches the state of you file when the snapshot was taken. Otherwise learn to live with the error message you are getting. No harm in that.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Sep 2001 17:07:54 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2001-09-06T17:07:54Z</dc:date>
    <item>
      <title>tar error - file changed size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-file-changed-size/m-p/2576260#M31186</link>
      <description>I have a backup script which uses tar to back up files.  I cannot use fbackup as the script has to work on multiple platforms.  Occasionally, I get an error from tar saying that a file has changed size.  I have seen references to this error in previous postings and some of the replies state that the error (and other errors that give a return code of 5) is non-fatal.&lt;BR /&gt;Does "non-fatal" mean that the file is correctly backed up or just that the error is not serious enough to stop tar in its tracks?</description>
      <pubDate>Thu, 06 Sep 2001 12:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-file-changed-size/m-p/2576260#M31186</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2001-09-06T12:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: tar error - file changed size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-file-changed-size/m-p/2576261#M31187</link>
      <description>You have tarred to a file in the same directory such as&lt;BR /&gt;&lt;BR /&gt;tar -cf stuff *&lt;BR /&gt;&lt;BR /&gt;this will also try to tar the stuff file into itself, bad thing to do&lt;BR /&gt;cd /tmp&lt;BR /&gt;tar -cf stuff /other-dir&lt;BR /&gt;will create the stuff file in /tmp</description>
      <pubDate>Thu, 06 Sep 2001 13:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-file-changed-size/m-p/2576261#M31187</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-09-06T13:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: tar error - file changed size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-file-changed-size/m-p/2576262#M31188</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;It means that while being backed up a file was modified (typically appended) by another process. Whether this is bad or not depends on the application. If it is a database it is almost certainly very bad. One way to avoid these kinds of errors is to do an OnlineJFS snapshot mount and backup the snapshot. The snapshot takes only a few seconds and then all the snapshot files are certain to remain constant while the 'real' files can remain in use.&lt;BR /&gt;&lt;BR /&gt;Clay &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 13:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-file-changed-size/m-p/2576262#M31188</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-09-06T13:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: tar error - file changed size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-file-changed-size/m-p/2576263#M31189</link>
      <description>John,&lt;BR /&gt;  the tar is to a tape, not to a file.&lt;BR /&gt;Clay,&lt;BR /&gt;  unfortunately, many of our customers do not have online JFS.  The file is not a database file.  As you suggest, it is appended to periodically.  It appears that the backup is coinciding with one of these periods.</description>
      <pubDate>Thu, 06 Sep 2001 13:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-file-changed-size/m-p/2576263#M31189</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2001-09-06T13:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: tar error - file changed size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-file-changed-size/m-p/2576264#M31190</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As clay told you, the file got modified (appended or reduced) during the backup. does not look that serious to me, until the file is very important. There is no choice over this other than online JFs where you can create a snapshot and back that up. That is the only way you can be certain that you have a backup whcih matches the state of you file when the snapshot was taken. Otherwise learn to live with the error message you are getting. No harm in that.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 17:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-file-changed-size/m-p/2576264#M31190</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-06T17:07:54Z</dc:date>
    </item>
  </channel>
</rss>

