<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1806</id>
	<title>Nabble - Gnu - Tar</title>
	<updated>2009-12-15T05:09:47Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnu---Tar-f1806.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnu---Tar-f1806.html" />
	<subtitle type="html">The tar program provides the ability to create tar archives, as well as various other kinds of manipulation. For example, you can use tar on previously created archives to extract files, to store additional files, or to update or list files which were already stored. Gnu - Tar home is &lt;a href=&quot;http://www.gnu.org/software/tar/tar.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26794521</id>
	<title>Re: SunCC &amp; gtar 1.22 inttypes.in.h</title>
	<published>2009-12-15T05:09:47Z</published>
	<updated>2009-12-15T05:09:47Z</updated>
	<author>
		<name>Eric Blake</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;According to john heasley on 12/14/2009 5:11 PM:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; SunCC doesnt return 0 for _LP64; this change seems to fix it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --- lib/inttypes.in.h.orig &amp;nbsp; &amp;nbsp; &amp;nbsp;2008-12-28 13:44:04.000000000 +0000
&lt;br&gt;&amp;gt; +++ lib/inttypes.in.h
&lt;br&gt;&amp;gt; @@ -168,7 +168,7 @@
&lt;br&gt;&amp;gt; &amp;nbsp;# &amp;nbsp;endif
&lt;br&gt;&amp;gt; &amp;nbsp;# endif
&lt;br&gt;&amp;gt; &amp;nbsp;# ifdef INT64_MAX
&lt;br&gt;&amp;gt; -# &amp;nbsp;if (@APPLE_UNIVERSAL_BUILD@ ? _LP64 : @INT64_MAX_EQ_LONG_MAX@)
&lt;br&gt;&amp;gt; +# &amp;nbsp;if (@APPLE_UNIVERSAL_BUILD@ ? defined(_LP64) : @INT64_MAX_EQ_LONG_MAX@)
&lt;/div&gt;&lt;br&gt;This is the correct fix. &amp;nbsp;However, it was already applied to gnulib a
&lt;br&gt;while ago (Feb 27, 2009). &amp;nbsp;Which version of tar are you trying to build?
&lt;br&gt;tar 1.22 was released in March, but it obviously didn't use the latest and
&lt;br&gt;greatest gnulib snapshot at the time. &amp;nbsp;That means we should probably
&lt;br&gt;consider a newer release of tar.
&lt;br&gt;&lt;br&gt;- --
&lt;br&gt;Don't work too hard, make some time for fun as well!
&lt;br&gt;&lt;br&gt;Eric Blake &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26794521&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ebb9@...&lt;/a&gt;
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (Cygwin)
&lt;br&gt;Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAksnipsACgkQ84KuGfSFAYBPsgCfbQAUvm+9QWrte4E/eSaywnro
&lt;br&gt;nxkAoIqk2Q0bioUNzC+zOURDtvsa6p5y
&lt;br&gt;=9O37
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SunCC---gtar-1.22-inttypes.in.h-tp26789767p26794521.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26789767</id>
	<title>SunCC &amp; gtar 1.22 inttypes.in.h</title>
	<published>2009-12-14T16:11:35Z</published>
	<updated>2009-12-14T16:11:35Z</updated>
	<author>
		<name>john heasley</name>
	</author>
	<content type="html">SunCC doesnt return 0 for _LP64; this change seems to fix it.
&lt;br&gt;&lt;br&gt;--- lib/inttypes.in.h.orig &amp;nbsp; &amp;nbsp; &amp;nbsp;2008-12-28 13:44:04.000000000 +0000
&lt;br&gt;+++ lib/inttypes.in.h
&lt;br&gt;@@ -168,7 +168,7 @@
&lt;br&gt;&amp;nbsp;# &amp;nbsp;endif
&lt;br&gt;&amp;nbsp;# endif
&lt;br&gt;&amp;nbsp;# ifdef INT64_MAX
&lt;br&gt;-# &amp;nbsp;if (@APPLE_UNIVERSAL_BUILD@ ? _LP64 : @INT64_MAX_EQ_LONG_MAX@)
&lt;br&gt;+# &amp;nbsp;if (@APPLE_UNIVERSAL_BUILD@ ? defined(_LP64) : @INT64_MAX_EQ_LONG_MAX@)
&lt;br&gt;&amp;nbsp;# &amp;nbsp; define _PRI64_PREFIX &amp;quot;l&amp;quot;
&lt;br&gt;&amp;nbsp;# &amp;nbsp;elif defined _MSC_VER || defined __MINGW32__
&lt;br&gt;&amp;nbsp;# &amp;nbsp; define _PRI64_PREFIX &amp;quot;I64&amp;quot;
&lt;br&gt;@@ -185,7 +185,7 @@
&lt;br&gt;&amp;nbsp;# &amp;nbsp;endif
&lt;br&gt;&amp;nbsp;# endif
&lt;br&gt;&amp;nbsp;# ifdef UINT64_MAX
&lt;br&gt;-# &amp;nbsp;if (@APPLE_UNIVERSAL_BUILD@ ? _LP64 : @UINT64_MAX_EQ_ULONG_MAX@)
&lt;br&gt;+# &amp;nbsp;if (@APPLE_UNIVERSAL_BUILD@ ? defined(_LP64) : @UINT64_MAX_EQ_ULONG_MAX@)
&lt;br&gt;&amp;nbsp;# &amp;nbsp; define _PRIu64_PREFIX &amp;quot;l&amp;quot;
&lt;br&gt;&amp;nbsp;# &amp;nbsp;elif defined _MSC_VER || defined __MINGW32__
&lt;br&gt;&amp;nbsp;# &amp;nbsp; define _PRIu64_PREFIX &amp;quot;I64&amp;quot;
&lt;br&gt;@@ -661,7 +661,7 @@
&lt;br&gt;&amp;nbsp;# &amp;nbsp;endif
&lt;br&gt;&amp;nbsp;# endif
&lt;br&gt;&amp;nbsp;# ifdef INT64_MAX
&lt;br&gt;-# &amp;nbsp;if (@APPLE_UNIVERSAL_BUILD@ ? _LP64 : @INT64_MAX_EQ_LONG_MAX@)
&lt;br&gt;+# &amp;nbsp;if (@APPLE_UNIVERSAL_BUILD@ ? defined(_LP64) : @INT64_MAX_EQ_LONG_MAX@)
&lt;br&gt;&amp;nbsp;# &amp;nbsp; define _SCN64_PREFIX &amp;quot;l&amp;quot;
&lt;br&gt;&amp;nbsp;# &amp;nbsp;elif defined _MSC_VER || defined __MINGW32__
&lt;br&gt;&amp;nbsp;# &amp;nbsp; define _SCN64_PREFIX &amp;quot;I64&amp;quot;
&lt;br&gt;@@ -678,7 +678,7 @@
&lt;br&gt;&amp;nbsp;# &amp;nbsp;endif
&lt;br&gt;&amp;nbsp;# endif
&lt;br&gt;&amp;nbsp;# ifdef UINT64_MAX
&lt;br&gt;-# &amp;nbsp;if (@APPLE_UNIVERSAL_BUILD@ ? _LP64 : @UINT64_MAX_EQ_ULONG_MAX@)
&lt;br&gt;+# &amp;nbsp;if (@APPLE_UNIVERSAL_BUILD@ ? defined(_LP64) : @UINT64_MAX_EQ_ULONG_MAX@)
&lt;br&gt;&amp;nbsp;# &amp;nbsp; define _SCNu64_PREFIX &amp;quot;l&amp;quot;
&lt;br&gt;&amp;nbsp;# &amp;nbsp;elif defined _MSC_VER || defined __MINGW32__
&lt;br&gt;&amp;nbsp;# &amp;nbsp; define _SCNu64_PREFIX &amp;quot;I64&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SunCC---gtar-1.22-inttypes.in.h-tp26789767p26789767.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26717254</id>
	<title>Re: tar1.22 complains when backing up a read-only filesystem</title>
	<published>2009-12-09T12:35:49Z</published>
	<updated>2009-12-09T12:35:49Z</updated>
	<author>
		<name>Andreas Dilger-4</name>
	</author>
	<content type="html">On 2009-12-09, at 06:55, Hill, Shannon wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; using tar1.22 built on Centos 5.4 &amp;nbsp;x86_64
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; sim8/root@/tmp# /usr/local/bin/tar --version
&lt;br&gt;&amp;gt; tar (GNU tar) 1.22
&lt;br&gt;&amp;gt; ...with these options:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; time /usr/local/bin/tar &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--create &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--format=pax &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--blocking-factor 2048 \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--totals &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--multi-volume &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--ignore-failed-read &amp;nbsp; \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--exclude .snapshot &amp;nbsp; &amp;nbsp;\
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--new-volume-script /root/bin/eot \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--file ${TAPE} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; yields this output (for every file), when . resides on a read-only &amp;nbsp;
&lt;br&gt;&amp;gt; file system:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /usr/local/bin/tar: ./tcaputo/views/eclipse/.metadata/.plugins/ 
&lt;br&gt;&amp;gt; org.eclipse.core.resources/.root/.indexes/properties.index: Cannot &amp;nbsp;
&lt;br&gt;&amp;gt; utime: Read-only file system
&lt;/div&gt;&lt;br&gt;&lt;br&gt;Ironically, it doesn't need to do utime (to set the atime backward) &amp;nbsp;
&lt;br&gt;when the filesystem is mounted read-only. &amp;nbsp;tar should probably check a &amp;nbsp;
&lt;br&gt;&amp;quot;skip_utime&amp;quot; boolean (default = 0) before calling utime(), and if &amp;nbsp;
&lt;br&gt;utime() fails with EROFS that flag is set...
&lt;br&gt;&lt;br&gt;On Linux at least there is also a &amp;quot;O_NOATIME&amp;quot; flag that prevents the &amp;nbsp;
&lt;br&gt;atime from being changed in the first place, just to avoid the need to &amp;nbsp;
&lt;br&gt;write (twice!) to the filesystem for every file touched (once to &amp;nbsp;
&lt;br&gt;update atime, once to revert it). &amp;nbsp;It appears that tar 1.22 has &amp;nbsp;
&lt;br&gt;support for O_NOATIME, but it isn't being used for some reason.
&lt;br&gt;&lt;br&gt;Cheers, Andreas
&lt;br&gt;--
&lt;br&gt;Andreas Dilger
&lt;br&gt;Sr. Staff Engineer, Lustre Group
&lt;br&gt;Sun Microsystems of Canada, Inc.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/tar1.22-complains-when-backing-up-a-read-only-filesystem-tp26715048p26717254.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26715048</id>
	<title>tar1.22 complains when backing up a read-only filesystem</title>
	<published>2009-12-09T05:55:49Z</published>
	<updated>2009-12-09T05:55:49Z</updated>
	<author>
		<name>Hill, Shannon</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3268&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;FONT face=Courier size=2&gt;&lt;STRONG&gt;using 
tar1.22 built on Centos 5.4&amp;nbsp; x86_64&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;Linux 
sim8.chipwrights.com 2.6.18-164.el5xen #1 SMP Thu Sep 3 04:03:03 EDT 2009 x86_64 
x86_64 x86_64 GNU/Linux&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;&lt;A target=&quot;_top&quot;&gt;sim8/root@/tmp&lt;/A&gt;# /usr/local/bin/tar --version&lt;BR&gt;tar (GNU tar) 
1.22&lt;BR&gt;Copyright (C) 2009 Free Software Foundation, Inc.&lt;BR&gt;License GPLv3+: GNU 
GPL version 3 or later &amp;lt;&lt;A href=&quot;http://gnu.org/licenses/gpl.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gnu.org/licenses/gpl.html&lt;/A&gt;&amp;gt;.&lt;BR&gt;This 
is free software: you are free to change and redistribute it.&lt;BR&gt;There is NO 
WARRANTY, to the extent permitted by law.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;Written by 
John Gilmore and Jay Fenlason.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;...with 
these options:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;time 
/usr/local/bin/tar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
\&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
--create&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
\&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
--format=pax&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
\&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --blocking-factor 2048 
\&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
--totals&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
\&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
--multi-volume&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
\&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
--ignore-failed-read&amp;nbsp;&amp;nbsp; 
\&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --exclude 
.snapshot&amp;nbsp;&amp;nbsp;&amp;nbsp; 
\&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --new-volume-script 
/root/bin/eot \&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --file 
${TAPE}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;yields 
this output (for every file), when .&amp;nbsp;resides on a read-only file 
system:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=690125113-09122009&gt;&lt;STRONG&gt;&lt;FONT face=Courier size=2&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;FONT face=Courier&gt;&lt;FONT size=2&gt;&lt;SPAN class=690125113-09122009&gt;/&lt;/SPAN&gt;usr/local/bin/tar: 
./tcaputo/views/eclipse/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index: 
Cannot utime: Read-only file system&lt;BR&gt;/usr/local/bin/tar: 
./tcaputo/views/eclipse/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version: 
Cannot utime: Read-only file system&lt;BR&gt;/usr/local/bin/tar: 
./tcaputo/views/eclipse/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version: 
Cannot utime: Read-only file system&lt;BR&gt;/usr/local/bin/tar: 
./tcaputo/views/eclipse/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes: 
Cannot utime: Read-only file system&lt;BR&gt;/usr/local/bin/tar: 
./tcaputo/views/eclipse/.metadata/.plugins/org.eclipse.core.resources/.root/1.tree: 
Cannot utime: Read-only file system&lt;BR&gt;/usr/local/bin/tar: 
./tcaputo/views/eclipse/.metadata/.plugins/org.eclipse.core.resources/.root: 
Cannot utime: Read-only file system&lt;BR&gt;/usr/local/bin/tar: 
./tcaputo/views/eclipse/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources: 
Cannot utime: Read-only file system&lt;BR&gt;/usr/local/bin/tar: 
./tcaputo/views/eclipse/.metadata/.plugins/org.eclipse.core.resources/.safetable: 
Cannot utime: Read-only file system&lt;BR&gt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Courier size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Courier size=2&gt;&lt;SPAN class=690125113-09122009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/tar1.22-complains-when-backing-up-a-read-only-filesystem-tp26715048p26715048.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26634363</id>
	<title>[Fwd: Re: Re: need to build a Windows tar with no cywin1.dll dependency]</title>
	<published>2009-12-03T09:08:50Z</published>
	<updated>2009-12-03T09:08:50Z</updated>
	<author>
		<name>Mike Maki</name>
	</author>
	<content type="html">Additional information - Windows version is XP Pro SP3,
