Loading...
Linux TAR split archive file
File type: Archive and compressed file
Files with taraa extension are used for the Linux compression utility called TAR.
File type category:
Archive and compressed file
Date updated: June 30, 2017
The taraa file extension is associated with the Linux compression utility called TAR. File contains the first part of the TAR multi-volume archive. To extract data from the TAR multi-volume archive you must have all archive parts (file extnesions TARAA, TARAB, TARAC, TARAD etc.).
TAR command to create split archive:
# tar -cf – movie.avi | split -b 100m – movie.tar
TAR command to extract data from split archive:
# cat movie.tara* | (tar x)