[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] tar



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