&lt;br&gt;mike@GANDALF ~
&lt;br&gt;$ gcc --version
&lt;br&gt;gcc.exe (GCC) 3.4.5 (mingw-vista special r3)
&lt;br&gt;Copyright (C) 2004 Free Software Foundation, Inc.
&lt;br&gt;This is free software; see the source for copying conditions. &amp;nbsp;There is NO
&lt;br&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
&lt;br&gt;&lt;br&gt;Resultant makefile contains:
&lt;br&gt;&lt;br&gt;GNULIB_STDIO_H_SIGPIPE = 0
&lt;br&gt;GNULIB_UNISTD_H_SIGPIPE = 0
&lt;br&gt;&lt;br&gt;gl_LIBOBJS = &amp;nbsp;argmatch.o asnprintf.o backupfile.o basename.o 
&lt;br&gt;canonicalize-lgpl.o chdir-long.o chown.o close.o close-stream.o 
&lt;br&gt;closeout.o creat-safer.o dirfd.o dirname.o dup-safer.o error.o exclude.o 
&lt;br&gt;exitfail.o fchdir.o fchmodat.o fchown-stub.o fchownat.o fclose.o 
&lt;br&gt;fd-safer.o fileblocks.o fnmatch.o fpending.o fseeko.o getcwd.o 
&lt;br&gt;getdelim.o getline.o getopt.o getopt1.o getpagesize.o gettime.o hash.o 
&lt;br&gt;human.o imaxtostr.o lchown.o lseek.o malloc.o mempcpy.o memrchr.o 
&lt;br&gt;mkdirat.o mkdtemp.o modechange.o obstack.o offtostr.o open.o 
&lt;br&gt;open-safer.o openat.o openat-proc.o pipe-safer.o printf-args.o 
&lt;br&gt;printf-parse.o quote.o quotearg.o rawmemchr.o readlink.o realloc.o 
&lt;br&gt;regex.o rpmatch.o safe-read.o safe-write.o save-cwd.o savedir.o setenv.o 
&lt;br&gt;sleep.o stpcpy.o strchrnul.o strdup.o strerror.o stripslash.o strndup.o 
&lt;br&gt;strnlen.o tempname.o time_r.o uinttostr.o umaxtostr.o unlinkdir.o 
&lt;br&gt;unsetenv.o utimens.o vasnprintf.o wcwidth.o xgetcwd.o xmalloc.o 
&lt;br&gt;xstrtol.o xstrtol-error.o xstrtoul.o
&lt;br&gt;gl_LTLIBOBJS = &amp;nbsp;argmatch.lo asnprintf.lo backupfile.lo basename.lo 
&lt;br&gt;canonicalize-lgpl.lo chdir-long.lo chown.lo close.lo close-stream.lo 
&lt;br&gt;closeout.lo creat-safer.lo dirfd.lo dirname.lo dup-safer.lo error.lo 
&lt;br&gt;exclude.lo exitfail.lo fchdir.lo fchmodat.lo fchown-stub.lo fchownat.lo 
&lt;br&gt;fclose.lo fd-safer.lo fileblocks.lo fnmatch.lo fpending.lo fseeko.lo 
&lt;br&gt;getcwd.lo getdelim.lo getline.lo getopt.lo getopt1.lo getpagesize.lo 
&lt;br&gt;gettime.lo hash.lo human.lo imaxtostr.lo lchown.lo lseek.lo malloc.lo 
&lt;br&gt;mempcpy.lo memrchr.lo mkdirat.lo mkdtemp.lo modechange.lo obstack.lo 
&lt;br&gt;offtostr.lo open.lo open-safer.lo openat.lo openat-proc.lo pipe-safer.lo 
&lt;br&gt;printf-args.lo printf-parse.lo quote.lo quotearg.lo rawmemchr.lo 
&lt;br&gt;readlink.lo realloc.lo regex.lo rpmatch.lo safe-read.lo safe-write.lo 
&lt;br&gt;save-cwd.lo savedir.lo setenv.lo sleep.lo stpcpy.lo strchrnul.lo 
&lt;br&gt;strdup.lo strerror.lo stripslash.lo strndup.lo strnlen.lo tempname.lo 
&lt;br&gt;time_r.lo uinttostr.lo umaxtostr.lo unlinkdir.lo unsetenv.lo utimens.lo 
&lt;br&gt;vasnprintf.lo wcwidth.lo xgetcwd.lo xmalloc.lo xstrtol.lo 
&lt;br&gt;xstrtol-error.lo xstrtoul.lo
&lt;br&gt;&lt;br&gt;Mike
&lt;br&gt;&lt;br&gt;-------- Original Message --------
&lt;br&gt;Subject: 	Re: [Bug-tar] Re: need to build a Windows tar with no 
&lt;br&gt;cywin1.dll dependency
&lt;br&gt;Date: 	Thu, 03 Dec 2009 11:49:19 -0500
&lt;br&gt;From: 	Mike Maki &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634363&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mikemak009@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: 	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634363&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-tar@...&lt;/a&gt;
&lt;br&gt;CC: 	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634363&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mike@...&lt;/a&gt;
&lt;br&gt;References: 	&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634363&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4B16B4A1.4050005@...&lt;/a&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634363&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4B16B5A4.40406@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634363&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;20091202224713.GA28349@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks Lars and others who suggested MinGW, MSYS. I have that &amp;nbsp;set up now.
&lt;br&gt;&lt;br&gt;Where it builds in cygwin but won't run in DOS, the problem now is 
&lt;br&gt;configure succeeds but make fails in MSYS/MinGW.
&lt;br&gt;&lt;br&gt;The log messages at the end of make look like:
&lt;br&gt;depbase=`echo prepargs.o | sed 's|[^/]*$|.deps/&amp;|;s|\.o$||'`;\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. &amp;nbsp; &amp;nbsp; -g -O2 -MT 
&lt;br&gt;prepargs.o -MD -M
&lt;br&gt;P -MF $depbase.Tpo -c -o prepargs.o prepargs.c &amp;&amp;\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mv -f $depbase.Tpo $depbase.Po
&lt;br&gt;depbase=`echo rtapelib.o | sed 's|[^/]*$|.deps/&amp;|;s|\.o$||'`;\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. &amp;nbsp; &amp;nbsp; -g -O2 -MT 
&lt;br&gt;rtapelib.o -MD -M
&lt;br&gt;P -MF $depbase.Tpo -c -o rtapelib.o rtapelib.c &amp;&amp;\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mv -f $depbase.Tpo $depbase.Po
&lt;br&gt;rtapelib.c: In function `do_command':
&lt;br&gt;rtapelib.c:124: error: `SIGPIPE' undeclared (first use in this function)
&lt;br&gt;rtapelib.c:124: error: (Each undeclared identifier is reported only once
&lt;br&gt;rtapelib.c:124: error: for each function it appears in.)
&lt;br&gt;rtapelib.c: In function `rmt_open__':
&lt;br&gt;rtapelib.c:468: warning: implicit declaration of function `pipe'
&lt;br&gt;rtapelib.c:477: warning: implicit declaration of function `fork'
&lt;br&gt;rtapelib.c:500: warning: implicit declaration of function `setuid'
&lt;br&gt;rtapelib.c:500: warning: implicit declaration of function `getuid'
&lt;br&gt;rtapelib.c:500: warning: implicit declaration of function `setgid'
&lt;br&gt;rtapelib.c:500: warning: implicit declaration of function `getgid'
&lt;br&gt;rtapelib.c: In function `rmt_write__':
&lt;br&gt;rtapelib.c:602: error: `SIGPIPE' undeclared (first use in this function)
&lt;br&gt;make[4]: *** [rtapelib.o] Error 1
&lt;br&gt;make[4]: Leaving directory `/home/mike/tar-1.22/lib'
&lt;br&gt;make[3]: *** [all-recursive] Error 1
&lt;br&gt;make[3]: Leaving directory `/home/mike/tar-1.22/lib'
&lt;br&gt;make[2]: *** [all] Error 2
&lt;br&gt;make[2]: Leaving directory `/home/mike/tar-1.22/lib'
&lt;br&gt;make[1]: *** [all-recursive] Error 1
&lt;br&gt;make[1]: Leaving directory `/home/mike/tar-1.22'
&lt;br&gt;make: *** [all] Error 2
&lt;br&gt;&lt;br&gt;&lt;br&gt;I've googled the error and various people have seen it and sent the 
&lt;br&gt;error to mailing lists, but I haven't found an appropriate solution.
&lt;br&gt;&lt;br&gt;BTW, the MinGW tar works in MSYS, but when I try to run in in a cmd 
&lt;br&gt;(DOS) window, I get an error saying:
&lt;br&gt;&lt;br&gt;This application has failed to start because msys-1.0.dll was not found. 
&lt;br&gt;Re-installing the application may fix this problem.
&lt;br&gt;&lt;br&gt;Another dependency on environment, this time msys.
&lt;br&gt;&lt;br&gt;Is there a switch for &amp;quot;configure&amp;quot; that removes that dependency or points 
&lt;br&gt;to a different set of libraries to use? I have set LDFLAGS=-static to 
&lt;br&gt;build a static executable, and am using --disable-nls to exclude 
&lt;br&gt;language support.
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;&lt;br&gt;Mike
&lt;br&gt;&lt;br&gt;Lars Stoltenow wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Dec 02, 2009 at 01:44:52PM -0500, Mike Maki wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I've been looking at how to do this, but haven't found out how to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; make a tar.exe that will run in a dos cmd shell. Do I need to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; compile on a non-cygwin system using non-gnu compiler? The last
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; thing I want to do is use MS VCC. I'm required to update to a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; recent version of tar.exe (we ship 1.12 now and would like to ship
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.21 or better). Thanks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Use MinGW+MSYS: &lt;a href=&quot;http://mingw.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mingw.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Fwd%3A-Re%3A-Re%3A-need-to-build-a-Windows-tar-with-no-cywin1.dll-dependency--tp26634363p26634363.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26634359</id>
	<title>Re: Re: need to build a Windows tar with no cywin1.dll dependency</title>
	<published>2009-12-03T08:49:19Z</published>
	<updated>2009-12-03T08:49:19Z</updated>
	<author>
		<name>Mike Maki</name>
	</author>
	<content type="html">Thanks Lars and others who suggested MinGW, MSYS. I have that &amp;nbsp;set up now.
&lt;br&gt;&lt;br&gt;Where it builds in cygwin but won't run in DOS, the problem now is 
&lt;br&gt;configure succeeds but make fails in MSYS/MinGW.
&lt;br&gt;&lt;br&gt;The log messages at the end of make look like:
&lt;br&gt;depbase=`echo prepargs.o | sed 's|[^/]*$|.deps/&amp;|;s|\.o$||'`;\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. &amp;nbsp; &amp;nbsp; -g -O2 -MT 
&lt;br&gt;prepargs.o -MD -M
&lt;br&gt;P -MF $depbase.Tpo -c -o prepargs.o prepargs.c &amp;&amp;\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mv -f $depbase.Tpo $depbase.Po
&lt;br&gt;depbase=`echo rtapelib.o | sed 's|[^/]*$|.deps/&amp;|;s|\.o$||'`;\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. &amp;nbsp; &amp;nbsp; -g -O2 -MT 
&lt;br&gt;rtapelib.o -MD -M
&lt;br&gt;P -MF $depbase.Tpo -c -o rtapelib.o rtapelib.c &amp;&amp;\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mv -f $depbase.Tpo $depbase.Po
&lt;br&gt;rtapelib.c: In function `do_command':
&lt;br&gt;rtapelib.c:124: error: `SIGPIPE' undeclared (first use in this function)
&lt;br&gt;rtapelib.c:124: error: (Each undeclared identifier is reported only once
&lt;br&gt;rtapelib.c:124: error: for each function it appears in.)
&lt;br&gt;rtapelib.c: In function `rmt_open__':
&lt;br&gt;rtapelib.c:468: warning: implicit declaration of function `pipe'
&lt;br&gt;rtapelib.c:477: warning: implicit declaration of function `fork'
&lt;br&gt;rtapelib.c:500: warning: implicit declaration of function `setuid'
&lt;br&gt;rtapelib.c:500: warning: implicit declaration of function `getuid'
&lt;br&gt;rtapelib.c:500: warning: implicit declaration of function `setgid'
&lt;br&gt;rtapelib.c:500: warning: implicit declaration of function `getgid'
&lt;br&gt;rtapelib.c: In function `rmt_write__':
&lt;br&gt;rtapelib.c:602: error: `SIGPIPE' undeclared (first use in this function)
&lt;br&gt;make[4]: *** [rtapelib.o] Error 1
&lt;br&gt;make[4]: Leaving directory `/home/mike/tar-1.22/lib'
&lt;br&gt;make[3]: *** [all-recursive] Error 1
&lt;br&gt;make[3]: Leaving directory `/home/mike/tar-1.22/lib'
&lt;br&gt;make[2]: *** [all] Error 2
&lt;br&gt;make[2]: Leaving directory `/home/mike/tar-1.22/lib'
&lt;br&gt;make[1]: *** [all-recursive] Error 1
&lt;br&gt;make[1]: Leaving directory `/home/mike/tar-1.22'
&lt;br&gt;make: *** [all] Error 2
&lt;br&gt;&lt;br&gt;&lt;br&gt;I've googled the error and various people have seen it and sent the 
&lt;br&gt;error to mailing lists, but I haven't found an appropriate solution.
&lt;br&gt;&lt;br&gt;BTW, the MinGW tar works in MSYS, but when I try to run in in a cmd 
&lt;br&gt;(DOS) window, I get an error saying:
&lt;br&gt;&lt;br&gt;This application has failed to start because msys-1.0.dll was not found. 
&lt;br&gt;Re-installing the application may fix this problem.
&lt;br&gt;&lt;br&gt;Another dependency on environment, this time msys.
&lt;br&gt;&lt;br&gt;Is there a switch for &amp;quot;configure&amp;quot; that removes that dependency or points 
&lt;br&gt;to a different set of libraries to use? I have set LDFLAGS=-static to 
&lt;br&gt;build a static executable, and am using --disable-nls to exclude 
&lt;br&gt;language support.
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;&lt;br&gt;Mike
&lt;br&gt;&lt;br&gt;Lars Stoltenow wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Dec 02, 2009 at 01:44:52PM -0500, Mike Maki wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I've been looking at how to do this, but haven't found out how to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; make a tar.exe that will run in a dos cmd shell. Do I need to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; compile on a non-cygwin system using non-gnu compiler? The last
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; thing I want to do is use MS VCC. I'm required to update to a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; recent version of tar.exe (we ship 1.12 now and would like to ship
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.21 or better). Thanks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Use MinGW+MSYS: &lt;a href=&quot;http://mingw.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mingw.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/need-to-build-a-Windows-tar-with-no-cywin1.dll-dependency-tp26617465p26634359.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26619520</id>
	<title>Re: Re: need to build a Windows tar with no cywin1.dll dependency</title>
	<published>2009-12-02T14:47:13Z</published>
	<updated>2009-12-02T14:47:13Z</updated>
	<author>
		<name>Lars Stoltenow-3</name>
	</author>
	<content type="html">On Wed, Dec 02, 2009 at 01:44:52PM -0500, Mike Maki wrote:
