.TARAA File
.taraa is Linux TAR split archive file
| Features | Description |
|---|---|
| File Extension | .taraa |
| Format | N/A |
| Created by | Taraa |
| Category | Archive and compressed |
.taraa is Linux TAR split archive file
| Features | Description |
|---|---|
| File Extension | .taraa |
| Format | N/A |
| Created by | Taraa |
| Category | Archive and compressed |
What's on this Page
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)