If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How can I create a tar zip file without creating an intermediate file(s) ?. I need to do this to create a quick backup to disk but I do not have the disk space to tar the files to a file and then compress the tar file or visa versa.
How can I create a tar zip file without creating an intermediate file(s) ?. I need to do this to create a quick backup to disk but I do not have the disk space to tar the files to a file and then compress the tar file or visa versa.
"Winston Douglas" <whdouglas@home.com> wrote in message news:3ADED018.29B22C5C@home.com... [color={usenetquotecolor}]> Thanks a lot ![/color] [color={usenetquotecolor}]>[/color] [color={usenetquotecolor}]> I am assuming[/color] [color={usenetquotecolor}]>[/color] [color={usenetquotecolor}]> gunzip backup.tar.gz | tar -zvf -[/color] [color={usenetquotecolor}]>[/color] [color={usenetquotecolor}]> Will layout the files again ?[/color] [color={usenetquotecolor}]>[/color] [color={usenetquotecolor}]> Thanks again[/color]