&lt;br&gt;&amp;gt; &amp;gt;I've been looking at how to do this, but haven't found out how to
&lt;br&gt;&amp;gt; &amp;gt;make a tar.exe that will run in a dos cmd shell. Do I need to
&lt;br&gt;&amp;gt; &amp;gt;compile on a non-cygwin system using non-gnu compiler? The last
&lt;br&gt;&amp;gt; &amp;gt;thing I want to do is use MS VCC. I'm required to update to a
&lt;br&gt;&amp;gt; &amp;gt;recent version of tar.exe (we ship 1.12 now and would like to ship
&lt;br&gt;&amp;gt; &amp;gt;1.21 or better). Thanks,
&lt;br&gt;&lt;br&gt;Use MinGW+MSYS: &lt;a href=&quot;http://mingw.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mingw.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/need-to-build-a-Windows-tar-with-no-cywin1.dll-dependency-tp26617465p26619520.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26618727</id>
	<title>Re: need to build a Windows tar with no cywin1.dll dependency</title>
	<published>2009-12-02T14:36:43Z</published>
	<updated>2009-12-02T14:36:43Z</updated>
	<author>
		<name>Mike Frysinger</name>
	</author>
	<content type="html">On Wednesday 02 December 2009 13:40:33 Mike Maki wrote:
&lt;br&gt;&amp;gt; I've been looking at how to do this, but haven't found out how to make a
&lt;br&gt;&amp;gt; tar.exe that will run in a dos cmd shell. Do I need to compile on a
&lt;br&gt;&amp;gt; non-cygwin system using non-gnu compiler? The last thing I want to do is
&lt;br&gt;&amp;gt; use MS VCC. I'm required to update to a recent version of tar.exe (we
&lt;br&gt;&amp;gt; ship 1.12 now and would like to ship 1.21 or better). Thanks,
&lt;br&gt;&lt;br&gt;use mingw ... in fact, it looks like they already host a pre-compiled gnu tar
&lt;br&gt;-mike
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (853 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26618727/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/need-to-build-a-Windows-tar-with-no-cywin1.dll-dependency-tp26617465p26618727.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26618699</id>
	<title>Re: need to build a Windows tar with no cywin1.dll dependency</title>
	<published>2009-12-02T14:25:08Z</published>
	<updated>2009-12-02T14:25:08Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; I've been looking at how to do this, but haven't found out how to make a 
&lt;br&gt;&amp;nbsp; &amp;nbsp; tar.exe that will run in a dos cmd shell. 
&lt;br&gt;&lt;br&gt;I am not sure what version it is, but if a precompiled executable would
&lt;br&gt;suit, try
&lt;br&gt;mirror.ctan.org/systems/texlive/tlnet/tlpkg/installer/tar.exe. &amp;nbsp;Source
&lt;br&gt;at &lt;a href=&quot;http://tug.org/texlive/devsrc/Master/source/tar-w32.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tug.org/texlive/devsrc/Master/source/tar-w32.zip&lt;/a&gt;&amp;nbsp;(among other
&lt;br&gt;places). 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Do I need to compile on a non-cygwin system using non-gnu compiler?
&lt;br&gt;&lt;br&gt;I believe that executable was indeed made with a Windows compiler :(.
&lt;br&gt;If you need to compile it yourself, the only other option I can think of
&lt;br&gt;is mingw32. &amp;nbsp;I had the impression it had the goal of providing &amp;quot;native&amp;quot;
&lt;br&gt;exe's without such dependencies, although I am far from sure.
&lt;br&gt;&lt;br&gt;Good luck,
&lt;br&gt;Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/need-to-build-a-Windows-tar-with-no-cywin1.dll-dependency-tp26617465p26618699.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26617468</id>
	<title>Re: need to build a Windows tar with no cywin1.dll dependency</title>
	<published>2009-12-02T10:44:52Z</published>
	<updated>2009-12-02T10:44:52Z</updated>
	<author>
		<name>Mike Maki</name>
	</author>
	<content type="html">Mike Maki wrote:
&lt;br&gt;&amp;gt; I've been looking at how to do this, but haven't found out how to make 
&lt;br&gt;&amp;gt; a tar.exe that will run in a dos cmd shell. Do I need to compile on a 
&lt;br&gt;&amp;gt; non-cygwin system using non-gnu compiler? The last thing I want to do 
&lt;br&gt;&amp;gt; is use MS VCC. I'm required to update to a recent version of tar.exe 
&lt;br&gt;&amp;gt; (we ship 1.12 now and would like to ship 1.21 or better). Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Mike
&lt;br&gt;&amp;gt;
&lt;br&gt;Oh, I forgot it needs to be static and as small as possible. Mike
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/need-to-build-a-Windows-tar-with-no-cywin1.dll-dependency-tp26617465p26617468.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26617465</id>
	<title>need to build a Windows tar with no cywin1.dll dependency</title>
	<published>2009-12-02T10:40:33Z</published>
	<updated>2009-12-02T10:40:33Z</updated>
	<author>
		<name>Mike Maki</name>
	</author>
	<content type="html">I've been looking at how to do this, but haven't found out how to make a 
&lt;br&gt;tar.exe that will run in a dos cmd shell. Do I need to compile on a 
&lt;br&gt;non-cygwin system using non-gnu compiler? The last thing I want to do is 
&lt;br&gt;use MS VCC. I'm required to update to a recent version of tar.exe (we 
&lt;br&gt;ship 1.12 now and would like to ship 1.21 or better). Thanks,
&lt;br&gt;&lt;br&gt;Mike
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/need-to-build-a-Windows-tar-with-no-cywin1.dll-dependency-tp26617465p26617465.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26539222</id>
	<title>RE: Inquiry on GNU Tar</title>
	<published>2009-11-27T00:27:12Z</published>
	<updated>2009-11-27T00:27:12Z</updated>
	<author>
		<name>Nick Lewis-4</name>
	</author>
	<content type="html">&amp;gt; Please let me know whether the backup utility GNU Tar supports the
&lt;br&gt;following requirements.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; File Backup and Restore
&lt;br&gt;&amp;gt; Backup to CD/DVD, Local hard disk, network share, Tape drive
&lt;br&gt;&amp;gt; Full Backup supported (Rewrite the old data)
&lt;br&gt;&amp;gt; File size supported
&lt;br&gt;&amp;gt; File Compression technology
&lt;br&gt;&amp;gt; Manual and Scheduled backup
&lt;br&gt;&amp;gt; Command line utility
&lt;br&gt;&lt;br&gt;Yes
&lt;br&gt;&lt;br&gt;&amp;gt; Tool usability and manageability
&lt;br&gt;&amp;gt; Detailed logs
&lt;br&gt;&amp;gt; Support on Windows Server 2008 with tape drives. (Also please let me
&lt;br&gt;know the Supported Operating systems)
&lt;br&gt;&lt;br&gt;(I am not sure that tar is the tool for you)
&lt;br&gt;&lt;br&gt;_____________________________________________________________________
&lt;br&gt;This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Control Centre.
&lt;br&gt;_____________________________________________________________________
&lt;br&gt;Disclaimer of Liability
&lt;br&gt;ATL Telecom Ltd shall not be held liable for any improper or incorrect use of the &amp;nbsp;information described and/or contained herein and assumes no responsibility for anyones use &amp;nbsp;of the information. In no event shall ATL Telecom Ltd be liable for any direct, indirect, &amp;nbsp;incidental, special, exemplary, or consequential damages (including, but not limited to, &amp;nbsp;procurement or substitute goods or services; loss of use, data, or profits; or business &amp;nbsp;interruption) however caused and on any theory of liability, whether in contract, strict &amp;nbsp;liability, or tort (including negligence or otherwise) arising in any way out of the use of &amp;nbsp;this system, even if advised of the possibility of such damage.
&lt;br&gt;&lt;br&gt;Registered Office: ATL Telecom Ltd, Fountain Lane, St. Mellons Cardiff, CF3 0FB
&lt;br&gt;Registered in Wales Number 4335781
&lt;br&gt;&lt;br&gt;All goods and services supplied by ATL Telecom Ltd are supplied subject to ATL Telecom Ltd standard terms and conditions, available upon request.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Help-f1808.html&quot; embed=&quot;fixTarget[1808]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RE%3A-Inquiry-on-GNU-Tar-tp26539222p26539222.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538757</id>
	<title>Inquiry on GNU Tar</title>
	<published>2009-11-25T21:22:12Z</published>
	<updated>2009-11-25T21:22:12Z</updated>
	<author>
		<name>Shain, DL IN BLR SISL</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Please let me know whether the backup
utility GNU Tar supports the following requirements.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;File Backup and Restore&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Backup to CD/DVD, Local
hard disk, network share, Tape drive&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Full Backup supported
(Rewrite the old data)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;File size supported&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;File Compression
technology&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Manual and Scheduled
backup&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Command line utility&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Tool usability and
manageability&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Detailed logs&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Support on Windows Server
2008 with tape drives. (Also please let me know the Supported Operating
systems)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Shain&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Help-f1808.html&quot; embed=&quot;fixTarget[1808]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Inquiry-on-GNU-Tar-tp26538757p26538757.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538754</id>
	<title>Inquiry on GNU Tar</title>
	<published>2009-11-25T21:15:12Z</published>
	<updated>2009-11-25T21:15:12Z</updated>
	<author>
		<name>Shain, DL IN BLR SISL</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Please let me know whether the backup
utility GNU Tar supports the following requirements.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;File Backup and Restore&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Backup to CD/DVD, Local
hard disk, network share, Tape drive&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Full Backup supported
(Rewrite the old data)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;File size supported&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;File Compression technology&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Manual and Scheduled
backup&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Command line utility&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Tool usability and
manageability&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Detailed logs&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Support on Windows Server
2008 with tape drives. (Also please let me know the Supported Operating
systems)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Shain&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Help-f1808.html&quot; embed=&quot;fixTarget[1808]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Inquiry-on-GNU-Tar-tp26538754p26538754.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538756</id>
	<title>Inquiry on GNU Tar</title>
	<published>2009-11-25T21:07:56Z</published>
	<updated>2009-11-25T21:07:56Z</updated>
	<author>
		<name>Shain, DL IN BLR SISL</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Please let me know whether the backup
utility GNU Tar supports the following requirements.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;File Backup and Restore&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Backup to CD/DVD, Local
hard disk, network share, Tape drive&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Full Backup supported
(Rewrite the old data)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;File size supported&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;File Compression
technology&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Manual and Scheduled
backup&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Command line utility&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Tool usability and
manageability&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Detailed logs&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-indent:.5in'&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:blue'&gt;Support on Windows Server
2008 with tape drives. (Also please let me know the Supported Operating
systems)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Shain&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Help-f1808.html&quot; embed=&quot;fixTarget[1808]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Inquiry-on-GNU-Tar-tp26538756p26538756.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538753</id>
	<title>Inquiry on GNU Tar</title>
	<published>2009-11-25T20:44:29Z</published>
	<updated>2009-11-25T20:44:29Z</updated>
	<author>
		<name>Shain, DL IN BLR SISL</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;Please let me
know whether the backup utility GNU Tar supports the following requirements.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;File Backup and
Restore&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;Backup to CD/DVD,
Local hard disk, network share, Tape drive&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;Full Backup
supported (Rewrite the old data)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;File size supported&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;File Compression
technology&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;Manual and
Scheduled backup&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;Command line
utility&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;Tool usability
and manageability&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;Detailed logs&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;Support on
Windows Server 2008 with tape drives. (Also please let me know the Supported
Operating systems)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue'&gt;Shain&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Help-f1808.html&quot; embed=&quot;fixTarget[1808]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Inquiry-on-GNU-Tar-tp26538753p26538753.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538749</id>
	<title>Inquiry on GNU Tar</title>
	<published>2009-11-25T20:39:36Z</published>
	<updated>2009-11-25T20:39:36Z</updated>
	<author>
		<name>Shain, DL IN BLR SISL</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;Please let me know whether the backup utility GNU Tar supports the following
