Let -for_backup perform -lfa_flags only if enabled at compile time in libisofs
This commit is contained in:
@ -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 XORRISO 1 "Version 1.5.7, Jul 21, 2024"
|
||||
.TH XORRISO 1 "Version 1.5.7, Jul 23, 2024"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1147,6 +1147,9 @@ Enable all extra features which help to produce or to restore backups with
|
||||
highest fidelity of file properties. Currently this is a shortcut for:
|
||||
.br
|
||||
\-hardlinks on \-acl on \-xattr any \-md5 on
|
||||
.br
|
||||
and possibly:
|
||||
.br
|
||||
\-lfa_flags default:on:restore_mask=aAcCdDijmPsStTux
|
||||
.br
|
||||
If you restore a backup with xattr from non\-user namespaces, then make sure
|
||||
@ -1160,10 +1163,14 @@ events.
|
||||
Command \-xattr "user" after command \-for_backup will exclude non\-user
|
||||
attributes from being recorded or restored.
|
||||
.br
|
||||
The \-lfa_flags restore mask of \-for_backup enables all known settable
|
||||
attributes, except "F" which has special constraints which xorriso cannot yet
|
||||
detect at restore time. Command \-lfa_flags "restore_mask=" after \-for_backup
|
||||
will enable all known settable attributes.
|
||||
The command \-lfa_flags is executed by \-for_backup only if the underlying
|
||||
libisofs was compiled with support for Linux file attributes,
|
||||
which is typically not the case on non\-Linux systems.
|
||||
.br
|
||||
If \-lfa_flags is executed by \-for_backup then the restore mask enables all
|
||||
known settable attributes, except "F" which has special constraints which
|
||||
xorriso cannot yet detect at restore time. Command \-lfa_flags "restore_mask="
|
||||
after \-for_backup will enable all known settable attributes.
|
||||
.TP
|
||||
\fB\-ecma119_map\fR "stripped"|"unmapped"|"lowercase"|"uppercase"
|
||||
Choose the conversion of file names when a session gets loaded, if they stem
|
||||
|
Reference in New Issue
Block a user