I am trying to TAR some Oracle archivelog files (see other thread regarding TARing all but latest).
However, I was surprised to see my TAR had little affect on the file size.
Using the following convention:
tar -cvvf arch0000000074.tar arch0000000074.arc
The results were:
oracle 52428288 19 Feb 00:14 arch0000000073.arc
oracle 52439040 21 Feb 09:27 arch0000000073.tar
oracle 52427776 19 Feb 00:21 arch0000000074.arc
oracle 52439040 21 Feb 09:29 arch0000000074.tar
Applications Support
UK
However, I was surprised to see my TAR had little affect on the file size.
Using the following convention:
tar -cvvf arch0000000074.tar arch0000000074.arc
The results were:
oracle 52428288 19 Feb 00:14 arch0000000073.arc
oracle 52439040 21 Feb 09:27 arch0000000073.tar
oracle 52427776 19 Feb 00:21 arch0000000074.arc
oracle 52439040 21 Feb 09:29 arch0000000074.tar
Applications Support
UK