New -as mkisofs option --lfa_flags

This commit is contained in:
2024-07-21 14:27:28 +02:00
parent 1a775c09df
commit 8397e587f3
5 changed files with 114 additions and 66 deletions

View File

@ -9,7 +9,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH XORRISOFS 1 "Version 1.5.7, Jun 17, 2024"
.TH XORRISOFS 1 "Version 1.5.7, Jul 21, 2024"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -677,7 +677,7 @@ Alias of \-rr_reloc_dir "/.rr_moved"
Enable all options which improve backup fidelity:
.br
\-\-acl, \-\-xattr\-any, \-\-md5,
\-\-hardlinks.
\-\-hardlinks, \-\-lfa_flags.
.br
If you later restore a backup with xattr from non\-user namespaces, then make
sure that the target operating system and filesystem know what these attributes
@ -685,8 +685,8 @@ mean. Possibly you will need administrator privileges to record or restore
such attributes. At recording time, xorriso will try to tolerate missing
privileges and just record what is readable.
.br
Option \-xattr after option \-for_backup excludes non\-user attributes
from being recorded.
Option \-\-xattr after option \-\-for_backup excludes
non\-user attributes from being recorded.
.TP
\fB--acl\fR
.br
@ -709,6 +709,16 @@ Enable recording and loading of GNU/Linux or FreeBSD extended attributes in
all namespaces. This might need administrator privileges, even if the owner
of the disk file tries to read the attributes.
.TP
\fB--lfa_flags\fR
.br
Enable recording and loading of Linux file attributes as described in
man 1 chattr.
.br
Disable restoring of such attributes just in case that the mkisofs emulation
gets ended and files get restored to disk. If restoring of the attributes is
desired in this case, execute xorriso command \-lfa_flags "restore" with
possibly appended mode texts like ":restore_mask=aAcCdDijmPsStTux".
.TP
\fB--md5\fR
.br
Enable recording of MD5 checksums for the overall ISO image and for each
@ -2265,11 +2275,13 @@ Programs which burn sessions to optical media
.BR cdrskin(1),
.BR xorriso(1)
.TP
ACL and xattr
ACL, xattr, Linux file attributes
.BR getfacl(1),
.BR setfacl(1),
.BR getfattr(1),
.BR setfattr(1)
.BR setfattr(1),
.BR lsattr(1),
.BR chattr(1)
.TP
MD5 checksums
.BR md5sum(1)