Extract must use gnu tar to support both extended attributes, sparse files, etc. To support everything preserved by distro-seed: ```sh tar --xattrs --xattrs-include='*' --acls --selinux --numeric-owner --sparse -xf file.tar -C /path/to/destination/ ```
Extract must use gnu tar to support both extended attributes, sparse files, etc.
To support everything preserved by distro-seed:
tar --xattrs --xattrs-include='*' --acls --selinux --numeric-owner --sparse -xf file.tar -C /path/to/destination/