<?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: what's different by tar Pcj and tar cvjf ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179712#M9485</link>
    <description>From France Chris (don't know if it's a good place to be or not, but computer don't make that difference),&lt;BR /&gt;teaching linux for years, and spending my time discovering new things !&lt;BR /&gt;And enjoying your questions always precise and well targeted.&lt;BR /&gt;As for your question to Steve, using absolute paths is a good idea, verbose is not useful if you know what you do, but I still like seeing the system confirming that everything goes the way I want, and f is useful only to precise archive to use, which doesn't seem to be a necessity for you (but if you precise it thenafter or before, adding it at that point wouldn't do any harm).&lt;BR /&gt;So a tar Pvcj could be workable.&lt;BR /&gt;Whatesoever, your way is efficient and working.&lt;BR /&gt;BTW, I between Valence and Gap, where do you leave in Switzerland ?&lt;BR /&gt;&lt;BR /&gt;J</description>
    <pubDate>Sun, 01 Feb 2004 08:34:16 GMT</pubDate>
    <dc:creator>Jerome Henry</dc:creator>
    <dc:date>2004-02-01T08:34:16Z</dc:date>
    <item>
      <title>what's different by tar Pcj and tar cvjf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179707#M9480</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I do backups of my webserver data with tar Pcj &lt;BR /&gt;&lt;BR /&gt;my colleague is doing with tar cvjf&lt;BR /&gt;&lt;BR /&gt;what's really different ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Feb 2004 06:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179707#M9480</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-02-01T06:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: what's different by tar Pcj and tar cvjf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179708#M9481</link>
      <description>v stands for verbose output&lt;BR /&gt;&lt;BR /&gt;f stands for use a file&lt;BR /&gt;&lt;BR /&gt;some versions of tar default to a file of /dev/rmt/0m if you don't use the -f parameter and specify a file&lt;BR /&gt;&lt;BR /&gt;P I believe stands for preserve permissions and/or Pathes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 01 Feb 2004 07:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179708#M9481</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-01T07:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: what's different by tar Pcj and tar cvjf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179709#M9482</link>
      <description>Hi&lt;BR /&gt;tar Pcj means use absolute paths, of course create, and j zips through bzip2.&lt;BR /&gt;tar cvjf means still create, verbosely lists files created, zips through bzip2 and f stands to precise archive file or device to use.&lt;BR /&gt;So the main difference is that your colleague uses a more verbose output than you do, and designate the device or the file archive name to use, and you use absolute paths whereas he doesn't...&lt;BR /&gt;working on sunday both of you, along with Steven,  hu ?&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Sun, 01 Feb 2004 07:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179709#M9482</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-02-01T07:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: what's different by tar Pcj and tar cvjf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179710#M9483</link>
      <description>thanks Steve&lt;BR /&gt;&lt;BR /&gt;and which one should I use in your opinion ?&lt;BR /&gt;or how do you save your folders ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Feb 2004 07:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179710#M9483</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-02-01T07:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: what's different by tar Pcj and tar cvjf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179711#M9484</link>
      <description>thanks Jerome&lt;BR /&gt;&lt;BR /&gt;if I can ask only, where you guys from ? &lt;BR /&gt;you both, Steven and You&lt;BR /&gt;helped me so many times.&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;chris&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Feb 2004 07:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179711#M9484</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-02-01T07:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: what's different by tar Pcj and tar cvjf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179712#M9485</link>
      <description>From France Chris (don't know if it's a good place to be or not, but computer don't make that difference),&lt;BR /&gt;teaching linux for years, and spending my time discovering new things !&lt;BR /&gt;And enjoying your questions always precise and well targeted.&lt;BR /&gt;As for your question to Steve, using absolute paths is a good idea, verbose is not useful if you know what you do, but I still like seeing the system confirming that everything goes the way I want, and f is useful only to precise archive to use, which doesn't seem to be a necessity for you (but if you precise it thenafter or before, adding it at that point wouldn't do any harm).&lt;BR /&gt;So a tar Pvcj could be workable.&lt;BR /&gt;Whatesoever, your way is efficient and working.&lt;BR /&gt;BTW, I between Valence and Gap, where do you leave in Switzerland ?&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Sun, 01 Feb 2004 08:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179712#M9485</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-02-01T08:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: what's different by tar Pcj and tar cvjf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179713#M9486</link>
      <description>thanks Jerome&lt;BR /&gt;&lt;BR /&gt;I live close to ZÃ¼rich.&lt;BR /&gt;&lt;BR /&gt;have a nice sunday&lt;BR /&gt;chris</description>
      <pubDate>Sun, 01 Feb 2004 09:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179713#M9486</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-02-01T09:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: what's different by tar Pcj and tar cvjf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179714#M9487</link>
      <description>I don't think it makes a difference Chris.&lt;BR /&gt;&lt;BR /&gt;I use tar cvf to build or tar rcf to update and tar xvf to lay it down on the other machine.&lt;BR /&gt;&lt;BR /&gt;So long as I position that tar file correctly everything works out.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 01 Feb 2004 09:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179714#M9487</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-01T09:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: what's different by tar Pcj and tar cvjf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179715#M9488</link>
      <description>thanks Steven</description>
      <pubDate>Sun, 01 Feb 2004 10:47:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-s-different-by-tar-pcj-and-tar-cvjf/m-p/3179715#M9488</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-02-01T10:47:15Z</dc:date>
    </item>
  </channel>
</rss>

