Enabled restoring of xattr
This commit is contained in:
@ -35,7 +35,7 @@ optical media or to filesystem objects.
|
||||
Vice versa xorriso is able to restore file objects from ISO 9660 filesystems.
|
||||
.PP
|
||||
A special property of xorriso is that it needs neither an external ISO 9660
|
||||
formatter program nor an external burn program for CD or DVD but rather
|
||||
formatter program nor an external burn program for CD, DVD or BD but rather
|
||||
incorporates the libraries of libburnia-project.org .
|
||||
.SS
|
||||
.B Overview of features:
|
||||
@ -53,6 +53,8 @@ Updates ISO subtrees incrementally to match given disk subtrees.
|
||||
Writes result either as completely new image or as add-on session
|
||||
to optical media or filesystem objects.
|
||||
.br
|
||||
Can record and restore ACL of disk files.
|
||||
.br
|
||||
Can activate ISOLINUX boot images via El Torito.
|
||||
.br
|
||||
Can perform multi-session tasks as emulation of mkisofs and cdrecord.
|
||||
@ -1049,6 +1051,19 @@ matches only files which use data blocks outside the areas marked as damaged.
|
||||
matches only files which use data blocks within the range of start_lba
|
||||
and start_lba+block_count-1.
|
||||
.br
|
||||
-has_acl , -has_no_acl
|
||||
.br
|
||||
match files which have resp. have not a non-trivial ACL.
|
||||
.br
|
||||
-has_xattr , -has_no_xattr
|
||||
.br
|
||||
match files which have resp. have not xattr name-value pairs.
|
||||
.br
|
||||
-has_aaip , -has_no_aaip
|
||||
.br
|
||||
match files which have ACL or xattr resp. have neither of them.
|
||||
.br
|
||||
|
||||
Default action is "echo",
|
||||
i.e. to print the address of the found file. Other actions are certain
|
||||
xorriso commands which get performed on the found files. These commands
|
||||
@ -1139,6 +1154,12 @@ E.g.:
|
||||
.br
|
||||
-find /workgroup -exec setfacl u:lisa:rw,u::rw,g::r,o::-,m::rw
|
||||
.br
|
||||
"getfattr" prints eventual xattr name-value pairs to the result channel.
|
||||
.br
|
||||
E.g.:
|
||||
.br
|
||||
-find / -has_xattr -exec getfattr
|
||||
.br
|
||||
"find" performs another run of -find on the matching file address. It accepts
|
||||
the same params as -find, except iso_rr_path.
|
||||
E.g.:
|
||||
@ -2059,7 +2080,7 @@ directories.
|
||||
.TP
|
||||
\fB\-getfattr\fR iso_rr_pattern [***]
|
||||
Print the XFS style Extended Attributes of the given files in the ISO image.
|
||||
If the file has no such xattr then noting is printed.
|
||||
If ia file has no such xattr then noting is printed for it.
|
||||
.TP
|
||||
\fB\-getfattr_r\fR iso_rr_pattern [***]
|
||||
Like -gefattr but listing recursively the whole file trees underneath eventual
|
||||
|
Reference in New Issue
Block a user