<?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: cpio in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio/m-p/3225443#M171065</link>
    <description>errno 17 = file exists, or in this case, the link already exists. You can suppress the error message with 2&amp;gt;/dev/null but this eliminates all error messages (like filesystem full, etc) which may not be a good thing...you could look over the destination and remove links prior to copying to eliminate the error message.</description>
    <pubDate>Mon, 22 Mar 2004 09:04:21 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-03-22T09:04:21Z</dc:date>
    <item>
      <title>cpio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio/m-p/3225442#M171064</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Using cpio when I copy data(exists in destination already) from one file system to another I get error message "Cannot link &lt;FILE name=""&gt; error no 17. I am using options -pdmluv.&lt;BR /&gt;Is there any option which says to suppress this error message.&lt;BR /&gt;&lt;BR /&gt;When I copy first time ( no data in destination ) I don't get error message. I need to copy data multiple times.We don't want to see error message when we copy second time or onwards.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/FILE&gt;</description>
      <pubDate>Mon, 22 Mar 2004 08:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio/m-p/3225442#M171064</guid>
      <dc:creator>SAM_24</dc:creator>
      <dc:date>2004-03-22T08:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: cpio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio/m-p/3225443#M171065</link>
      <description>errno 17 = file exists, or in this case, the link already exists. You can suppress the error message with 2&amp;gt;/dev/null but this eliminates all error messages (like filesystem full, etc) which may not be a good thing...you could look over the destination and remove links prior to copying to eliminate the error message.</description>
      <pubDate>Mon, 22 Mar 2004 09:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio/m-p/3225443#M171065</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-03-22T09:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: cpio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio/m-p/3225444#M171066</link>
      <description>You try to copy a link. So the first time the link is not there and is copied without the error message. Then you copy second time and you get a error message, because the link is already there.&lt;BR /&gt;&lt;BR /&gt;use this instead:&lt;BR /&gt;find . | cpio -pvumod|(cd &lt;DESTINATION folder=""&gt;; cpio -pumid)&lt;BR /&gt;&lt;BR /&gt;Roland&lt;BR /&gt;&lt;BR /&gt;&lt;/DESTINATION&gt;</description>
      <pubDate>Mon, 22 Mar 2004 09:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio/m-p/3225444#M171066</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2004-03-22T09:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: cpio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio/m-p/3225445#M171067</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Error 17 is reported as the 'l' option in cpio tries to restore the symbolic link that already exists.&lt;BR /&gt;&lt;BR /&gt;If you are looking to restore the data for the symbolic links rather than the links themselves you could try the 'L' option that does the following :-&lt;BR /&gt;&lt;BR /&gt;-L, (copy the files that  they  point  to&lt;BR /&gt;       instead of copying the links).&lt;BR /&gt;&lt;BR /&gt;Haven't tried it myself but worth considering.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Tue, 23 Mar 2004 03:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio/m-p/3225445#M171067</guid>
      <dc:creator>Keith Bevan_1</dc:creator>
      <dc:date>2004-03-23T03:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: cpio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio/m-p/3225446#M171068</link>
      <description>Be careful with the L option. The reason links exists is to provide another name for the same file. If the link is converted to a real file, then the files are now separate and changes made to one will not appear in the other.</description>
      <pubDate>Tue, 23 Mar 2004 07:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio/m-p/3225446#M171068</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-03-23T07:54:17Z</dc:date>
    </item>
  </channel>
</rss>

