<?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 Backing Up soft link Files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-soft-link-files/m-p/4989328#M780812</link>
    <description>Hi While I am taking tape Backup....&lt;BR /&gt;The soft link files are getting backed up..But the shortcut is only copied &amp;amp; the original file is not getting copied..&lt;BR /&gt;&lt;BR /&gt;How can I take the baackup of Soft link files with their original hard Link...&lt;BR /&gt;&lt;BR /&gt;using backup utilities...&lt;BR /&gt;TAR ., FSBACKUP .,CPIO .,&lt;BR /&gt;&lt;BR /&gt;Expecting Reply soon....</description>
    <pubDate>Fri, 07 Jul 2006 03:21:42 GMT</pubDate>
    <dc:creator>susee_sundar</dc:creator>
    <dc:date>2006-07-07T03:21:42Z</dc:date>
    <item>
      <title>Backing Up soft link Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-soft-link-files/m-p/4989328#M780812</link>
      <description>Hi While I am taking tape Backup....&lt;BR /&gt;The soft link files are getting backed up..But the shortcut is only copied &amp;amp; the original file is not getting copied..&lt;BR /&gt;&lt;BR /&gt;How can I take the baackup of Soft link files with their original hard Link...&lt;BR /&gt;&lt;BR /&gt;using backup utilities...&lt;BR /&gt;TAR ., FSBACKUP .,CPIO .,&lt;BR /&gt;&lt;BR /&gt;Expecting Reply soon....</description>
      <pubDate>Fri, 07 Jul 2006 03:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-soft-link-files/m-p/4989328#M780812</guid>
      <dc:creator>susee_sundar</dc:creator>
      <dc:date>2006-07-07T03:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Backing Up soft link Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-soft-link-files/m-p/4989329#M780813</link>
      <description>Hi Susee, &lt;BR /&gt;&lt;BR /&gt;Check this out, &lt;A href="http://www.phptr.com/articles/article.asp?p=31763&amp;amp;rl=1" target="_blank"&gt;http://www.phptr.com/articles/article.asp?p=31763&amp;amp;rl=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 07 Jul 2006 03:29:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-soft-link-files/m-p/4989329#M780813</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-07T03:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Backing Up soft link Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-soft-link-files/m-p/4989330#M780814</link>
      <description>Arun The site I checked it out but there is no info About backing Up..&lt;BR /&gt;&lt;BR /&gt;Here I can Explain th scenerio:-&lt;BR /&gt;&lt;BR /&gt;#ls &lt;BR /&gt;abc&lt;BR /&gt;#cd sun&lt;BR /&gt;#ls &lt;BR /&gt;abc_soft_link&lt;BR /&gt;#tar -cvf zipp *&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;In this scene the Tar file zipp contains only the soft Link .,While extracting the file we will not get its hard Link..&lt;BR /&gt;&lt;BR /&gt;is there any arguement with tar command to copy the original link File with its Soft Link..&lt;BR /&gt;&lt;BR /&gt;Thus while extracting in the destination we will get the original file also.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 03:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-soft-link-files/m-p/4989330#M780814</guid>
      <dc:creator>susee_sundar</dc:creator>
      <dc:date>2006-07-07T03:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Backing Up soft link Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-soft-link-files/m-p/4989331#M780815</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;h tar option should work for your problem.&lt;BR /&gt;&lt;BR /&gt;Enrico</description>
      <pubDate>Fri, 07 Jul 2006 04:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-soft-link-files/m-p/4989331#M780815</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2006-07-07T04:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Backing Up soft link Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-soft-link-files/m-p/4989332#M780816</link>
      <description>Hi Susee, &lt;BR /&gt;&lt;BR /&gt;Yes, follow the -h option with tar as the man page says, &lt;BR /&gt;           h    Force tar to follow symbolic links as if they were normal&lt;BR /&gt;                files or directories.  Normally, tar does not follow&lt;BR /&gt;                symbolic links.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 04:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-soft-link-files/m-p/4989332#M780816</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-07T04:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Backing Up soft link Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-soft-link-files/m-p/4989333#M780817</link>
      <description>Thanks to all.</description>
      <pubDate>Fri, 07 Jul 2006 05:15:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-soft-link-files/m-p/4989333#M780817</guid>
      <dc:creator>susee_sundar</dc:creator>
      <dc:date>2006-07-07T05:15:38Z</dc:date>
    </item>
  </channel>
</rss>

