Results 1 to 2 of 2
I've been trying without success to make gzipped and bzipped tar archives in Ark.
It will make the archive, but when I look in it, files from one or more ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-15-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 58
problems makin' "tarballz" with Ark
I've been trying without success to make gzipped and bzipped tar archives in Ark.
It will make the archive, but when I look in it, files from one or more folders are missing.
when Ark is done (or so it seems) it just vanishes and does'nt say if it was a success or error (maybe that's just how it works?)
is ther something I might be doing wrong?
I'm trying to make it from a folder which has 5 folders inside, which have wav files inside those.(if that matters)
thanks!
C.Poff
- 07-17-2005 #2Linux Newbie
- Join Date
- Apr 2005
- Location
- South America
- Posts
- 152
Probably this is worthless, but why not trying to make 'em from the commandline?
I have personally never trusted in GUI apps for (de)compressing files in Linux...Code:tar cvzf myfile.tar.gz folder/ tar cvjf myfile.tar.bz2 folder/
Cheers


Reply With Quote
