About 34,500,000 results
Open links in new tab
  1. archive - How do I tar a directory of files and folders without ...

    I typically do: tar -czvf my_directory.tar.gz my_directory What if I just want to include everything (including any hidden system files) in my_directory, but not the directory itself? I don't want:

  2. Shell command to tar directory excluding certain files/folders

    Jun 12, 2009 · Is there a simple shell command/script that supports excluding certain files/folders from being archived? I have a directory that need to be archived with a sub directory that has a …

  3. tar exclude file pattern - Stack Overflow

    Sep 21, 2011 · tar -cvf myFile.tar -X exclude-files.txt myContentDirectory should be something like tar cv -X exclude-files.txt -f myFile.tar myContentDirectory PS. I haven't looked into the …

  4. what does -zxvf mean in tar -zxvf <filename>? [closed]

    I have seen on many websites commands like this what does the "-zxvf" or the similar commands stand for? tar -zxvf &lt;filename&gt; tar xvf &lt;filename&gt;

  5. tar - Untar multipart tarball on Windows - Stack Overflow

    I guess tar can create multiple volumes when archiving, but I can't seem to find a way to unarchive them on Windows. I've tried to untar them using 7zip (GUI & commandline), …

  6. How to export my local docker image to a tar and the load on …

    Jul 1, 2016 · How to export my local docker image to a tar and the load on another computer Asked 9 years ago Modified 3 months ago Viewed 26k times

  7. How to Encrypt after creating TAR Archive - Stack Overflow

    Sep 6, 2019 · How to Encrypt TAR File with password. Trying to compare TAR archive content with file system however we are encrypting TAR. Would like to --compare TAR file first then …

  8. how to solve TAR: CANNOT MKDIR PERMISSION DENIED

    Jun 1, 2015 · File permissions I have a file data.tgz which I want to uncompress. -rw-r--r-- 1 username group 20342951248 mai 18 11:50 data.tgz Directory permissions Directory where …

  9. tar: Error is not recoverable: exiting now - Stack Overflow

    The tar program can use external compression programs gzip, bzip2, xz by opening a pipe to those programs, sending a tar archive via the pipe to the compression utility, which …

  10. shell - Extracting .tar file isn't working - Stack Overflow

    Now I'm trying to extract the .tar file using tar -xv filename.tar. My Problem The extraction doesn't seem to be working! After I've typed the tar -xv filename.tar command and hit enter, the shell …