<?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 dd to remote tape drive in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-to-remote-tape-drive/m-p/2444970#M769313</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;How can I dd to a remote tape drive ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;YC</description>
    <pubDate>Wed, 13 Sep 2000 07:50:52 GMT</pubDate>
    <dc:creator>yc_2</dc:creator>
    <dc:date>2000-09-13T07:50:52Z</dc:date>
    <item>
      <title>dd to remote tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-to-remote-tape-drive/m-p/2444970#M769313</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;How can I dd to a remote tape drive ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;YC</description>
      <pubDate>Wed, 13 Sep 2000 07:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-to-remote-tape-drive/m-p/2444970#M769313</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2000-09-13T07:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: dd to remote tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-to-remote-tape-drive/m-p/2444971#M769314</link>
      <description>dd if=&lt;FILE&gt; bs=64k | remsh &lt;HOSTNAME&gt; dd of=/dev/rmt/0m bs=64k&lt;BR /&gt;&lt;BR /&gt;That should be it, as long as you can remsh ok.&lt;/HOSTNAME&gt;&lt;/FILE&gt;</description>
      <pubDate>Wed, 13 Sep 2000 07:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-to-remote-tape-drive/m-p/2444971#M769314</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-09-13T07:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: dd to remote tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-to-remote-tape-drive/m-p/2444972#M769315</link>
      <description>Notes for the following examples: &lt;BR /&gt;&lt;BR /&gt;               Everything under the /relative_path is backed up. If the relative path is /, you&lt;BR /&gt;               will be doing a full backup. &lt;BR /&gt;               /tmp/index is an index file of the backup; it can be omitted as can the&lt;BR /&gt;               verbose -v option. &lt;BR /&gt;               In order for remsh(1) to work without asking you for a password, either a&lt;BR /&gt;               .rlogin in the user's home directory on the remote machine or&lt;BR /&gt;               /etc/hosts.equiv must be properly set up.&lt;BR /&gt;&lt;BR /&gt;          Backing up to a tape drive on a remote machine: &lt;BR /&gt;&lt;BR /&gt;          Commands to run on the local machine, (the machine without the dds tape drive.&lt;BR /&gt;&lt;BR /&gt;               # cd /relative_path&lt;BR /&gt;               # find . -depth -xdev | cpio -ovxcB 2&amp;gt;/tmp/index |&lt;BR /&gt;               remsh machinewithDDSdrive -l user "cat - | dd&lt;BR /&gt;               of=/dev/rmt/0m obs=5k" &lt;BR /&gt;&lt;BR /&gt;          To backup across the network on the system that owns the dds tape drive: &lt;BR /&gt;&lt;BR /&gt;               # remsh machinetobackup -l user "cd /relative_path ;&lt;BR /&gt;               find . -depth -xdev | cpio -ovxcB 2&amp;gt;/tmp/index" |&lt;BR /&gt;               cat - | dd of=/dev/rmt/0m bs=5k &lt;BR /&gt;&lt;BR /&gt;          Note: cpio via the network does not support multiple tapes.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2000 07:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-to-remote-tape-drive/m-p/2444972#M769315</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-09-13T07:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: dd to remote tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-to-remote-tape-drive/m-p/2444973#M769316</link>
      <description>Hi Andy and Alex,&lt;BR /&gt;&lt;BR /&gt;thanks for your advise, really appreaciate your prompt reply.&lt;BR /&gt;&lt;BR /&gt;Hi Andy,&lt;BR /&gt;&lt;BR /&gt;If the "if" is from remote, can you correct me the following should work:&lt;BR /&gt;&lt;BR /&gt;remsh &lt;HOSTNAME&gt; dd if=&lt;FILE&gt; bs=64k | dd of=/dev/rmt/0m bs=64k&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;YC&lt;/FILE&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 13 Sep 2000 08:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-to-remote-tape-drive/m-p/2444973#M769316</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2000-09-13T08:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: dd to remote tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-to-remote-tape-drive/m-p/2444974#M769317</link>
      <description>&lt;BR /&gt;Theres 2 ways to do this, 1 is a `push`, ie from the server you want to backup but to a tape driver on a remote server;&lt;BR /&gt;dd if=&lt;FILE&gt; bs=64k | remsh &lt;HOSTNAME&gt; dd of=/dev/rmt/0m bs=64k &lt;BR /&gt;&lt;BR /&gt;OR a `pull`, where you are logged onto the server where the tape drive is located, but want to write to it data from a remote server;&lt;BR /&gt;remsh &lt;HOSTNAME&gt; dd if=&lt;FILE&gt; bs=64k | dd of=/dev/rmt/0m bs=64k &lt;BR /&gt;&lt;/FILE&gt;&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;&lt;/FILE&gt;</description>
      <pubDate>Wed, 13 Sep 2000 08:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-to-remote-tape-drive/m-p/2444974#M769317</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-09-13T08:18:13Z</dc:date>
    </item>
  </channel>
</rss>