requirements.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;File Backup and Restore&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;Backup to CD/DVD, Local hard disk, network share, Tape drive&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;Full Backup supported (Rewrite the old data)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;File size supported&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;File Compression technology&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;Manual and Scheduled backup&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;Command line utility&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;Tool usability and manageability&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;Detailed logs&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;Support on Windows Server 2008 with tape drives. (Also please let
me know the Supported Operating systems)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 color=blue face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue'&gt;Shain&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Help-f1808.html&quot; embed=&quot;fixTarget[1808]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Inquiry-on-GNU-Tar-tp26538749p26538749.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520197</id>
	<title>Re: Removing folders from a tar</title>
	<published>2009-11-25T12:36:00Z</published>
	<updated>2009-11-25T12:36:00Z</updated>
	<author>
		<name>ERSEK Laszlo-2</name>
	</author>
	<content type="html">On Mon, 23 Nov 2009, Jessie Grenfell wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm creating a tar file (with a VBA script, but that shouldn't matter). The
&lt;br&gt;&amp;gt; command used to generate the file is below. The problem is, the tar file
&lt;br&gt;&amp;gt; includes the full path of the files that were included in the file. I need
&lt;br&gt;&amp;gt; to either create it or modify it afterwards so the resulting tar file
&lt;br&gt;&amp;gt; includes just the files in the last folder (8314048612111209). I realize
&lt;br&gt;&amp;gt; this is probably simple, but my attempts to add in the strip-components
&lt;br&gt;&amp;gt; option have resulted in syntax errors. Can anyone help with the correct
&lt;br&gt;&amp;gt; command for this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; C:\Progra~1\GnuWin32\bin\bsdtar -cf
&lt;br&gt;&amp;gt; L:\HRA-LIDS\BatchFiles\2009-11-12\8314048612111209.tar
&lt;br&gt;&amp;gt; L:\HRA-LIDS\BatchFiles\2009-11-12\8314048612111209
&lt;/div&gt;&lt;br&gt;chdir to L:\HRA-LIDS\BatchFiles\2009-11-12 first, then
&lt;br&gt;&lt;br&gt;tar -c -f 8314048612111209.tar 8314048612111209
&lt;br&gt;&lt;br&gt;With GNU tar, you may want to try the -C option as well.
&lt;br&gt;&lt;br&gt;lacos
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Help-f1808.html&quot; embed=&quot;fixTarget[1808]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Removing-folders-from-a-tar-tp26484711p26520197.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513710</id>
	<title>Re: [Fwd: Bug#556114: patch]</title>
	<published>2009-11-25T06:35:04Z</published>
	<updated>2009-11-25T06:35:04Z</updated>
	<author>
		<name>Eric Blake</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;According to Bdale Garbee on 11/25/2009 7:22 AM:
&lt;br&gt;&amp;gt; Issues not solved by this patch:
&lt;br&gt;&amp;gt; - For filesystems with a better time resolution than 1 second, more
&lt;br&gt;&amp;gt; &amp;nbsp; files may be included in incremental backups than strictly necessary,
&lt;br&gt;&amp;gt; &amp;nbsp; but never more than 1 second worth. IMHO this is preferable to the
&lt;br&gt;&amp;gt; &amp;nbsp; alternative of some files not being included on filesystems with a
&lt;br&gt;&amp;gt; &amp;nbsp; larger time resolution. Especially since this is not limited to the
&lt;br&gt;&amp;gt; &amp;nbsp; snapshot case, but can (will) also happen during regular dumps - see
&lt;br&gt;&amp;gt; &amp;nbsp; above.
&lt;br&gt;&lt;br&gt;The gnulib module utimecmp helps deal with this. &amp;nbsp;However, gnulib has also
&lt;br&gt;empirically determined that you need a window of at least 20 milliseconds,
&lt;br&gt;even with utimensat and filesystems that support full nanosecond
&lt;br&gt;resolution, since many OSs quantize timestamps to something like a 10
&lt;br&gt;millisecond boundary even though you can access the additional resolution.
&lt;br&gt;&amp;nbsp;But 20 milliseconds is indeed smaller than 1 second, when there is enough
&lt;br&gt;support.
&lt;br&gt;&lt;br&gt;&amp;gt; - For filesystems with a worse time resolution than 1 second, files
&lt;br&gt;&amp;gt; &amp;nbsp; may still be left out of an incremental backup. In that case, the
&lt;br&gt;&amp;gt; &amp;nbsp; behavior is no worse than it is now.
&lt;br&gt;&lt;br&gt;The only file system in this category is FAT, and its resolution is 2
&lt;br&gt;seconds. &amp;nbsp;But FAT has other problems, such as lack of permissions.
&lt;br&gt;&lt;br&gt;- --
&lt;br&gt;Don't work too hard, make some time for fun as well!
&lt;br&gt;&lt;br&gt;Eric Blake &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513710&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ebb9@...&lt;/a&gt;
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (Cygwin)
&lt;br&gt;Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAksNQJgACgkQ84KuGfSFAYAKugCdEhUYjOuZs53Re04qesi9N0dU
&lt;br&gt;WmsAoJ2MXqNSTRfJaNLDoHryIqL1eAey
&lt;br&gt;=XxHM
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Fwd%3A-Bug-556114%3A-patch--tp26513569p26513710.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513569</id>
	<title>[Fwd: Bug#556114: patch]</title>
	<published>2009-11-25T06:22:06Z</published>
	<updated>2009-11-25T06:22:06Z</updated>
	<author>
		<name>Bdale Garbee</name>
	</author>
	<content type="html">Sergey,
&lt;br&gt;&lt;br&gt;Forwarding this note from Rogier with a proposed patch for the
&lt;br&gt;incremental timing issue. &amp;nbsp;He apparently sent it as a reply to the
&lt;br&gt;Debian bug tracking system without copying you, which I suspect means
&lt;br&gt;you would never see it. &amp;nbsp;My apologies if this is a duplicate in your
&lt;br&gt;inbox.
&lt;br&gt;&lt;br&gt;Bdale
&lt;br&gt;&lt;br /&gt;Hi,
&lt;br&gt;&lt;br&gt;I have created the following small patch, which, solves the problem as
&lt;br&gt;much as possible without a major rework.
&lt;br&gt;&lt;br&gt;Basically, instead of recording the start time of the backup in the
&lt;br&gt;incremental file list, it computes a time based on the most recent
&lt;br&gt;modification time of all files that are in the archive, and that were
&lt;br&gt;modified *before* the backup started. The computation consists of
&lt;br&gt;adding one second, and then trunctating the fractional part, unless
&lt;br&gt;that would make the time larger than the start time of the backup, in
&lt;br&gt;which case it is left unchanged. Effectively, if the filesystem is not
&lt;br&gt;being modified, the recorded timestamp now deterministically depends on
&lt;br&gt;the actual state of the filesystem instead of on the arbitrary time tar
&lt;br&gt;happens to be invoked.
&lt;br&gt;&lt;br&gt;The result is that the next level incremental backup will contain all
&lt;br&gt;files modified since the youngest file that was in the backup, if that
&lt;br&gt;file was modified at least 1 second before the dump started. Files that
&lt;br&gt;were modified since: very shortly before, during or after the backup,
&lt;br&gt;will always be included in the next incremental backup.
&lt;br&gt;&lt;br&gt;This patch also takes care of another problem: If the filesystem has a
&lt;br&gt;1-second resolution for its times, and if a backup starts at time T.100
&lt;br&gt;(T seconds + 100 milliseconds), and finishes at time T.300, and if
&lt;br&gt;directly thereafter, at T.400, a file is modified, its modification
&lt;br&gt;time will be stored (with 1-second resolution) as T.000. I.e. it will
&lt;br&gt;have a modification time earlier than the time of the backup (which tar
&lt;br&gt;stores as T.100). Therefore, that file will not be included in the next
&lt;br&gt;incremental backup.
&lt;br&gt;&lt;br&gt;Similarly, with the same 1-second resolution, if tar starts at T.100,
&lt;br&gt;if it stores a file at T.200, and if at T.300, i.e. after it was dumped,
&lt;br&gt;but before tar terminates (which may be at T+1000), that file is
&lt;br&gt;modified, then the filesystem will record a modification time of T.000,
&lt;br&gt;and again, the next level incremental backup will not include the file.
&lt;br&gt;&lt;br&gt;The patch was made against tar 1.20, and it passes all tests. One of the
&lt;br&gt;test cases required a small fix. The patch also applies to tar 1.22,
&lt;br&gt;passing all tests as well.
&lt;br&gt;&lt;br&gt;Issues not solved by this patch:
&lt;br&gt;- For filesystems with a better time resolution than 1 second, more
&lt;br&gt;&amp;nbsp; files may be included in incremental backups than strictly necessary,
&lt;br&gt;&amp;nbsp; but never more than 1 second worth. IMHO this is preferable to the
&lt;br&gt;&amp;nbsp; alternative of some files not being included on filesystems with a
&lt;br&gt;&amp;nbsp; larger time resolution. Especially since this is not limited to the
&lt;br&gt;&amp;nbsp; snapshot case, but can (will) also happen during regular dumps - see
&lt;br&gt;&amp;nbsp; above.
&lt;br&gt;- For filesystems with a worse time resolution than 1 second, files
&lt;br&gt;&amp;nbsp; may still be left out of an incremental backup. In that case, the
&lt;br&gt;&amp;nbsp; behavior is no worse than it is now.
&lt;br&gt;&lt;br&gt;Use it as you see fit. Comments etc. are welcome.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Rogier
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;diff -Naur tar-1.20/src/buffer.c tar-1.20-rjg1/src/buffer.c
&lt;br&gt;--- tar-1.20/src/buffer.c	2008-02-04 11:36:51.000000000 +0100
&lt;br&gt;+++ tar-1.20-rjg1/src/buffer.c	2009-11-25 11:24:10.000000000 +0100
&lt;br&gt;@@ -175,6 +175,29 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp;gettime (&amp;start_time);
&lt;br&gt;&amp;nbsp; &amp;nbsp;volume_start_time = start_time;
&lt;br&gt;&amp;nbsp; &amp;nbsp;last_stat_time = start_time;
&lt;br&gt;+ &amp;nbsp;deterministic_start_time.tv_sec = TYPE_MINIMUM (time_t);
&lt;br&gt;+ &amp;nbsp;deterministic_start_time.tv_nsec = 0;
&lt;br&gt;+}
&lt;br&gt;+
&lt;br&gt;+void
&lt;br&gt;+update_deterministic_start_time (struct timespec t)
&lt;br&gt;+{
&lt;br&gt;+ &amp;nbsp;/* The deterministic start time is a timestamp that can be
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; deterministically computed from the 'input' (i.e. filesystem
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; status).
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; Theoretically, the dump could have been started at any time
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; between the last change to the filesystem before the actual
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; start, and the first change after the actual start.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; The deterministic time will be that of the last change
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; before the start of the dump.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; Using this value instead of the actual start time makes
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; the file list of a listed-incremental backup deterministic 
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; as well
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; */
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;if (timespec_cmp (t,deterministic_start_time) &amp;gt; 0
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;&amp; timespec_cmp (t,start_time) &amp;lt; 0)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;deterministic_start_time = t;
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;void
&lt;br&gt;diff -Naur tar-1.20/src/common.h tar-1.20-rjg1/src/common.h
&lt;br&gt;--- tar-1.20/src/common.h	2008-04-14 14:03:12.000000000 +0200
&lt;br&gt;+++ tar-1.20-rjg1/src/common.h	2009-11-25 11:24:10.000000000 +0100
&lt;br&gt;@@ -304,6 +304,9 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;/* Timestamps: */
&lt;br&gt;&amp;nbsp;GLOBAL struct timespec start_time; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* when we started execution */
&lt;br&gt;+GLOBAL struct timespec deterministic_start_time; &amp;nbsp;/* alternative start-time,
&lt;br&gt;+					 &amp;nbsp; &amp;nbsp; deterministically computed from
&lt;br&gt;+					 &amp;nbsp; &amp;nbsp; contents of filesystem */
&lt;br&gt;&amp;nbsp;GLOBAL struct timespec volume_start_time; /* when the current volume was
&lt;br&gt;&amp;nbsp;					 &amp;nbsp; &amp;nbsp; opened*/
&lt;br&gt;&amp;nbsp;GLOBAL struct timespec last_stat_time; &amp;nbsp; &amp;nbsp;/* when the statistics was last
&lt;br&gt;@@ -406,6 +409,7 @@
&lt;br&gt;&amp;nbsp;void archive_read_error (void);
&lt;br&gt;&amp;nbsp;off_t seek_archive (off_t size);
&lt;br&gt;&amp;nbsp;void set_start_time (void);
&lt;br&gt;+void update_deterministic_start_time (struct timespec t);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;void mv_begin (struct tar_stat_info *st);
&lt;br&gt;&amp;nbsp;void mv_end (void);
&lt;br&gt;diff -Naur tar-1.20/src/create.c tar-1.20-rjg1/src/create.c
&lt;br&gt;--- tar-1.20/src/create.c	2009-11-25 07:45:14.000000000 +0100
&lt;br&gt;+++ tar-1.20-rjg1/src/create.c	2009-11-25 11:24:10.000000000 +0100
&lt;br&gt;@@ -1553,6 +1553,13 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp;if (!is_dir &amp;&amp; dump_hard_link (st))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;return;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+ &amp;nbsp;/* File will be dumped (albeit with some exceptions) - record time */
&lt;br&gt;+ &amp;nbsp;if (listed_incremental_option)
&lt;br&gt;+ &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;update_deterministic_start_time(st-&amp;gt;mtime);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;update_deterministic_start_time(st-&amp;gt;ctime);
&lt;br&gt;+ &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp;if (is_dir || S_ISREG (st-&amp;gt;stat.st_mode) || S_ISCTG (st-&amp;gt;stat.st_mode))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bool ok;
&lt;br&gt;diff -Naur tar-1.20/src/incremen.c tar-1.20-rjg1/src/incremen.c
&lt;br&gt;--- tar-1.20/src/incremen.c	2008-04-14 14:03:13.000000000 +0200
&lt;br&gt;+++ tar-1.20-rjg1/src/incremen.c	2009-11-25 11:24:10.000000000 +0100
&lt;br&gt;@@ -19,6 +19,7 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;#include &amp;lt;system.h&amp;gt;
&lt;br&gt;&amp;nbsp;#include &amp;lt;hash.h&amp;gt;
&lt;br&gt;+#include &amp;lt;time.h&amp;gt;
&lt;br&gt;&amp;nbsp;#include &amp;lt;quotearg.h&amp;gt;
&lt;br&gt;&amp;nbsp;#include &amp;quot;common.h&amp;quot;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;@@ -1285,11 +1286,37 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp;fprintf (fp, &amp;quot;%s-%s-%d\n&amp;quot;, PACKAGE_NAME, PACKAGE_VERSION,
&lt;br&gt;&amp;nbsp;	 &amp;nbsp; TAR_INCREMENTAL_VERSION);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+ &amp;nbsp;/* A level n+1 dump will include files modified after or *at* the time
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; recorded in the directory file. Therefore, record a timestamp that
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; is higher than the time of the newest file in the archive, but less
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; than the start time of the dump.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; In order to make the time deterministic, it should be incremented
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; with as little as possible, preferably with the filesystem's time
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; resolution, which might be 1 msec, 1 usec, 1 sec, or 2 sec ! Also,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; before comparison, the start time of the dump should be rounded down
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; to match the filesystem's resolution.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; That would add significant complexity. It may even be (probably is)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; impossible to reliably determine the resolution.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; So, this code just assumes the resolution is 1 second, and increments
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; the recorded time to the next full second, if that remains less than
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; the start time in seconds.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; Note that this will break if the filesystem's resolution is larger
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; than 1 second, the result being that modified files may be left out of
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; a level n+1 incremental dump.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; The more reliable solution would be to record more metadata for every
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; file, but that is a nontrivial change.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; */
&lt;br&gt;+ &amp;nbsp;if (deterministic_start_time.tv_sec &amp;lt; start_time.tv_sec)
&lt;br&gt;+ &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;deterministic_start_time.tv_sec += 1;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;deterministic_start_time.tv_nsec = 0;
&lt;br&gt;+ &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp;s = (TYPE_SIGNED (time_t)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; ? imaxtostr (start_time.tv_sec, buf)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; : umaxtostr (start_time.tv_sec, buf));
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; ? imaxtostr (deterministic_start_time.tv_sec, buf)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; : umaxtostr (deterministic_start_time.tv_sec, buf));
&lt;br&gt;&amp;nbsp; &amp;nbsp;fwrite (s, strlen (s) + 1, 1, fp);
&lt;br&gt;- &amp;nbsp;s = umaxtostr (start_time.tv_nsec, buf);
&lt;br&gt;+ &amp;nbsp;s = umaxtostr (deterministic_start_time.tv_nsec, buf);
&lt;br&gt;&amp;nbsp; &amp;nbsp;fwrite (s, strlen (s) + 1, 1, fp);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;if (! ferror (fp) &amp;&amp; directory_table)
&lt;br&gt;diff -Naur tar-1.20/tests/rename01.at tar-1.20-rjg1/tests/rename01.at
&lt;br&gt;--- tar-1.20/tests/rename01.at	2007-06-27 15:30:32.000000000 +0200
&lt;br&gt;+++ tar-1.20-rjg1/tests/rename01.at	2009-11-25 11:24:34.000000000 +0100
&lt;br&gt;@@ -32,6 +32,7 @@
&lt;br&gt;&amp;nbsp;genfile --file foo/file2
&lt;br&gt;&amp;nbsp;mkdir foo/bar
&lt;br&gt;&amp;nbsp;genfile --file foo/bar/file
&lt;br&gt;+sleep 1
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;echo &amp;quot;Creating base archive&amp;quot;
&lt;br&gt;&amp;nbsp;tar -g incr -cf arch.1 -v foo
&lt;br&gt;-------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Fwd%3A-Bug-556114%3A-patch--tp26513569p26513569.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26484711</id>
	<title>Removing folders from a tar</title>
	<published>2009-11-23T11:53:00Z</published>
	<updated>2009-11-23T11:53:00Z</updated>
	<author>
		<name>Jessie Grenfell</name>
	</author>
	<content type="html">I'm creating a tar file (with a VBA script, but that shouldn't matter). The command used to generate the file is below. The problem is, the tar file includes the full path of the files that were included in the file. I need to either create it or modify it afterwards so the resulting tar file includes just the files in the last folder (8314048612111209). I realize this is probably simple, but my attempts to add in the strip-components option have resulted in syntax errors. Can anyone help with the correct command for this?
