Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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.
Arch: x86_64
Download: | tar-1.15.1-12.2.x86_64.rpm |
Build Date: | Sun Feb 12 12:39:40 2006 |
Packager: | Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> |
Size: | 1.59 MiB |
Changelog
- * Fri Feb 10 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 1.15.1-12.2
-
- bump again for double-long bug on ppc(64)
- * Tue Feb 7 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 1.15.1-12.1
-
- rebuilt for new gcc4.1 snapshot and glibc changes
- * Mon Feb 6 17:00:00 2006 Peter Vrabec <pvrabec{%}redhat{*}com> 1.15.1-12
-
- fix extracting sparse files to a filesystem like vfat,
when ftruncate may fail to grow the size of a file.(#179507)