bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] Tar size mismatches when used on file size 10 GB


From: rakesh kumar
Subject: [Bug-tar] Tar size mismatches when used on file size 10 GB
Date: Wed, 30 Nov 2011 15:11:33 +0530

Hi

i have followed the following steps and found discrepancies with tar utility

step 1 :

find ./ -type f -mtime +7 -name "*.00*" | wc -l   =  13519 ( total files )

( the size of this files is appx : 10GB )

step 2:

find ./ -type f -mtime +7 -name "*.00*" | xargs tar zcvf Archieve_7.tar.gz

step 3:

du -h Archieve_7.tar.gz : 12 M

step 4:

i checked the contents using
tar -tvf Archieve_7.tar.gz = 1806

why the total 13519 files not archived in my case ?

i have tried tried tar instead of gz compression which also behaved similarly.

Any help is much appreciated !!

--
 
Thanks and  regards
@@ Be An Innovator @@
Rakesh Kumar Aavula
+91 9990 678 306
cid:image001.jpg@01CA6F8E.95C07E20


reply via email to

[Prev in Thread] Current Thread [Next in Thread]