&lt;br&gt;&lt;br&gt;C:\Progra~1\GnuWin32\bin\bsdtar -cf L:\HRA-LIDS\BatchFiles\2009-11-12\8314048612111209.tar L:\HRA-LIDS\BatchFiles\2009-11-12\8314048612111209&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Help-f1808.html&quot; embed=&quot;fixTarget[1808]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Removing-folders-from-a-tar-tp26484711p26484711.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26457423</id>
	<title>gpg-zip --clear doesn't work (as expected)</title>
	<published>2009-11-21T06:43:53Z</published>
	<updated>2009-11-21T06:43:53Z</updated>
	<author>
		<name>Uwe Zybell</name>
	</author>
	<content type="html">In the manpage of gpg --clearsign is descripted as making a signed file, that
&lt;br&gt;is even useful when gpg is not installed. So I understand gpg-zip --clear
&lt;br&gt;as (should) making a tar file that is even unpackable when gpg is not
&lt;br&gt;installed. But that is not so.
&lt;br&gt;I have included in this mail such a file, that I made by hand. As testdata
&lt;br&gt;it contains the (gzipped) key that was used to sign it. But I had to
&lt;br&gt;overcome some peculiarities, that I would call bugs. First I had to use
&lt;br&gt;MD5 as hash, because otherwise the header was too long to fit into the
&lt;br&gt;fileformat of tar. To do that I had to construct a special key. Even with
&lt;br&gt;MD5 tar steadfastly refused to write such a file although tar can read it.
&lt;br&gt;Your commercial is simply too long.
&lt;br&gt;To extract the example from this mail, you can use the command
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; sed '/#[^.]*!/,/#[^.]*!/w'/tmp/somefile
&lt;br&gt;&lt;br&gt;I have used a poor-man's ascii-armor to distinguish from the gpg-armor.
&lt;br&gt;It can be unpacked with the command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;sed -f /tmp/somefile /tmp/somefile|sort|sh&amp;gt;signed.tar
&lt;br&gt;That file signed.tar is an example for what I wanted to get from
&lt;br&gt;gpg-zip --clear
&lt;br&gt;&lt;br&gt;#!/bin/sed -f
&lt;br&gt;#c0000000\055\055\055\055\055\102\105\107\111\116\040\120\107\120\040\123
&lt;br&gt;#c0000020\111\107\116\105\104\040\115\105\123\123\101\107\105\055\055\055
&lt;br&gt;#c0000040\055\055\012\110\141\163\150\072\040\115\104\065\012\116\157\164
&lt;br&gt;#c0000060\104\141\163\150\105\163\143\141\160\145\144\072\040\131\157\165
&lt;br&gt;#c0000100\040\156\145\145\144\040\107\156\165\120\107\040\164\157\040\166
&lt;br&gt;#c0000120\145\162\151\146\171\040\164\150\151\163\040\155\145\163\163\141
&lt;br&gt;#c0000140\147\145\012\012\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000160\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000200\000\000\000\000\000\000\000\000\061\061\062\067\066\066\063\061
&lt;br&gt;#c0000220\060\067\065\000\060\062\060\066\066\065\000\040\126\000\000\000
&lt;br&gt;#c0000240\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000260\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000300\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000320\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000340\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000360\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000400\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000420\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000440\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000460\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000500\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000520\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000540\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000560\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000600\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000620\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000640\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000660\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000700\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000720\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000740\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0000760\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001000\164\145\163\164\153\145\171\056\147\172\000\000\000\000\000\000
&lt;br&gt;#c0001020\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001040\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001060\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001100\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001120\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001140\000\000\000\000\060\060\060\060\066\064\064\000\060\060\060\061
&lt;br&gt;#c0001160\067\065\060\000\060\060\060\061\067\065\060\000\060\060\060\060
&lt;br&gt;#c0001200\060\060\060\063\062\064\066\000\061\061\062\067\066\066\062\062
&lt;br&gt;#c0001220\062\060\066\000\060\061\061\066\063\067\000\040\060\000\000\000
&lt;br&gt;#c0001240\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001260\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001300\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001320\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001340\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001360\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001400\000\165\163\164\141\162\040\040\000\165\163\145\162\000\000\000
&lt;br&gt;#c0001420\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001440\000\000\000\000\000\000\000\000\000\165\163\145\162\000\000\000
&lt;br&gt;#c0001460\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001500\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001520\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001540\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001560\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001600\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001620\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001640\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001660\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001700\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001720\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001740\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0001760\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0002000\037\213\010\010\206\044\373\112\000\003\164\145\163\164\153\145
&lt;br&gt;#c0002020\171\000\175\226\267\016\363\112\222\106\163\076\305\037\356\202
&lt;br&gt;#c0002040\270\103\043\211\042\027\330\240\105\357\105\157\062\172\357\075
&lt;br&gt;#c0002060\237\176\164\147\242\111\246\303\056\024\120\175\360\235\106\375
&lt;br&gt;#c0002100\365\327\357\174\130\136\324\376\174\371\357\237\257\363\121\104
&lt;br&gt;#c0002120\372\217\314\006\177\076\212\116\313\177\127\377\202\334\154\136
&lt;br&gt;#c0002140\252\241\377\277\077\174\277\175\371\077\073\366\217\347\077\210
&lt;br&gt;#c0002160\077\377\303\153\016\242\124\375\166\376\057\004\165\006\137\175
&lt;br&gt;#c0002200\330\231\240\206\306\374\000\106\327\102\257\300\361\341\233\334
&lt;br&gt;#c0002220\230\075\156\113\000\043\202\061\357\021\035\217\315\153\077\366
&lt;br&gt;#c0002240\240\070\206\323\145\321\066\113\013\146\215\037\002\044\221\247
&lt;br&gt;#c0002260\216\066\001\102\165\174\310\127\050\307\110\206\247\206\242\143
&lt;br&gt;#c0002300\315\213\246\034\345\340\367\143\357\044\257\162\232\111\005\134
&lt;br&gt;#c0002320\063\102\042\256\001\076\002\250\237\127\344\247\330\001\175\151
&lt;br&gt;#c0002340\313\113\132\052\002\065\031\171\223\021\066\123\102\062\265\147
&lt;br&gt;#c0002360\346\217\276\051\117\156\041\005\374\327\217\141\264\362\262\034
&lt;br&gt;#c0002400\000\016\330\252\270\006\027\160\341\240\213\013\337\167\310\313
&lt;br&gt;#c0002420\365\147\113\351\174\252\177\032\251\376\314\021\256\205\316\113
&lt;br&gt;#c0002440\145\201\334\067\104\251\042\310\304\312\351\065\125\307\311\271
&lt;br&gt;#c0002460\131\230\156\373\145\346\325\202\210\202\334\047\310\074\155\120
&lt;br&gt;#c0002500\066\105\266\353\314\217\013\240\155\105\226\166\377\164\261\212
&lt;br&gt;#c0002520\113\146\272\143\203\372\361\115\345\330\233\371\225\307\160\230
&lt;br&gt;#c0002540\200\173\001\061\324\307\107\242\257\012\041\370\120\322\342\367
&lt;br&gt;#c0002560\010\311\274\047\174\375\376\305\050\232\074\357\142\264\032\371
&lt;br&gt;#c0002600\134\275\324\321\333\273\310\303\220\273\011\272\041\207\255\107
&lt;br&gt;#c0002620\300\066\051\361\246\064\162\025\017\203\112\345\040\264\062\232
&lt;br&gt;#c0002640\243\155\110\230\031\005\040\150\144\362\116\374\025\045\212\170
&lt;br&gt;#c0002660\156\237\122\234\062\112\274\351\221\256\343\142\365\165\105\074
&lt;br&gt;#c0002700\207\101\375\204\276\315\162\207\012\047\162\207\237\113\066\162
&lt;br&gt;#c0002720\005\107\004\220\046\333\362\035\027\263\230\024\132\351\155\241
&lt;br&gt;#c0002740\277\334\242\261\161\001\157\226\004\363\346\355\202\124\373\144
&lt;br&gt;#c0002760\367\031\142\146\012\107\306\030\123\357\167\234\024\001\347\322
&lt;br&gt;#c0003000\150\246\336\054\224\134\034\136\251\347\012\307\013\201\166\370
&lt;br&gt;#c0003020\355\023\143\335\170\345\333\163\117\122\156\344\360\255\064\324
&lt;br&gt;#c0003040\167\010\172\241\351\062\375\220\130\103\061\352\224\167\357\224
&lt;br&gt;#c0003060\137\333\314\002\044\224\372\132\233\064\237\045\306\265\062\346
&lt;br&gt;#c0003100\313\075\171\030\133\314\123\165\340\035\133\202\267\150\150\023
&lt;br&gt;#c0003120\142\140\030\066\153\210\100\064\304\030\034\142\006\014\321\057
&lt;br&gt;#c0003140\200\103\133\373\302\101\134\021\050\264\121\010\277\002\307\031
&lt;br&gt;#c0003160\054\115\003\225\345\012\221\001\006\220\151\023\040\137\201\142
&lt;br&gt;#c0003200\344\062\051\074\253\357\176\067\145\026\120\042\332\205\006\351
&lt;br&gt;#c0003220\357\145\135\355\031\264\332\321\040\211\364\061\025\164\061\001
&lt;br&gt;#c0003240\230\106\216\000\135\020\007\247\274\051\244\022\162\232\264\346
&lt;br&gt;#c0003260\205\076\370\027\050\120\326\332\147\174\056\201\010\164\336\127
&lt;br&gt;#c0003300\305\345\160\343\323\207\176\303\034\107\305\252\230\264\057\037
&lt;br&gt;#c0003320\240\235\312\320\026\364\005\157\313\372\044\215\240\244\224\160
&lt;br&gt;#c0003340\310\255\362\171\342\021\136\034\144\056\154\062\070\203\061\344
&lt;br&gt;#c0003360\134\056\156\062\247\036\041\351\224\157\230\110\004\066\013\373
&lt;br&gt;#c0003400\225\142\242\326\032\217\270\242\131\366\140\232\230\343\034\357
&lt;br&gt;#c0003420\106\275\274\115\101\265\273\134\146\304\332\017\214\220\344\325
&lt;br&gt;#c0003440\067\014\236\202\114\113\041\164\325\156\103\065\072\233\221\306
&lt;br&gt;#c0003460\166\140\373\164\051\162\166\270\145\336\277\276\035\257\034\130
&lt;br&gt;#c0003500\102\001\053\070\100\321\225\260\271\045\053\354\317\051\076\256
&lt;br&gt;#c0003520\123\147\036\054\151\325\326\011\025\072\207\353\263\135\362\253
&lt;br&gt;#c0003540\277\035\323\355\230\163\161\244\275\133\004\327\003\124\204\103
&lt;br&gt;#c0003560\014\343\352\337\227\122\241\124\070\225\330\024\231\332\263\145
&lt;br&gt;#c0003600\066\171\213\174\007\056\177\300\041\307\361\231\112\266\103\015
&lt;br&gt;#c0003620\111\064\040\262\224\143\360\314\216\211\024\252\227\276\007\177
&lt;br&gt;#c0003640\107\076\221\220\020\146\047\334\272\066\300\030\270\204\226\375
&lt;br&gt;#c0003660\273\052\267\230\316\027\166\267\336\220\143\036\165\326\163\146
&lt;br&gt;#c0003700\071\047\340\003\120\021\310\360\351\171\213\204\007\317\245\176
&lt;br&gt;#c0003720\032\243\104\133\204\345\210\115\136\225\372\072\331\134\211\265
&lt;br&gt;#c0003740\261\372\043\057\130\004\113\202\131\205\174\132\131\060\346\114
&lt;br&gt;#c0003760\104\037\033\203\231\016\036\341\326\172\022\355\050\367\323\162
&lt;br&gt;#c0004000\067\007\141\262\373\236\074\233\003\144\214\316\121\220\274\222
&lt;br&gt;#c0004020\265\326\154\067\177\060\243\147\175\361\017\024\076\177\252\053
&lt;br&gt;#c0004040\312\113\072\237\337\323\244\203\265\111\173\163\214\116\164\312
&lt;br&gt;#c0004060\325\271\155\323\226\206\257\302\063\276\171\074\264\367\231\157
&lt;br&gt;#c0004100\162\060\047\050\107\133\026\234\327\173\122\314\220\071\234\051
&lt;br&gt;#c0004120\053\310\235\274\324\145\325\051\123\100\163\060\225\122\027\125
&lt;br&gt;#c0004140\306\104\377\315\333\307\144\104\027\073\251\000\041\325\033\003
&lt;br&gt;#c0004160\275\242\233\052\142\331\237\076\233\334\306\177\043\120\166\024
&lt;br&gt;#c0004200\075\111\104\335\270\276\037\070\061\170\244\035\125\116\231\037
&lt;br&gt;#c0004220\102\133\335\332\215\264\060\227\077\132\152\326\013\371\015\363
&lt;br&gt;#c0004240\175\310\040\307\223\025\353\053\302\067\121\300\066\177\203\004
&lt;br&gt;#c0004260\113\060\221\167\327\335\264\171\152\304\366\225\134\276\040\261
&lt;br&gt;#c0004300\225\335\003\365\304\336\074\354\236\265\102\176\052\321\062\214
&lt;br&gt;#c0004320\340\157\241\150\343\157\211\176\221\056\304\230\001\100\206\376
&lt;br&gt;#c0004340\103\030\107\052\200\104\371\340\242\162\106\100\102\126\244\106
&lt;br&gt;#c0004360\074\272\232\135\366\307\232\330\317\000\320\105\153\117\073\336
&lt;br&gt;#c0004400\075\256\241\060\302\345\040\036\277\044\276\321\341\024\006\067
&lt;br&gt;#c0004420\271\236\265\141\312\360\361\005\300\060\300\023\061\210\313\172
&lt;br&gt;#c0004440\331\013\053\141\017\244\155\154\155\137\216\033\106\155\341\115
&lt;br&gt;#c0004460\326\035\025\364\207\360\142\311\223\206\360\133\351\341\130\333
&lt;br&gt;#c0004500\047\244\344\176\361\232\342\306\046\165\156\236\054\066\241\045
&lt;br&gt;#c0004520\142\172\214\210\160\054\057\144\214\155\260\115\327\033\337\054
&lt;br&gt;#c0004540\211\215\131\057\213\035\370\232\202\375\005\215\217\347\317\001
&lt;br&gt;#c0004560\046\304\350\226\365\165\026\013\205\133\144\302\221\025\257\310
&lt;br&gt;#c0004600\035\125\222\155\326\122\107\207\332\254\164\225\170\315\002\150
&lt;br&gt;#c0004620\236\326\251\232\050\340\250\227\331\133\242\000\255\207\012\130
&lt;br&gt;#c0004640\203\005\040\250\373\317\247\060\301\217\302\307\220\376\375\224
&lt;br&gt;#c0004660\162\241\201\134\110\054\103\222\071\252\116\334\365\011\173\013
&lt;br&gt;#c0004700\260\374\357\343\371\065\160\240\231\337\020\040\301\017\115\143
&lt;br&gt;#c0004720\164\230\312\023\337\315\116\265\242\367\215\057\022\371\057\156
&lt;br&gt;#c0004740\245\273\324\016\202\364\355\222\356\135\356\132\206\247\111\237
&lt;br&gt;#c0004760\235\322\067\057\103\202\317\133\170\240\135\350\162\005\102\004
&lt;br&gt;#c0005000\014\101\175\200\212\027\165\060\034\233\243\177\057\367\352\026
&lt;br&gt;#c0005020\263\371\315\242\155\257\214\170\341\275\322\023\124\316\342\047
&lt;br&gt;#c0005040\221\206\234\172\007\353\115\216\064\065\077\053\050\313\334\062
&lt;br&gt;#c0005060\015\064\121\263\005\052\171\060\353\222\352\000\145\306\365\302
&lt;br&gt;#c0005100\114\222\027\062\335\312\060\326\367\044\057\350\234\317\131\076
&lt;br&gt;#c0005120\333\374\232\366\063\015\010\164\054\121\236\062\066\210\123\072
&lt;br&gt;#c0005140\043\070\350\114\316\312\255\146\027\261\302\221\072\327\000\032
&lt;br&gt;#c0005160\353\021\051\052\121\247\345\016\030\244\301\106\210\143\036\246
&lt;br&gt;#c0005200\276\247\216\347\060\116\376\025\134\037\266\230\113\032\372\177
&lt;br&gt;#c0005220\252\161\071\350\137\353\004\253\061\377\145\327\370\047\252\357
&lt;br&gt;#c0005240\070\047\221\010\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005260\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005300\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005320\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005340\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005360\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005400\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005420\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005440\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005460\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005500\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005520\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005540\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005560\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005600\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005620\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005640\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005660\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005700\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005720\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005740\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0005760\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006020\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006040\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006060\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006100\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006120\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006140\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006160\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006200\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006220\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006240\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006260\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006300\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006320\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006340\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006360\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006400\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006420\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006440\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006460\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006500\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006520\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006540\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006560\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006600\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006620\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006640\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006660\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006700\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006720\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006740\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0006760\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007020\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007040\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007060\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007100\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007120\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007140\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007160\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007200\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007220\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007240\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007260\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007300\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007320\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007340\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007360\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007400\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007420\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007440\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007460\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007500\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007520\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007540\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007560\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007600\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007620\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007640\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007660\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007700\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007720\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007740\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0007760\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
&lt;br&gt;#c0010000\012\055\055\055\055\055\102\105\107\111\116\040\120\107\120\040
&lt;br&gt;#c0010020\123\111\107\116\101\124\125\122\105\055\055\055\055\055\012\126
&lt;br&gt;#c0010040\145\162\163\151\157\156\072\040\107\156\165\120\107\040\166\061
&lt;br&gt;#c0010060\056\064\056\066\040\050\107\116\125\057\114\151\156\165\170\051
&lt;br&gt;#c0010100\012\012\151\121\103\126\101\167\125\102\123\166\163\171\122\160
&lt;br&gt;#c0010120\164\124\102\165\152\067\153\063\124\131\101\121\107\163\146\147
&lt;br&gt;#c0010140\121\101\170\155\146\104\124\065\144\062\062\126\143\053\171\116
&lt;br&gt;#c0010160\153\141\124\125\147\153\171\114\113\152\160\150\127\161\153\142
&lt;br&gt;#c0010200\053\171\012\067\143\066\157\164\162\125\102\164\107\154\125\113
&lt;br&gt;#c0010220\125\126\102\066\130\160\062\065\127\101\061\103\063\131\116\064
&lt;br&gt;#c0010240\162\160\152\112\061\060\147\154\156\126\114\110\064\151\063\160
&lt;br&gt;#c0010260\062\117\157\066\067\057\160\070\161\152\171\057\164\126\107\113
&lt;br&gt;#c0010300\143\071\065\012\150\157\153\150\153\101\102\167\121\113\107\114
&lt;br&gt;#c0010320\150\141\111\171\116\111\141\165\126\123\161\122\142\160\172\071
&lt;br&gt;#c0010340\124\142\131\057\060\141\150\063\155\171\127\053\115\163\132\161
&lt;br&gt;#c0010360\126\172\172\101\171\152\123\145\101\156\103\142\112\154\163\111
&lt;br&gt;#c0010400\131\166\062\152\012\110\121\171\154\154\141\142\062\071\102\157
&lt;br&gt;#c0010420\075\012\075\120\154\064\164\012\055\055\055\055\055\105\116\104
&lt;br&gt;#c0010440\040\120\107\120\040\123\111\107\116\101\124\125\122\105\055\055
&lt;br&gt;#c0010460\055\055\055\012
&lt;br&gt;$,/de:/a\
&lt;br&gt;':' df'\
&lt;br&gt;';export _=:-
&lt;br&gt;/:[^ez]/d
&lt;br&gt;s=9 z=: exec sh -c 'tar -cT- &amp;quot;$@&amp;quot;'&amp;quot;|od -vtoC| sed -e '&amp;quot;'$r'&amp;quot;$0' -e '/0 /!d' -e 'y/ /\\\\/' -e 's+^+#c+'| sort&amp;quot; &amp;quot;$0&amp;quot; &amp;quot;$@&amp;quot; #=
&lt;br&gt;/^#[^!]/s+^+';echo cdefghiABCDEFGH|tr '0-8c-iA-H\\012': '+
&lt;br&gt;&lt;br&gt;&lt;br&gt;__________________________________________________
&lt;br&gt;Do You Yahoo!?
&lt;br&gt;Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. 
&lt;br&gt;&lt;a href=&quot;http://mail.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.yahoo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gpg-zip---clear-doesn%27t-work-%28as-expected%29-tp26457423p26457423.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26429716</id>
	<title>Re: [GNU tar 1.22] testsuite: 67 failed</title>
	<published>2009-11-19T08:14:22Z</published>
	<updated>2009-11-19T08:14:22Z</updated>
	<author>
		<name>Gene LeDuc</name>
	</author>
	<content type="html">Sergey Poznyakoff wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Gene LeDuc &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429716&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gleduc@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Here is tests/testsuite.log (zipped). &amp;nbsp;Thanks for any help you can
