Jump to letter: [
ACDFGIJLMNPSTVY
]
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
- * 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)
- * Fri Feb 17 18:00:00 2006 Peter Vrabec <pvrabec{%}redhat{*}com> 1.14-9.RHEL4
- fix heap overlfow bug CVE-2006-0300 (#181772)
- * Mon Jul 25 19:00:00 2005 Peter Vrabec <pvrabec{%}redhat{*}com> 1.14-8.RHEL4
- A file is dumpable if it is sparse and both --sparse
and --totals are specified (#154882)
- exclude err.patch, it causes SEGV (#158743)