<?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: log output from a cpio backup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/log-output-from-a-cpio-backup/m-p/3303178#M12628</link>
    <description>Stuart Browne, your response was great, did exactly what I needed.  &lt;BR /&gt;&lt;BR /&gt;Thank You&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Jun 2004 19:42:49 GMT</pubDate>
    <dc:creator>wvsa</dc:creator>
    <dc:date>2004-06-14T19:42:49Z</dc:date>
    <item>
      <title>log output from a cpio backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/log-output-from-a-cpio-backup/m-p/3303174#M12624</link>
      <description>Good afternoon all,&lt;BR /&gt;&lt;BR /&gt;Running the following command: find /u01 | cpio -ov | gzip &amp;gt; /jonah_orastage/xxx  Would like to be able to log the output from these commands to a file on the /jonah_orastage mount point.  When I add &amp;gt;&amp;gt; /jonah_orastage/log 2&amp;gt;&amp;amp;1 to the end of the command the log file ends up capturing the cpio output.  Any thoughts?&lt;BR /&gt;&lt;BR /&gt;Thank you for the input.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jun 2004 15:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/log-output-from-a-cpio-backup/m-p/3303174#M12624</guid>
      <dc:creator>wvsa</dc:creator>
      <dc:date>2004-06-11T15:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: log output from a cpio backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/log-output-from-a-cpio-backup/m-p/3303175#M12625</link>
      <description>Maybe tee woul do it (I cannot test):&lt;BR /&gt;&lt;BR /&gt;Quote:&lt;BR /&gt;The tee command transcribes the standard input to the standard output and makes copies in the files.&lt;BR /&gt;End Quote&lt;BR /&gt;&lt;BR /&gt;find /u01 | tee -a /jonah_orastage/log | cpio -ov | gzip  &amp;gt; /jonah_orastage/xxx&lt;BR /&gt;&lt;BR /&gt;There are ways around this, like first do find to a logfile, cat the logfile for the cpio, and append the logfile to /jonah_orastage/log.&lt;BR /&gt;&lt;BR /&gt;JP.&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Jun 2004 02:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/log-output-from-a-cpio-backup/m-p/3303175#M12625</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-06-12T02:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: log output from a cpio backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/log-output-from-a-cpio-backup/m-p/3303176#M12626</link>
      <description>You will probably need to put the command in a script and use two commands; one to cpio and one to log the result.&lt;BR /&gt;&lt;BR /&gt;Vern</description>
      <pubDate>Sat, 12 Jun 2004 12:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/log-output-from-a-cpio-backup/m-p/3303176#M12626</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-06-12T12:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: log output from a cpio backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/log-output-from-a-cpio-backup/m-p/3303177#M12627</link>
      <description>Nah.. The output from 'cpio' goes to STDERR.&lt;BR /&gt;&lt;BR /&gt;find /u01 | cpio -ov 2&amp;gt; /jonah_orastorage/log | gzip &amp;gt; /jonah_orstage/xxx&lt;BR /&gt;&lt;BR /&gt;should suffice.</description>
      <pubDate>Mon, 14 Jun 2004 18:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/log-output-from-a-cpio-backup/m-p/3303177#M12627</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-06-14T18:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: log output from a cpio backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/log-output-from-a-cpio-backup/m-p/3303178#M12628</link>
      <description>Stuart Browne, your response was great, did exactly what I needed.  &lt;BR /&gt;&lt;BR /&gt;Thank You&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2004 19:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/log-output-from-a-cpio-backup/m-p/3303178#M12628</guid>
      <dc:creator>wvsa</dc:creator>
      <dc:date>2004-06-14T19:42:49Z</dc:date>
    </item>
  </channel>
</rss>

