Name: | tar |
---|---|
Epoch: | 2 |
Version: | 1.26 |
Release: | 35.el7 |
Architecture: | aarch64 |
Group: | Applications/Archiving |
Size: | 2842664 |
License: | GPLv3+ |
RPM: | tar-1.26-35.el7.aarch64.rpm |
Source RPM: | tar-1.26-35.el7.src.rpm |
Build Date: | Fri Aug 24 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/tar/ |
Summary: | A GNU file archiving program |
Description: | 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 on the remote box. |
- fix --keep-directory-restore (rhbz#1513946)
- document --keep-directory-symlink in manual page (rhbz#1504146)
- extract: deterministic archive type detection (rhbz#1437297) - avoid hang when extracting with --xattrs --skip-old-files (rhbz#1408168) - fix listing of large sparse members (rhbz#1347229)
- restore incremental backups correctly, files were not being removed (rhbz#1184697) - fix the behavior of tar when --directory option is used together with --remove-files - repair the ignorance of --xattrs-exclude/include options (rhbz#1341786) - Intorduce new option '--keep-directory-symlink'
- avoid double free in selinux code (rhbz#1347396)
- don't mistakenly set default ACLs (#1220890)
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- sparse file detection based on fstat() fix (#1024268)
- the --xattrs-include implies --xattrs now (#965969)