<br><br><div class="gmail_quote">On Mon, Mar 30, 2009 at 4:36 PM, Geoffrey <span dir="ltr">&lt;<a href="mailto:lists@serioustechnology.com">lists@serioustechnology.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I&#39;m trying to write backups directly to tape as follows:<br>
<br>
    ssh $mach &quot;tar -cf - $BackupThis&quot; &gt; /dev/nst0<br>
<br>
but when I try to read it from the tape I get:<br>
<br>
tar: /dev/nst0: Cannot read: Cannot allocate memory<br>
<br>
I&#39;ve tried tarring directly to the tape from the local machine and that<br>
works fine.<br>
<br>
Anyone else tried this?  Suggestions?<br></blockquote></div><div><br></div><div><br></div>Hmm.. If I had looked closer I would have seen the quotes..