This is the code i\'m using to untar a file grep on the contents of the files within the tar and then delete the untared files. I dont have enough space to untar all files at once.
I want to run a cron and compress my /var/log directory every hour to a tar file.. so I can backup that file.
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.
i need to create a lzma file with the existing .tar file and another metadata 开发者_如何学运维file to further create a zip file.first download/install PyLZMA. In your program, use it as described her
I would like some help in creating a loop that will take one of my files extension .tar.gz unzip it untar it and search the files inside (with extension .tlg) using grep -a>> output.text.
I am running a PHP script that gets me the absolute paths of files I want to tar up. This is the syntax I have:
Greetings, By using Django, I want to generate a tar.gz which contains the files below, and render a tar.gz file:
Given URL of an archive (e.g. a zip file) Full name (including path) of a file inside that archive I\'m looking for a way (preferably开发者_开发知识库 in Java) to create a local copy of that file,
I like to keep my Makefiles flexible and multifunctional. One of the tasks I usually add to make command is tar, for example the following instruction does the job:
My source tree contains several directories which are using Git source control, and I need to tarball the whole tree excluding any references to the Git metadata or custom log files.