[svlug] Proper method to create a tar archive
Alex Feinberg
gcc at stuph.org
Sat Sep 19 17:30:48 PDT 1998
On Sat, 19 Sep 1998, Prasanth Kumar wrote:
>What is the proper way to create a tar archive? I do
>something like "tar cvfz - . >/tmp/wallpaper.tar.gz"
>and this seems to work except when I untar it with
>"tar xvfz /tmp/wallpaper.tar.gz" then near the end of
>the untar it gives some wierd error about extraneous
>stuff at the end of the archive?
>
>--
>Prasanth Kumar
>kumar1 at home.com
>
>--
>echo "unsubscribe svlug" | mail majordomo at svlug.org
>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ to unsubscribe
When I usualy tar up files, I cd to the previous dir, and run tar cvfz
files_in_tar_archive/ mytararchive.tgz.
I also use kzip, a really nice tar/zip untar/unzip tool for KDE/QT and suggest
everyone to try it. It's a bit similiar to winzip (which is actually a nice
app), but it's better because it's for our very cool OS ;-).
--
Alex Feinberg <gcc at stuph.org>
--
echo "unsubscribe svlug" | mail majordomo at svlug.org
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ to unsubscribe
More information about the svlug
mailing list