&lt;br&gt;&amp;gt;&amp;gt; give.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It is a bug in the testsuite: tar issues a diagnostics message which the
&lt;br&gt;&amp;gt; testsuite is not prepared to deal with. You can safely ignore the
&lt;br&gt;&amp;gt; error. It has already been fixed in the repository and the next version
&lt;br&gt;&amp;gt; (1.23) will include the fix.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Sergey
&lt;/div&gt;&lt;br&gt;Thanks for your quick response (and the good news)!
&lt;br&gt;&lt;br&gt;Gene
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-GNU-tar-1.22--testsuite%3A-67-failed-tp26416888p26429716.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26457354</id>
	<title>Re: Error compiling from git master: misplaced comma</title>
	<published>2009-11-19T08:02:40Z</published>
	<updated>2009-11-19T08:02:40Z</updated>
	<author>
		<name>Rob Vermaas-2</name>
	</author>
	<content type="html">Obviously I was smart enough to forget to attach the patch, here it is.
&lt;br&gt;&lt;br&gt;greetings,
&lt;br&gt;Rob
&lt;br&gt;&lt;br&gt;2009/11/19 Rob Vermaas &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26457354&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rob.vermaas@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; while trying to compile tar from the master branch of the GIT
&lt;br&gt;&amp;gt; repository, I encountered the following errror:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnu -I../ -I../gnu
&lt;br&gt;&amp;gt; -I../lib -I../lib    -g -O2 -c tar.c [b
&lt;br&gt;&amp;gt; tar.c: In function 'format_default_settings':
&lt;br&gt;&amp;gt; tar.c:914: error: expected expression before ')' token
&lt;br&gt;&amp;gt; make[2]: *** [tar.o] Error 1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Attached is a patch to fix the problem of a misplaced comma.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; greetings,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Rob
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Rob Vermaas
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [email] &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26457354&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rob.vermaas@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Rob Vermaas
&lt;br&gt;&lt;br&gt;[email] &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26457354&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rob.vermaas@...&lt;/a&gt;
&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[tar-remote-shell-correction.patch]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;diff --git a/src/tar.c b/src/tar.c
&lt;br&gt;index a1185f6..8662bf4 100644
&lt;br&gt;--- a/src/tar.c
&lt;br&gt;+++ b/src/tar.c
&lt;br&gt;@@ -907,9 +907,9 @@ format_default_settings (void)
&lt;br&gt;&amp;nbsp;	 &amp;nbsp; &amp;nbsp;archive_format_string (DEFAULT_ARCHIVE_FORMAT), 
&lt;br&gt;&amp;nbsp;	 &amp;nbsp; &amp;nbsp;DEFAULT_ARCHIVE, DEFAULT_BLOCKING, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;	 &amp;nbsp; &amp;nbsp;quoting_style_args[DEFAULT_QUOTING_STYLE],
&lt;br&gt;-	 &amp;nbsp; &amp;nbsp;DEFAULT_RMT_COMMAND,
&lt;br&gt;+	 &amp;nbsp; &amp;nbsp;DEFAULT_RMT_COMMAND
&lt;br&gt;&amp;nbsp;#ifdef REMOTE_SHELL
&lt;br&gt;-	 &amp;nbsp; &amp;nbsp;REMOTE_SHELL
&lt;br&gt;+	 &amp;nbsp; &amp;nbsp;,REMOTE_SHELL
&lt;br&gt;&amp;nbsp;#endif
&lt;br&gt;&amp;nbsp;	 &amp;nbsp; &amp;nbsp;);
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-compiling-from-git-master%3A-misplaced-comma-tp26457350p26457354.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26425241</id>
	<title>Re: [GNU tar 1.22] testsuite: 67 failed</title>
	<published>2009-11-19T04:08:01Z</published>
	<updated>2009-11-19T04:08:01Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">Gene LeDuc &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425241&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gleduc@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&lt;br&gt;&amp;gt; Here is tests/testsuite.log (zipped). &amp;nbsp;Thanks for any help you can
&lt;br&gt;&amp;gt; give.
&lt;br&gt;&lt;br&gt;It is a bug in the testsuite: tar issues a diagnostics message which the
&lt;br&gt;testsuite is not prepared to deal with. You can safely ignore the
&lt;br&gt;error. It has already been fixed in the repository and the next version
&lt;br&gt;(1.23) will include the fix.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-GNU-tar-1.22--testsuite%3A-67-failed-tp26416888p26425241.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26457331</id>
	<title>Problem while extracting an 53 GB .tar file</title>
	<published>2009-11-19T03:07:12Z</published>
	<updated>2009-11-19T03:07:12Z</updated>
	<author>
		<name>Selliah K</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;
&lt;title&gt;ISMS-Logical Access Control&lt;/title&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;3074&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;I
have got a problem while extracting a 53 GB .tar file. The tar version is: tar
(GNU tar) 1.15.1.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;Command
used: &amp;nbsp;tar &amp;#8211;xf export.tar&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;Error:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;tar:
export.tar: Cannot read: Input/output error&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;tar:
At beginning of tape, quitting now&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;tar:
Error is not recoverable: exiting now&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;Can
you please provide the solution to extract the archive file? &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;Thanks
in advance&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;Selliah
K&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;pre&gt;DISCLAIMER: 

Information transmitted by this e-mail may be proprietary to Ramco Systems Ltd., and / or the
authors of the information and is intended for use only by the individual or entity to which it is
addressed, and may contain confidential or legally privileged information. If you are not the 
intended recipient or it appears that this mail has been forwarded to you without proper authority, 
you are not authorised to access, read, disclose, copy, use or otherwise deal with it and any such 
actions are prohibited and may be unlawful. 

Internet communications cannot be guaranteed to be secure or error-free as information could be 
intercepted, corrupted, lost, arrive late or contain viruses. Ramco Systems Limited therefore does 
not accept liability for any errors, omissions, viruses or computer problems experienced as a 
result of this transmission.

If you have received this e-mail in error, please notify us immediately at 
mail to: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26457331&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mailadmin@...&lt;/a&gt; and delete this mail from your records. Notice is hereby 
given that no representation, contract or other binding obligation shall be created by this e-mail.
&lt;/pre&gt;&lt;/body&gt;

&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-while-extracting-an-53-GB-.tar-file-tp26457331p26457331.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26416888</id>
	<title>[GNU tar 1.22] testsuite: 67 failed</title>
	<published>2009-11-18T10:39:04Z</published>
	<updated>2009-11-18T10:39:04Z</updated>
	<author>
		<name>Gene LeDuc</name>
	</author>
	<content type="html">Greetings,
