AIX6.1, I use java to execute a tar command to extract a tar package. one stange thing I met is that some files with long name in thi tar package failed to be extracted to whe开发者_StackOverflowre th
I\'m creating a backup routine for my application with Java. However, when the zip file is over 4GB, or has more than 65,000 files (approximately), the zip file is corrupted.
I am trying to write a routine that compre开发者_如何学JAVAss folder/multiple files for Embedded applications in Visual studio.For that I thought of using combination of zlib and tar.I could successfu
I have created a shell script (.sh) to extract a tar file. Below is the code: tar -xvwf 1.0.1.tar But when the script runs and start to extracting the tar, it asks confirmation in each file extract
I am doing the following in a shell script: tar cvzf mytar.tgz * It works fine when I run the shell script from a terminal. When i开发者_如何学Ct runs the shell script from a cron job using crontab
I\'m working on an app that works with some very large files each are around 180mb and there are 3 of them. I would like to add an option to my app to back these files up开发者_运维问答 by compressing
I\'d like to create a tar file of all the files in a directory minus sub-directory\'s in that directory and pla开发者_高级运维ce that tar file in one of the sub-directory\'s.For example, I have severa
I\'m currently building a tar: <property name=\"dcc-shell.dir\" value=\".\"/> <property name=\"dcc-mdp.dir\" value=\"${dcc-shell.dir}/eq-mo-drop-copy-converter-mdp\"/>
I have one process that c开发者_如何学Pythonreates a tar based on some existing files, then I want another process to take that tar file and add MORE files to it.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.