Inside docker container, for few file paths, we are doing backup restore, since those file paths can not be taken as volumes. The failure file paths have ACL se
i'am currently trying to unzip some specific files within a ARR file. This ARR file is within a tar.gz file. Is it possible to unzip these files without a inter
Im using the following command(s): GZIP=-9 tar -cf test9 directory GZIP=-5 tar -cf test5 directory GZIP=-2 tar -cf test2 directory all test*
Im using the following command(s): GZIP=-9 tar -cf test9 directory GZIP=-5 tar -cf test5 directory GZIP=-2 tar -cf test2 directory all test*
I have a Bash script that creates a .tar.gz file, encrypts, and then sends it to a drive. However, I cannot open the .tar.gz file afterwards. Here is my process
Is it possible to extract only a subfolder from an archive, rather than the whole folder? I.E. : I have my .zip/.tar.gz file named my_archive, which has inside
I know that i can create tar.gz file by 7-zip in two steps. First step for tar format and second for tar.gz format. But is there a way to get tar.gz in only one
The following is a snippet from a script I have that tries to tar up all php files in a subdir. It tries to use the '--include' parameter but does not seem to