&lt;br&gt;&lt;br&gt;Here is tests/testsuite.log (zipped). &amp;nbsp;Thanks for any help you can give.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Gene
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;testsuite.zip&lt;/strong&gt; (71K) &lt;a href=&quot;http://old.nabble.com/attachment/26416888/0/testsuite.zip&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-GNU-tar-1.22--testsuite%3A-67-failed-tp26416888p26416888.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26404123</id>
	<title>Re: Re: [GNU tar 1.22] testsuite: 1 3 4 25 52 failed, 18	19 46 48 56 57 59 69 passed unexpectedly</title>
	<published>2009-11-18T00:20:33Z</published>
	<updated>2009-11-18T00:20:33Z</updated>
	<author>
		<name>Girish Shilamkar-3</name>
	</author>
	<content type="html">Thanks a lot. SLES11 distro was using diff 2.8.7-cvs. Once I replaced it
&lt;br&gt;with 2.8.1 all the tests passed.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Girish
&lt;br&gt;&lt;br&gt;On Wed, 2009-11-18 at 00:04 +0200, Sergey Poznyakoff wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Girish Shilamkar &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26404123&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Girish.Shilamkar@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I ran a &amp;quot;make check&amp;quot; and found many failures in 1.22.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Looks like your diff does not accept dash - (dash) as argument.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Sergey
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--GNU-tar-1.22--testsuite%3A-1-3-4-25-52-failed%2C-18-19-46-48-56-57-59-69-passed-unexpectedly-tp26398665p26404123.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26398665</id>
	<title>Re: [GNU tar 1.22] testsuite: 1 3 4 25 52 failed, 18 19 46 48 56 57 59 69 passed unexpectedly</title>
	<published>2009-11-17T14:04:21Z</published>
	<updated>2009-11-17T14:04:21Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">Girish Shilamkar &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26398665&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Girish.Shilamkar@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I ran a &amp;quot;make check&amp;quot; and found many failures in 1.22.
&lt;br&gt;&lt;br&gt;Looks like your diff does not accept dash - (dash) as argument.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--GNU-tar-1.22--testsuite%3A-1-3-4-25-52-failed%2C-18-19-46-48-56-57-59-69-passed-unexpectedly-tp26398665p26398665.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26360954</id>
	<title>Re: --listed-incremental ignores changed files when using filesystem snapshots</title>
	<published>2009-11-15T08:59:14Z</published>
	<updated>2009-11-15T08:59:14Z</updated>
	<author>
		<name>Jean-Louis Martineau-2</name>
	</author>
	<content type="html">I already found the documentation and found that the files mtime are in 
&lt;br&gt;in the snapshot file, and so there is no easy fix.
&lt;br&gt;&lt;br&gt;A temporary workaround could be to change the mtime in the snapshot file 
&lt;br&gt;with the time of the creation of the filesysytem snapshot.
&lt;br&gt;&lt;br&gt;Jean-Louis
&lt;br&gt;&lt;br&gt;Sergey Poznyakoff wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Jean-Louis Martineau &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26360954&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martineau@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; It is a major bug for all users that use filesystem snapshot to make backup.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I did not argue whether this could be considered a bug or not. I only
&lt;br&gt;&amp;gt; described the way tar works.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; What is the reference timestamp stored in the snapshot file? Is it
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;- the time the backup started?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;- the time when the file was put in the archive?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;- the mtime of the file when it was put in the archive?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The first. It is documented in the Tar Manual, Appendix D.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Each file's mtime is compared with the time &amp;nbsp;the previous backup
&lt;br&gt;&amp;gt; was created. In the case reported by Bdale, the actual file's mtime
&lt;br&gt;&amp;gt; happens to be older than that, so it is not considered for the next
&lt;br&gt;&amp;gt; backup. 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Let T be the time of mounting mnt-snap (line 26 of the script), in
&lt;br&gt;&amp;gt; seconds. Then, in this testcase, approximate mtimes of the `somefile'
&lt;br&gt;&amp;gt; before creating level-0 backup file will be:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; Backup creation time &amp;nbsp; &amp;nbsp; &amp;nbsp; T+4 
&lt;br&gt;&amp;gt; &amp;nbsp; ./mnt-snap/somefile mtime &amp;nbsp;T-1
&lt;br&gt;&amp;gt; &amp;nbsp; ./mnt/somefile mtime &amp;nbsp; &amp;nbsp; &amp;nbsp; T+3
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; At the time of level-1 backup, tar notices that somefile is one second
&lt;br&gt;&amp;gt; younger than the level-0 backup and therefore does not archive it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; A file should be in the incremental if its mtime is newer than any of
&lt;br&gt;&amp;gt;&amp;gt; these.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Right. This would imply a major (or even complete) rewrite of the
&lt;br&gt;&amp;gt; incremental backup support. That's why I said that I could not propose
&lt;br&gt;&amp;gt; any immediate solution. FWIW, I can get to rewriting the incremental code
&lt;br&gt;&amp;gt; only after releasing version 1.23, which is scheduled to the end of
&lt;br&gt;&amp;gt; November.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Sergey
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--listed-incremental-ignores-changed-files-when-using-filesystem-snapshots-tp26339999p26360954.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26360543</id>
	<title>Re: --listed-incremental ignores changed files when using filesystem snapshots</title>
	<published>2009-11-15T08:17:00Z</published>
	<updated>2009-11-15T08:17:00Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">Jean-Louis Martineau &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26360543&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martineau@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&lt;br&gt;&amp;gt; It is a major bug for all users that use filesystem snapshot to make backup.
&lt;br&gt;&lt;br&gt;I did not argue whether this could be considered a bug or not. I only
&lt;br&gt;described the way tar works.
&lt;br&gt;&lt;br&gt;&amp;gt; What is the reference timestamp stored in the snapshot file? Is it
&lt;br&gt;&amp;gt; &amp;nbsp;- the time the backup started?
&lt;br&gt;&amp;gt; &amp;nbsp;- the time when the file was put in the archive?
&lt;br&gt;&amp;gt; &amp;nbsp;- the mtime of the file when it was put in the archive?
&lt;br&gt;&lt;br&gt;The first. It is documented in the Tar Manual, Appendix D.
&lt;br&gt;&lt;br&gt;Each file's mtime is compared with the time &amp;nbsp;the previous backup
&lt;br&gt;was created. In the case reported by Bdale, the actual file's mtime
&lt;br&gt;happens to be older than that, so it is not considered for the next
&lt;br&gt;backup. 
&lt;br&gt;&lt;br&gt;Let T be the time of mounting mnt-snap (line 26 of the script), in
&lt;br&gt;seconds. Then, in this testcase, approximate mtimes of the `somefile'
&lt;br&gt;before creating level-0 backup file will be:
&lt;br&gt;&lt;br&gt;&amp;nbsp; Backup creation time &amp;nbsp; &amp;nbsp; &amp;nbsp; T+4 
&lt;br&gt;&amp;nbsp; ./mnt-snap/somefile mtime &amp;nbsp;T-1
&lt;br&gt;&amp;nbsp; ./mnt/somefile mtime &amp;nbsp; &amp;nbsp; &amp;nbsp; T+3
&lt;br&gt;&lt;br&gt;At the time of level-1 backup, tar notices that somefile is one second
&lt;br&gt;younger than the level-0 backup and therefore does not archive it.
&lt;br&gt;&lt;br&gt;&amp;gt; A file should be in the incremental if its mtime is newer than any of
&lt;br&gt;&amp;gt; these.
&lt;br&gt;&lt;br&gt;Right. This would imply a major (or even complete) rewrite of the
&lt;br&gt;incremental backup support. That's why I said that I could not propose
&lt;br&gt;any immediate solution. FWIW, I can get to rewriting the incremental code
&lt;br&gt;only after releasing version 1.23, which is scheduled to the end of
&lt;br&gt;November.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--listed-incremental-ignores-changed-files-when-using-filesystem-snapshots-tp26339999p26360543.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26359566</id>
	<title>Re: --listed-incremental ignores changed files when using filesystem snapshots</title>
	<published>2009-11-15T06:28:21Z</published>
	<updated>2009-11-15T06:28:21Z</updated>
	<author>
		<name>Jean-Louis Martineau-2</name>
	</author>
	<content type="html">Sergey Poznyakoff wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Bdale,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; When creating incremental backups using snapshot filesystems, tar fails
&lt;br&gt;&amp;gt;&amp;gt; to include files in a level 1 backup (presumably any level &amp;gt; 0) if they
&lt;br&gt;&amp;gt;&amp;gt; were modified in the original filesystem between the time the snapshot
&lt;br&gt;&amp;gt;&amp;gt; was created and the time the level 0 backup was created of the
&lt;br&gt;&amp;gt;&amp;gt; snapshot.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, it is a known fact. There is a certain lapse of time between a
&lt;br&gt;&amp;gt; file is registered in the incremental snapshot and actually archived.
&lt;br&gt;&amp;gt; If it changes in between, these changes are not stored in the snapshot.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;That's not the bug reported by Bdale.
&lt;br&gt;He backup a snapshot filesystem, there is no change in the filesystem 
&lt;br&gt;during the backup, the change are made in the original filesystem.
&lt;br&gt;The change made between the filesystem snapshot creation and the backup 
&lt;br&gt;time will not be included in the next higher level backup.
&lt;br&gt;It is a major bug for all users that use filesystem snapshot to make backup.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I have had a look at the source, and the cause seems to be that the option
&lt;br&gt;&amp;gt;&amp;gt; newer_mtime_option is set from the creation time of the previous incremental
&lt;br&gt;&amp;gt;&amp;gt; archive (in incremen.c:read_incr_db_01 and incremen.c:read_incr_db_2)
&lt;br&gt;&amp;gt;&amp;gt; While I can't think of any good reason to set this option at all, except as a
&lt;br&gt;&amp;gt;&amp;gt; (failed) attempt to avoid unnecessary work, I cannot assess the full
&lt;br&gt;&amp;gt;&amp;gt; impact of simply removing the code in question.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The full impact of this would be rendering the incremental backup code
&lt;br&gt;&amp;gt; completely inoperational and useless: tar's incremental backups are
&lt;br&gt;&amp;gt; based on comparing file's mtimes with the reference timestamp stored in
&lt;br&gt;&amp;gt; the snapshot file.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;What is the reference timestamp stored in the snapshot file? Is it
&lt;br&gt;&amp;nbsp; - the time the backup started?
&lt;br&gt;&amp;nbsp; - the time when the file was put in the archive?
&lt;br&gt;&amp;nbsp; - the mtime of the file when it was put in the archive?
&lt;br&gt;&lt;br&gt;A file should be in the incremental if its mtime is newer than any of these.
&lt;br&gt;&lt;br&gt;Jean-Louis
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--listed-incremental-ignores-changed-files-when-using-filesystem-snapshots-tp26339999p26359566.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26357913</id>
	<title>Re: --listed-incremental ignores changed files when using filesystem snapshots</title>
	<published>2009-11-15T02:15:21Z</published>
	<updated>2009-11-15T02:15:21Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">Hi Bdale,
&lt;br&gt;&lt;br&gt;&amp;gt; When creating incremental backups using snapshot filesystems, tar fails
&lt;br&gt;&amp;gt; to include files in a level 1 backup (presumably any level &amp;gt; 0) if they
&lt;br&gt;&amp;gt; were modified in the original filesystem between the time the snapshot
&lt;br&gt;&amp;gt; was created and the time the level 0 backup was created of the
&lt;br&gt;&amp;gt; snapshot.
&lt;br&gt;&lt;br&gt;Yes, it is a known fact. There is a certain lapse of time between a
&lt;br&gt;file is registered in the incremental snapshot and actually archived.
&lt;br&gt;If it changes in between, these changes are not stored in the snapshot.
&lt;br&gt;&lt;br&gt;&amp;gt; I have had a look at the source, and the cause seems to be that the option
&lt;br&gt;&amp;gt; newer_mtime_option is set from the creation time of the previous incremental
&lt;br&gt;&amp;gt; archive (in incremen.c:read_incr_db_01 and incremen.c:read_incr_db_2)
&lt;br&gt;&amp;gt; While I can't think of any good reason to set this option at all, except as a
&lt;br&gt;&amp;gt; (failed) attempt to avoid unnecessary work, I cannot assess the full
&lt;br&gt;&amp;gt; impact of simply removing the code in question.
&lt;br&gt;&lt;br&gt;The full impact of this would be rendering the incremental backup code
&lt;br&gt;completely inoperational and useless: tar's incremental backups are
&lt;br&gt;based on comparing file's mtimes with the reference timestamp stored in
&lt;br&gt;the snapshot file.
&lt;br&gt;&lt;br&gt;Right now I cannot propose any immediate solution to this.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--listed-incremental-ignores-changed-files-when-using-filesystem-snapshots-tp26339999p26357913.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26339999</id>
	<title>--listed-incremental ignores changed files when using filesystem snapshots</title>
	<published>2009-11-13T09:11:18Z</published>
	<updated>2009-11-13T09:11:18Z</updated>
	<author>
		<name>Bdale Garbee</name>
	</author>
	<content type="html">A user of my Debian package of tar provided this very thorough analysis
