<?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: how to append a new backup without overwriting existing ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-append-a-new-backup-without-overwriting-existing/m-p/4540594#M39047</link>
    <description>tar -rzf /dev/st0 /data&lt;BR /&gt;Appends /data to the end of the archive</description>
    <pubDate>Fri, 27 Nov 2009 07:00:51 GMT</pubDate>
    <dc:creator>Ivan Kuznetsov</dc:creator>
    <dc:date>2009-11-27T07:00:51Z</dc:date>
    <item>
      <title>how to append a new backup without overwriting existing ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-append-a-new-backup-without-overwriting-existing/m-p/4540591#M39044</link>
      <description>I took backup on tape, via&lt;BR /&gt;# tar -czf /dev/st0 /home&lt;BR /&gt;&lt;BR /&gt;and check/list via&lt;BR /&gt;# tar -tzf /dev/st0&lt;BR /&gt;&lt;BR /&gt;ok, but when I try to create another backup on tape, via&lt;BR /&gt;# tar -czf /dev/st0 /data&lt;BR /&gt;then the previous backup(/home) gone.&lt;BR /&gt;# tar -tvf /dev/st0&lt;BR /&gt;only shows /data, and not /home.&lt;BR /&gt;&lt;BR /&gt;and I want both /home and /data backup on tape.&lt;BR /&gt;&lt;BR /&gt;please help&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 26 Nov 2009 18:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-append-a-new-backup-without-overwriting-existing/m-p/4540591#M39044</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-11-26T18:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to append a new backup without overwriting existing ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-append-a-new-backup-without-overwriting-existing/m-p/4540592#M39045</link>
      <description>You must use the /dev/nst0 so you won't rewind your tape. Then you must use the mt fsf command to move between the backup copies on tape:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hep.uchicago.edu/cdf/howto/TapeArchiving.html" target="_blank"&gt;http://hep.uchicago.edu/cdf/howto/TapeArchiving.html&lt;/A&gt;</description>
      <pubDate>Thu, 26 Nov 2009 19:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-append-a-new-backup-without-overwriting-existing/m-p/4540592#M39045</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-11-26T19:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to append a new backup without overwriting existing ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-append-a-new-backup-without-overwriting-existing/m-p/4540593#M39046</link>
      <description>&amp;gt;how to append a new backup without overwriting existing?&lt;BR /&gt;&lt;BR /&gt;This is very dangerous (error prone) and you don't want to do this.  If you successfully put it on your tape, you'll need to remember how to get it off.  If you have N backups, then how will you remember what's where?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I want both /home and /data backup on tape.&lt;BR /&gt;&lt;BR /&gt;You can put both there in the same pass:&lt;BR /&gt;tar -czf /dev/st0 /home /data</description>
      <pubDate>Thu, 26 Nov 2009 21:17:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-append-a-new-backup-without-overwriting-existing/m-p/4540593#M39046</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-11-26T21:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to append a new backup without overwriting existing ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-append-a-new-backup-without-overwriting-existing/m-p/4540594#M39047</link>
      <description>tar -rzf /dev/st0 /data&lt;BR /&gt;Appends /data to the end of the archive</description>
      <pubDate>Fri, 27 Nov 2009 07:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-append-a-new-backup-without-overwriting-existing/m-p/4540594#M39047</guid>
      <dc:creator>Ivan Kuznetsov</dc:creator>
      <dc:date>2009-11-27T07:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to append a new backup without overwriting existing ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-append-a-new-backup-without-overwriting-existing/m-p/4540595#M39048</link>
      <description>&amp;gt;Ivan: tar -rzf /dev/st0 /data&lt;BR /&gt;Appends /data to the end of the archive&lt;BR /&gt;&lt;BR /&gt;Unless GNU tar -r is different than HP-UX, you can't use -r with tapes.</description>
      <pubDate>Sun, 29 Nov 2009 00:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-append-a-new-backup-without-overwriting-existing/m-p/4540595#M39048</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-11-29T00:22:32Z</dc:date>
    </item>
  </channel>
</rss>

