<?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 not copying .files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831141#M88908</link>
    <description>Thanks Team.&lt;BR /&gt;I understand the command is OK.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Joe.</description>
    <pubDate>Tue, 22 Oct 2002 19:16:31 GMT</pubDate>
    <dc:creator>joe_91</dc:creator>
    <dc:date>2002-10-22T19:16:31Z</dc:date>
    <item>
      <title>cpio not copying .files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831134#M88901</link>
      <description>Team:&lt;BR /&gt;&lt;BR /&gt;find /home/mark -depth -newer /home/backup/junk |cpio -ocumBvd &amp;gt; /home/backup/back. This command is being used in a script and is not copying the .files. What would be wrong with this command? Please advice.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Joe.</description>
      <pubDate>Tue, 22 Oct 2002 18:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831134#M88901</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2002-10-22T18:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: cpio not copying .files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831135#M88902</link>
      <description>The most likely explanation is that the files are older than your reference file.</description>
      <pubDate>Tue, 22 Oct 2002 18:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831135#M88902</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-10-22T18:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: cpio not copying .files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831136#M88903</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;What are time stamps on the . files in /home/mark and on /home/backup/junk?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Oct 2002 18:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831136#M88903</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-10-22T18:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: cpio not copying .files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831137#M88904</link>
      <description>None of the files timestamp are newer than "junk" perhaps ? Why don't you run this quickly ..&lt;BR /&gt;# find /home/mark -depth -newer /home/backup/junk -exec ls -l {} \;&lt;BR /&gt;to find out.</description>
      <pubDate>Tue, 22 Oct 2002 18:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831137#M88904</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-22T18:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: cpio not copying .files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831138#M88905</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;It skips your "dot" files, right?  Your command syntax works for me.  Are you sure the "dot" files are new enough to be included?&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 22 Oct 2002 18:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831138#M88905</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-10-22T18:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: cpio not copying .files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831139#M88906</link>
      <description>I tested this command and the problem seems to be with the -newer option. If you take that option off the find does get the . files. So the test of the -newer option is the problem.</description>
      <pubDate>Tue, 22 Oct 2002 18:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831139#M88906</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-10-22T18:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: cpio not copying .files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831140#M88907</link>
      <description>I just tried it here and it works fine.  I tried it both ways, with the -newer file newer than the .file, and the -newer file older than the .file, and it works correctly both ways (only finds the .file in the second case).&lt;BR /&gt;&lt;BR /&gt;If you are making a regular backup of a user's home directory, probably the only changed dot file you will get is the .sh_history file, and maybe some of the Xwindows files (.dt dir, .Xauthority, etc.) if you are using that.  I checked some of mine and they are all pretty old.  &lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Oct 2002 19:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831140#M88907</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-10-22T19:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: cpio not copying .files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831141#M88908</link>
      <description>Thanks Team.&lt;BR /&gt;I understand the command is OK.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Joe.</description>
      <pubDate>Tue, 22 Oct 2002 19:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-not-copying-files/m-p/2831141#M88908</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2002-10-22T19:16:31Z</dc:date>
    </item>
  </channel>
</rss>

