<?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 create tar-ball from a file containing listing of what to tar in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494560#M845985</link>
    <description>I want to tar-ball some files into a mounted NFS shared drive.  If I have a file called "/root/files_to_move" that contains the absolute path names of files I want to move - how can I tar them up and push them into this nfs mounted file system?&lt;BR /&gt;&lt;BR /&gt;tar cvf -  | cd &lt;FOLDER_TO_MOVE_THEM_TO&gt;; tar xvf -&lt;BR /&gt;&lt;BR /&gt;Thanks!!!&lt;/FOLDER_TO_MOVE_THEM_TO&gt;</description>
    <pubDate>Mon, 28 Feb 2005 15:18:56 GMT</pubDate>
    <dc:creator>Mark Ellis</dc:creator>
    <dc:date>2005-02-28T15:18:56Z</dc:date>
    <item>
      <title>create tar-ball from a file containing listing of what to tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494560#M845985</link>
      <description>I want to tar-ball some files into a mounted NFS shared drive.  If I have a file called "/root/files_to_move" that contains the absolute path names of files I want to move - how can I tar them up and push them into this nfs mounted file system?&lt;BR /&gt;&lt;BR /&gt;tar cvf -  | cd &lt;FOLDER_TO_MOVE_THEM_TO&gt;; tar xvf -&lt;BR /&gt;&lt;BR /&gt;Thanks!!!&lt;/FOLDER_TO_MOVE_THEM_TO&gt;</description>
      <pubDate>Mon, 28 Feb 2005 15:18:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494560#M845985</guid>
      <dc:creator>Mark Ellis</dc:creator>
      <dc:date>2005-02-28T15:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: create tar-ball from a file containing listing of what to tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494561#M845986</link>
      <description>While you could untar with pax to override the absolute pathnames; by far, the easist solution is to tar the files with relative pathnames even if that really means cd'ing to "/" and starting all your relative pathnames with "./". One of the lessons you eventually learn is to never tar anything as absolute paths.</description>
      <pubDate>Mon, 28 Feb 2005 15:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494561#M845986</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-28T15:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: create tar-ball from a file containing listing of what to tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494562#M845987</link>
      <description>tar cvf - `cat /root/files_to_move` | cd &lt;MOVE folder=""&gt;; tar xvf -&lt;BR /&gt;&lt;BR /&gt;or since the file list has absolute path names...&lt;BR /&gt;&lt;BR /&gt;cd /folder_to_move_them_to&lt;BR /&gt;tar cvf - `cat /root/files_to_move` | tar xvf -&lt;/MOVE&gt;</description>
      <pubDate>Mon, 28 Feb 2005 15:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494562#M845987</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-02-28T15:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: create tar-ball from a file containing listing of what to tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494563#M845988</link>
      <description>Hi,&lt;BR /&gt;I am not sure I understand the problem, why not use cpio -p instead.</description>
      <pubDate>Mon, 28 Feb 2005 15:26:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494563#M845988</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2005-02-28T15:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: create tar-ball from a file containing listing of what to tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494564#M845989</link>
      <description>Leif, How would the sytax go with cpio and the "-p" option?</description>
      <pubDate>Mon, 28 Feb 2005 15:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494564#M845989</guid>
      <dc:creator>Mark Ellis</dc:creator>
      <dc:date>2005-02-28T15:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: create tar-ball from a file containing listing of what to tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494565#M845990</link>
      <description>Oh, and to read the list of files:&lt;BR /&gt;tar cvf - $(cat /root/files_to_move)</description>
      <pubDate>Mon, 28 Feb 2005 15:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494565#M845990</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-28T15:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: create tar-ball from a file containing listing of what to tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494566#M845991</link>
      <description>re: cpio ...&lt;BR /&gt;what might/should work is ...&lt;BR /&gt;cat files_to_move | cpio -pdmvu /folder_to_move_to</description>
      <pubDate>Mon, 28 Feb 2005 15:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494566#M845991</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-02-28T15:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: create tar-ball from a file containing listing of what to tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494567#M845992</link>
      <description>Why use tar?&lt;BR /&gt;&lt;BR /&gt;cat /root/files_to_move | xargs -i cp -rp {} /someNFSmount &lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Mon, 28 Feb 2005 15:43:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494567#M845992</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-02-28T15:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: create tar-ball from a file containing listing of what to tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494568#M845993</link>
      <description>I am close, but not there yet...  The list I want to move over is too large for "cat", so that is issue number 1.  The other issue is that the mounted file system I want to move the files to have to have the full path under that file system.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;box1:&lt;BR /&gt;I want to move /etc/hosts to box2 under the mounted file system /backup as /backup/etc/hosts.&lt;BR /&gt;&lt;BR /&gt;box1 mounts box2's /backup file system as local mountpoint /backup.&lt;BR /&gt;&lt;BR /&gt;I am still having issues - HELP!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2005 11:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-tar-ball-from-a-file-containing-listing-of-what-to-tar/m-p/3494568#M845993</guid>
      <dc:creator>Mark Ellis</dc:creator>
      <dc:date>2005-03-07T11:08:26Z</dc:date>
    </item>
  </channel>
</rss>

