<?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: dd sintaxis in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462810#M210396</link>
    <description>thanks for all...&lt;BR /&gt;&lt;BR /&gt;Best Regards</description>
    <pubDate>Thu, 13 Jan 2005 12:46:05 GMT</pubDate>
    <dc:creator>Edwin Ruiz_2</dc:creator>
    <dc:date>2005-01-13T12:46:05Z</dc:date>
    <item>
      <title>dd sintaxis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462804#M210390</link>
      <description>Can i backup files to tape using dd command like tar?&lt;BR /&gt;&lt;BR /&gt;wich is the sintaxis?&lt;BR /&gt;&lt;BR /&gt;Thanks for ur help.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 12:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462804#M210390</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2005-01-13T12:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: dd sintaxis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462805#M210391</link>
      <description>While you could do this, I can't imagine why you would want to.  Tar or fbackup would be much more appropriate.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c0t0d0 of=/dev/rmt/0m bs=1024k &lt;BR /&gt; &lt;BR /&gt;-or-&lt;BR /&gt;&lt;BR /&gt;dd if=/bigfile of=/dev/rmt/0m bs=1024&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 13 Jan 2005 12:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462805#M210391</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-01-13T12:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: dd sintaxis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462806#M210392</link>
      <description>because i want to backup one file of size 60 GB.. tar can not make that and fbackup just work with HP-UX . I want to restore under Solaris.&lt;BR /&gt;&lt;BR /&gt;hoe can i restore using dd comman?</description>
      <pubDate>Thu, 13 Jan 2005 12:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462806#M210392</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2005-01-13T12:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: dd sintaxis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462807#M210393</link>
      <description>To backup a disk:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/cXtXdX of=/dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;or say /home mounted on =/dev/vg00/lvol5 &lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg00/lvol5 of=/dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;man dd for more info&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 12:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462807#M210393</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-01-13T12:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: dd sintaxis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462808#M210394</link>
      <description>restore opposite:&lt;BR /&gt;&lt;BR /&gt;cd /somemountpoint&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rmt/0m &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 12:40:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462808#M210394</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-01-13T12:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: dd sintaxis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462809#M210395</link>
      <description>To restore, just reverse it:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rmt/0m of =/filename bs=1024&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 13 Jan 2005 12:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462809#M210395</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-01-13T12:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: dd sintaxis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462810#M210396</link>
      <description>thanks for all...&lt;BR /&gt;&lt;BR /&gt;Best Regards</description>
      <pubDate>Thu, 13 Jan 2005 12:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-sintaxis/m-p/3462810#M210396</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2005-01-13T12:46:05Z</dc:date>
    </item>
  </channel>
</rss>

