Name: | tar |
---|---|
Epoch: | 2 |
Version: | 1.26 |
Release: | 32.el7 |
Architecture: | aarch64 |
Group: | Applications/Archiving |
Size: | 2842233 |
License: | GPLv3+ |
RPM: | tar-1.26-32.el7.aarch64.rpm |
Source RPM: | tar-1.26-32.el7.src.rpm |
Build Date: | Thu May 03 2018 |
Build Host: | ca-buildarm01.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. |
- 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)
- add documenation for xattrs-like options (#996753)
- the /etc/rmt seems to be the best place where to look for rmt binary (see the commit message in Fedora's cpio.git for more info)
- fix "symlink eating" bug (already fixed in upstream git)