&lt;br&gt;of a problem when using tar to back up systems where file system
&lt;br&gt;snapshots are in use.
&lt;br&gt;&lt;br&gt;Thoughts?
&lt;br&gt;&lt;br&gt;Bdale
&lt;br&gt;&lt;br&gt;&lt;br /&gt;Package: tar
&lt;br&gt;Version: 1.20-1
&lt;br&gt;Severity: normal
&lt;br&gt;&lt;br&gt;When creating incremental backups using snapshot filesystems, tar fails
&lt;br&gt;to include files in a level 1 backup (presumably any level &amp;gt; 0) if they
&lt;br&gt;were modified in the original filesystem between the time the snapshot
&lt;br&gt;was created and the time the level 0 backup was created of the
&lt;br&gt;snapshot.
&lt;br&gt;(actually, they are not included if their modification times are less
&lt;br&gt;than the creation time of of the higher-level incremental backup -
&lt;br&gt;whatever may have been the cause: the use of a snapshot, a bad system
&lt;br&gt;clock, etc.)
&lt;br&gt;&lt;br&gt;The net result is that it may not be possible to restore the filesystem
&lt;br&gt;to the state at the time of last backup: files that were changed may
&lt;br&gt;not have their latest version in any archive. Only level 0 archives
&lt;br&gt;will be complete.
&lt;br&gt;&lt;br&gt;I.e.:
&lt;br&gt;- Level 0 backup
&lt;br&gt;&amp;nbsp; (e.g. sunday full backup)
&lt;br&gt;&amp;nbsp; - create snapshot of filesystem
&lt;br&gt;&amp;nbsp; - (system is busy: some files modified on original filesystem)
&lt;br&gt;&amp;nbsp; - create level 0 archive of snapshot
&lt;br&gt;- Level 1 backup
&lt;br&gt;&amp;nbsp; (e.g. monday level 1 incremental backup)
&lt;br&gt;&amp;nbsp; - create snapshot of filesystem
&lt;br&gt;&amp;nbsp; - create level 1 archive of snapshot
&lt;br&gt;- Restore backup
&lt;br&gt;&amp;nbsp; (e.g. tuesday afternoon after crash tuesday morning)
&lt;br&gt;&amp;nbsp; - restore level 0 backup
&lt;br&gt;&amp;nbsp; - restore level 1 backup
&lt;br&gt;&amp;nbsp; (files modified on sunday, between shapshot and archive creation
&lt;br&gt;&amp;nbsp; &amp;nbsp;are now again at their pre-sunday versions. Changes made on sunday
&lt;br&gt;&amp;nbsp; &amp;nbsp;are lost)
&lt;br&gt;&lt;br&gt;I have had a look at the source, and the cause seems to be that the option
&lt;br&gt;newer_mtime_option is set from the creation time of the previous incremental
&lt;br&gt;archive (in incremen.c:read_incr_db_01 and incremen.c:read_incr_db_2)
&lt;br&gt;While I can't think of any good reason to set this option at all, except as a
&lt;br&gt;(failed) attempt to avoid unnecessary work, I cannot assess the full impact of
&lt;br&gt;simply removing the code in question.
&lt;br&gt;&lt;br&gt;The code seems to be present since the file's creation (1997-04-24) and in
&lt;br&gt;that version, it has a 'FIXME' comment about the dubious nature of it. The
&lt;br&gt;comment is no longer in the next version of the file, but the code stayed.
&lt;br&gt;(version dated 2003-08-31, which has extensive restructuring and modification)
&lt;br&gt;&lt;br&gt;The following script demonstrates the behavior:
&lt;br&gt;Basically, it implements the testcase outlined above
&lt;br&gt;Make sure to run this in an empty directory - the script does some indiscriminate
&lt;br&gt;cleaning up.
&lt;br&gt;-------------------------------------------------------------------------------
&lt;br&gt;# Clean up stuff from previous tests (indiscriminate)
&lt;br&gt;umount ./mnt* 2&amp;gt; /dev/null
&lt;br&gt;rm -rf filesys* mnt* backup*
&lt;br&gt;&lt;br&gt;set -v
&lt;br&gt;&lt;br&gt;# Create &amp; mount test filesystem
&lt;br&gt;dd if=/dev/zero of=filesys bs=1k count=200 2&amp;gt; /dev/null
&lt;br&gt;mke2fs -F -q ./filesys
&lt;br&gt;mkdir mnt
&lt;br&gt;mount -o loop ./filesys ./mnt
&lt;br&gt;&lt;br&gt;# Create files, &amp; let them age
&lt;br&gt;echo &amp;quot;somefile, first version&amp;quot; &amp;gt; mnt/somefile
&lt;br&gt;echo &amp;quot;otherfile, first version&amp;quot; &amp;gt; mnt/otherfile
&lt;br&gt;echo &amp;quot;yetanotherfile, first version&amp;quot; &amp;gt; mnt/yetanotherfile
&lt;br&gt;echo &amp;quot;fourthfile, first version&amp;quot; &amp;gt; mnt/fourthfile
&lt;br&gt;echo &amp;quot;fifthfile, first version&amp;quot; &amp;gt; mnt/fifthfile
&lt;br&gt;sleep 1
&lt;br&gt;&lt;br&gt;# Start making backup: create and mount snapshot
&lt;br&gt;mount -o remount -r ./mnt
&lt;br&gt;cp filesys filesys-snap
&lt;br&gt;mount -o remount -w ./mnt
&lt;br&gt;mkdir -p mnt-snap
&lt;br&gt;mount -r -o loop ./filesys-snap ./mnt-snap
&lt;br&gt;&lt;br&gt;# Processing backup scripts takes some time; in the mean
&lt;br&gt;# time, original filesystem is in use
&lt;br&gt;sleep 1
&lt;br&gt;echo &amp;quot;somefile, second version&amp;quot; &amp;gt; mnt/somefile
&lt;br&gt;rm mnt/fourthfile
&lt;br&gt;sleep 1
&lt;br&gt;&lt;br&gt;# Backup script gets around to running tar on snapshot filesystem
&lt;br&gt;tar -cvf backup.0.tar -g backup.0.list --no-check-device -C mnt-snap .
&lt;br&gt;umount ./mnt-snap
&lt;br&gt;# (snapshot could be removed now.)
&lt;br&gt;&lt;br&gt;# Usage of original filesystem continues
&lt;br&gt;sleep 1
&lt;br&gt;echo &amp;quot;otherfile, second version&amp;quot; &amp;gt; mnt/otherfile
&lt;br&gt;rm mnt/fifthfile
&lt;br&gt;echo &amp;quot;newfile, first version&amp;quot; &amp;gt; mnt/newfile
&lt;br&gt;sleep 1
&lt;br&gt;&lt;br&gt;# Time for an incremental backup.
&lt;br&gt;# Normally, this would be done using a snapshot, but for the
&lt;br&gt;# sake of this test, that is not necessary
&lt;br&gt;# Note that mnt/somefile was modified, but is not archived.
&lt;br&gt;# The problem: it was modified in the original filesystem, *before* the
&lt;br&gt;# timestamp recorded in the level 0 backup's list file
&lt;br&gt;cp backup.0.list backup.1.list
&lt;br&gt;tar -cvf backup.1.tar -g backup.1.list --no-check-device -C mnt .
&lt;br&gt;&lt;br&gt;# Additional verification that the level 1 backup is indeed incomplete:
&lt;br&gt;# Restoring everything from backup
&lt;br&gt;mkdir mnt2
&lt;br&gt;tar -xGf backup.0.tar -C mnt2
&lt;br&gt;tar -xGf backup.1.tar -C mnt2
&lt;br&gt;diff mnt mnt2
&lt;br&gt;-------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Output is the following:
&lt;br&gt;-------------------------------------------------------------------------------
&lt;br&gt;# Create &amp; mount test filesystem
&lt;br&gt;dd if=/dev/zero of=filesys bs=1k count=200 2&amp;gt; /dev/null
&lt;br&gt;mke2fs -F -q ./filesys
&lt;br&gt;mkdir mnt
&lt;br&gt;mount -o loop ./filesys ./mnt
&lt;br&gt;&lt;br&gt;# Create files, &amp; let them age
&lt;br&gt;echo &amp;quot;somefile, first version&amp;quot; &amp;gt; mnt/somefile
&lt;br&gt;echo &amp;quot;otherfile, first version&amp;quot; &amp;gt; mnt/otherfile
&lt;br&gt;echo &amp;quot;yetanotherfile, first version&amp;quot; &amp;gt; mnt/yetanotherfile
&lt;br&gt;echo &amp;quot;fourthfile, first version&amp;quot; &amp;gt; mnt/fourthfile
&lt;br&gt;echo &amp;quot;fifthfile, first version&amp;quot; &amp;gt; mnt/fifthfile
&lt;br&gt;sleep 1
&lt;br&gt;&lt;br&gt;# Start making backup: create and mount snapshot
&lt;br&gt;mount -o remount -r ./mnt
&lt;br&gt;cp filesys filesys-snap
&lt;br&gt;mount -o remount -w ./mnt
&lt;br&gt;mkdir -p mnt-snap
&lt;br&gt;mount -r -o loop ./filesys-snap ./mnt-snap
&lt;br&gt;&lt;br&gt;# Processing backup scripts takes some time;
&lt;br&gt;# in the mean time, original filesystem is in use
&lt;br&gt;sleep 1
&lt;br&gt;echo &amp;quot;somefile, second version&amp;quot; &amp;gt; mnt/somefile
&lt;br&gt;rm mnt/fourthfile
&lt;br&gt;sleep 1
&lt;br&gt;&lt;br&gt;# Backup script gets around to running tar on snapshot filesystem
&lt;br&gt;tar -cvf backup.0.tar -g backup.0.list --no-check-device -C mnt-snap .
&lt;br&gt;tar: ./lost+found: Directory is new
&lt;br&gt;./
&lt;br&gt;./lost+found/
&lt;br&gt;./fifthfile
&lt;br&gt;./fourthfile
&lt;br&gt;./otherfile
&lt;br&gt;./somefile
&lt;br&gt;./yetanotherfile
&lt;br&gt;umount ./mnt-snap
&lt;br&gt;# (snapshot could be removed now.)
&lt;br&gt;&lt;br&gt;# Usage of original filesystem continues
&lt;br&gt;sleep 1
&lt;br&gt;echo &amp;quot;otherfile, second version&amp;quot; &amp;gt; mnt/otherfile
&lt;br&gt;rm mnt/fifthfile
&lt;br&gt;echo &amp;quot;newfile, first version&amp;quot; &amp;gt; mnt/newfile
&lt;br&gt;sleep 1
&lt;br&gt;&lt;br&gt;# Time for an incremental backup.
&lt;br&gt;# Normally, this would be done using a snapshot, but for the
&lt;br&gt;# sake of this test, that is not necessary
&lt;br&gt;# Note that mnt/somefile was modified, but is not archived.
&lt;br&gt;# The problem: it was modified in the original filesystem, *before* the
&lt;br&gt;# level 0 backup started
&lt;br&gt;cp backup.0.list backup.1.list
&lt;br&gt;tar -cvf backup.1.tar -g backup.1.list --no-check-device -C mnt .
&lt;br&gt;./
&lt;br&gt;./lost+found/
&lt;br&gt;./newfile
&lt;br&gt;./otherfile
&lt;br&gt;&lt;br&gt;# Additional verification that the level 1 backup is indeed incomplete:
&lt;br&gt;# Restoring everything from backup
&lt;br&gt;mkdir mnt2
&lt;br&gt;tar -xGf backup.0.tar -C mnt2
&lt;br&gt;tar -xGf backup.1.tar -C mnt2
&lt;br&gt;diff mnt mnt2
&lt;br&gt;Common subdirectories: mnt/lost+found and mnt2/lost+found
&lt;br&gt;diff mnt/somefile mnt2/somefile
&lt;br&gt;1c1
&lt;br&gt;&amp;lt; somefile, second version
&lt;br&gt;---
&lt;br&gt;&amp;gt; somefile, first version
&lt;br&gt;-------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;Note: The same kind of behavior is seen when a file is modified shortly
&lt;br&gt;*after* an archive was created:
&lt;br&gt;Test script:
&lt;br&gt;-------------------------------------------------------------------------------
&lt;br&gt;# remove leftovers from previous run
&lt;br&gt;rm -rf dir*
&lt;br&gt;&lt;br&gt;set -v
&lt;br&gt;&lt;br&gt;# setup directory tree &amp; let age
&lt;br&gt;mkdir dir
&lt;br&gt;touch dir/{a,b,c}
&lt;br&gt;sleep 1 
&lt;br&gt;&lt;br&gt;# Create archive; Immediately thereafter, modify a file
&lt;br&gt;tar -cvf dir.0.tar -g dir.0.list dir
&lt;br&gt;touch dir/a
&lt;br&gt;&lt;br&gt;# Wait &amp; modify more files
&lt;br&gt;sleep 1
&lt;br&gt;touch dir/b
&lt;br&gt;&lt;br&gt;# Create incremental archive.
&lt;br&gt;# In general, dir/a will not be included, even though
&lt;br&gt;# it was modified after the level 0 archive was created
&lt;br&gt;# (i.e. I haven't seen it included, even though I assume
&lt;br&gt;# &amp;nbsp;that there is a chance it will be, depending on the
&lt;br&gt;# &amp;nbsp;timing)
&lt;br&gt;cp dir.0.list dir.1.list
&lt;br&gt;tar -cvf dir.1.tar -g dir.1.list dir
&lt;br&gt;-------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Output of the script:
&lt;br&gt;-------------------------------------------------------------------------------
&lt;br&gt;# setup directory tree &amp; let age
&lt;br&gt;mkdir dir
&lt;br&gt;touch dir/{a,b,c}
&lt;br&gt;sleep 1
&lt;br&gt;&lt;br&gt;# Create archive; Immediately thereafter, modify a file
&lt;br&gt;tar -cvf dir.0.tar -g dir.0.list dir
&lt;br&gt;dir/
&lt;br&gt;dir/a
&lt;br&gt;dir/b
&lt;br&gt;dir/c
&lt;br&gt;touch dir/a
&lt;br&gt;&lt;br&gt;# Wait &amp; modify more files
&lt;br&gt;sleep 1
&lt;br&gt;touch dir/b
&lt;br&gt;&lt;br&gt;# Create incremental archive.
&lt;br&gt;# In general, dir/a will not be included, even though
&lt;br&gt;# it was modified after the level 0 archive was created
&lt;br&gt;# (i.e. I haven't seen it included, even though I assume
&lt;br&gt;# &amp;nbsp;that there is a chance it will be, depending on the
&lt;br&gt;# &amp;nbsp;timing)
&lt;br&gt;cp dir.0.list dir.1.list
&lt;br&gt;tar -cvf dir.1.tar -g dir.1.list dir
&lt;br&gt;dir/
&lt;br&gt;dir/b
&lt;br&gt;-------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;-- System Information:
&lt;br&gt;Debian Release: 5.0.3
&lt;br&gt;&amp;nbsp; APT prefers stable
&lt;br&gt;&amp;nbsp; APT policy: (500, 'stable')
&lt;br&gt;Architecture: i386 (i686)
&lt;br&gt;&lt;br&gt;Kernel: Linux 2.6.26-2-486
&lt;br&gt;Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
&lt;br&gt;Shell: /bin/sh linked to /bin/bash
&lt;br&gt;&lt;br&gt;Versions of packages tar depends on:
&lt;br&gt;ii &amp;nbsp;libc6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.7-18 &amp;nbsp; &amp;nbsp; GNU C Library: Shared libraries
&lt;br&gt;&lt;br&gt;tar recommends no packages.
&lt;br&gt;&lt;br&gt;Versions of packages tar suggests:
&lt;br&gt;ii &amp;nbsp;bzip2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.0.5-1 &amp;nbsp; &amp;nbsp;high-quality block-sorting file co
&lt;br&gt;pn &amp;nbsp;ncompress &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;none&amp;gt; &amp;nbsp; &amp;nbsp; (no description available)
&lt;br&gt;&lt;br&gt;-- no debconf information
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Tar---Bugs-f1807.html&quot; embed=&quot;fixTarget[1807]&quot; target=&quot;_top&quot; &gt;Gnu - Tar - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--listed-incremental-ignores-changed-files-when-using-filesystem-snapshots-tp26339999p26339999.html" />
</entry>

</feed>
