![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| tarring/compressing files in Unix directory | montski | Shell Programming and Scripting | 1 | 02-15-2008 04:19 PM |
| cd to multiple directories and gzipping files within | sunsysadm2003 | Shell Programming and Scripting | 0 | 10-30-2007 05:50 PM |
| tarring large no. of files | marwan | UNIX for Dummies Questions & Answers | 4 | 08-19-2007 03:45 PM |
| gzipping large (2+ gb) files. | LordJezo | UNIX for Dummies Questions & Answers | 2 | 01-23-2007 11:11 AM |
| backup : files being modified while tarring | jamesbond | UNIX for Dummies Questions & Answers | 5 | 10-15-2001 08:58 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
tarring and gzipping dump files
Say I want to transfer several dump files from a Solaris machine onto a Win2k machine for storage. It was suggested that I tar and gzip the dump files before doing so.
Is it completely necessary to use both of these utilities, or is it sufficient to compress multiple dump files into one gzip file? Also, if tar is necessary, what does it do exactly for the files in question? |
|
||||
|
I have been poring over the man pages.
I think I understand now.I was under the impression that I could gzip file1 file2 file3 file4 and it would produce a single gzipped file. I guess you have to tar them into one file first. Is this accurate? |
|
||||
|
In solaris gzip only compresses the files. It will not produced a single gzipped file when presented with multiple files as arguments, it will merely gzip them up individually:
Quote:
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|