1
vote
4answers
45 views
How to determine if data is valid tar file
My upload form expects a tar file and I want to check whether the uploaded data is valid. The tarfile module supports is_tarfile(), but expects a filename - I don't want to waste r …
0
votes
6answers
70 views
Unix command to create a tar of a specified number of files
I am looking for a Unix command which will create a tar of 10 files from a directory.
0
votes
2answers
47 views
How to create a tar file from a jar file, Netbeans, ant
Hi I have netbeans 6.7.1. My build.xml file creates a jar file. Now I want both jar and tar file. my tar file must be created from my jar file. SO how to create tar file from my ja …
0
votes
3answers
92 views
Why does the tarball directory structure disappear when I use Perl’s Archive::Tar?
I'm using a Perl script to modify some files inside a .tar, and the directory structure inside the resulting .tar disappears.
Eliminating more and more code I've come as far as all …
0
votes
5answers
99 views
How do I archive a set of files using Perl on Win32 while retaining file paths?
PROBLEM FOUND. I'm leaving the question here, though, in case others run into the same problem I ran into.
It looks like I encountered a bug or a weird feature in WinZip 11. When …
0
votes
1answer
125 views
How to extract archive from this script (using tar)
Hi,
I have absolutly no idea how to unpack the created archive. I give you the complete Script.
A Debian based Distibution named Univention uses this to backup several files in an …
1
vote
4answers
165 views
how to untar file in memory (c programming)?
Let me explain what I'm trying to realize:
I have a encrypted tar file. I can decrypt it in memory, but obviously I can't write the decrypted data back to hard disk as a real file …
0
votes
3answers
62 views
Copying a Directory Tree File by File
My advisor frequently compiles a bunch of software into his /usr/local and then distributes his /usr/local as a tarball. I then extract the tarball onto our lab machines for our us …
0
votes
2answers
73 views
add tar/gzip to windows command line
As the title says - anyone know of a method to add tar/gzip to the command line in Windows? I've installed Cygwin - but don't know if I have to add something to the PATH env variab …
1
vote
1answer
158 views
How to use Ant tar task and preserve file permissions?
Of course it can be done using exec task, but my question is: Is it possible to do it with tar task?
2
votes
0answers
71 views
fastest backup for large files [closed]
what is the fastest way to duplicate a folder contain few files with few hundred megs size and other few megs small files? (say, /var/lib/mysql)
cp or tar or rsync or...??
2
votes
2answers
65 views
Creating tar archive with national characters in Java
Hi,
Do you know some library/way in Java to generate tar archive with file names in proper windows national codepage ( for example cp1250 ).
I tried with Java tar, example code: …
2
votes
4answers
146 views
How to write a large amount of data in a tarfile in python without using temporary file
I've wrote a small cryptographic module in python whose task is to cipher a file and put the result in a tarfile. The original file to encrypt can be quit large, but that's not a p …
1
vote
1answer
126 views
tar (on Windows) a list of files in c#
I then to tar and then gzip a list of files in C#.
I need some help with how to set the arguments to tar.
Say I have tar.exe in a folder c:\tar\tar.exe and a method like the foll …
0
votes
3answers
153 views
Unable to untar a file?
I have written a shellscript which tries to pull a tar file from an ftp server and untar it locally. I need to extract specific files from the tar archive. The filename of the tarf …
