Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
tar: A GNU file archiving program.
- Summary
- The GNU tar program saves many files together in one archive and can
restore individual files (or all of the files) from that archive. Tar
can also be used to add supplemental files to an archive and to update
or list files in the archive. Tar includes multivolume support,
automatic archive compression/decompression, the ability to perform
remote archives, and the ability to perform incremental and full
backups.
If you want to use tar for remote backups, you also need to install
the rmt package.
Changelog
- * Tue Dec 5 18:00:00 2006 Peter Vrabec <pvrabec{%}redhat{*}com> 1.14-12.RHEL4
- fix CVE-2006-6097 GNU tar directory traversal (#216937)
- * Mon Sep 4 19:00:00 2006 Peter Vrabec <pvrabec{%}redhat{*}com> 1.14-11.RHEL4
- fix verbose output (#192770)
- * Thu Apr 13 19:00:00 2006 Peter Vrabec <pvrabec{%}redhat{*}com> 1.14-10.RHEL4
- wrapper around ftruncate (#156799)
- provide man page (#163709)
- don't warn about short reads; they're normal (#168545)
- fix skiping over sparse files in archive (#171625)
- fix tar to handle moved directories correctly (#184413)