[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] tar
- Subject: [cobalt-users] tar
- From: "Jim Carey" <ozbcoz@xxxxxxxxxxxxxxxx>
- Date: Sat Feb 9 13:14:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I have a backup script that I am using that creates the output .tar.gz files in two steps:
tar -cpPf
gzip -9 -S .gz
is there any speed or size difference is using the two step process rather than a one step:
tar -cpvz
method ?
cheers
Jim Carey