Ville Oikarinen <[EMAIL PROTECTED]> wrote:

> > Is it Possible to Create archive of spacific size.. (as like we can do with
> > winrar)
> > 
> > i am having a 80 GB file.. while tar is.. is it possible to split as
> > 80Archive of 1 GB...
> > eg  file name is    "image"
>
> I'm not a tar developer, but your proposition doesn't sound like unix
> philosophy of doing one thing well and let others do other things well.
>
> IMHO this is better:
> tar -cf - the_dir_to_tar | split -b 1024m

Whether this is useful depends on what you like to do with the archives.


Looking at the original Subject: Split Big File Using "tar"
the answer is NO, as there is no generic way to do this with "tar".

You may do this with GNU tar in one way and to it with star in another
way. 

If you e.g. look at the way star splits archives, you will find that the
resultant archives may be used as separate "tar" input while using
"split -b 1024m" will not allow you to do this.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily


_______________________________________________
Bug-tar mailing list
Bug-tar@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-tar

Reply via email to