New command -ecma119_map
This commit is contained in:
@ -934,6 +934,21 @@ Enable all extra features which help to produce or to restore backups with
|
||||
highest fidelity of file properties.
|
||||
Currently this is a shortcut for: \-hardlinks on \-acl on \-xattr on \-md5 on.
|
||||
.TP
|
||||
\fB\-ecma119_map\fR "stripped"|"unmapped"|"lowercase"|"uppercase"
|
||||
Choose the conversion of file names from the loaded session if neither
|
||||
a Rock Ridge name nor a Joliet name was read from the session.
|
||||
.br
|
||||
Mode "stripped" is the default. It shows the names as found in the ISO but
|
||||
removes trailing ";1" or ".;1" if present.
|
||||
.br
|
||||
Mode "unmapped" shows names as found without removing characters.
|
||||
.br
|
||||
Mode "lowercase" is like "stripped" but also maps uppercase letters to
|
||||
lowercase letters. This is compatible to default GNU/Linux mount behavior.
|
||||
.br
|
||||
Mode "uppercase" is like "stripped" but maps lowercase letters to uppercase,
|
||||
if any occur despite the prescriptions of ECMA\-119.
|
||||
.TP
|
||||
\fB\-disk_dev_ino\fR "on"|"ino_only"|"off"
|
||||
Enable or disable processing of recorded file identification numbers
|
||||
(dev_t and ino_t). If enabled they are stored as xattr and allow
|
||||
|
Reference in New Issue
Block a user