New -as mkisofs options -long-rr-time, -no-long-rr-time, -short-rr-time

This commit is contained in:
2025-06-24 19:13:09 +02:00
parent 433d4be78a
commit b333b18337
5 changed files with 139 additions and 66 deletions

View File

@ -50,7 +50,7 @@
@c man .\" First parameter, NAME, should be all caps
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
@c man .\" other parameters are allowed: see man(7), man(1)
@c man .TH XORRISOFS 1 "Version 1.5.7, Jun 10, 2025"
@c man .TH XORRISOFS 1 "Version 1.5.7, Jun 24, 2025"
@c man .\" Please adjust this date whenever revising the manpage.
@c man .\"
@c man .\" Some roff macros, for reference:
@ -941,6 +941,29 @@ This option has no effect if option -D is present.
@cindex Deep directories, relocation target, -hide-rr-moved
Alias of -rr_reloc_dir "/.rr_moved"
@c man .TP
@item -long-rr-time
@kindex -long-rr-time Force long Rock Ridge timestamps
@cindex Rock Ridge timestamps, force long, -long-rr-time
Force use of the long form of RockRidge timestamps.
This form is not understood by Linux kernels older than 6.16, but can represent
times after the end of year 2155.
@*
Without this option xorriso will use this form only with individual files
or directories of which the atime, ctime, or mtime is after 01 Jan 2150 UTC.
(The six years up to 2156 may serve as last opportunity to enhance readers
after libisofs was changed to continue using the short form.)
@c man .TP
@item -short-rr-time
@kindex -short-rr-time Enable Rock Ridge timestamps
@cindex Rock Ridge timestamps, enable short, -short-rr-time
Re-enable the default behavior of using the long form of RockRidge timestamps
only for files with timestamps after 01 Jan 2150 UTC.
@c man .TP
@item -no-long-rr-time
@kindex -no-long-rr-time Enable Rock Ridge timestamps
@cindex Rock Ridge timestamps, enable short, -no-long-rr-time
Alias of -short-rr-time.
@c man .TP
@item @minus{}@minus{}for_backup
@kindex @minus{}@minus{}for_backup Enable backup fidelity
@cindex Backup, enable fidelity, @minus{}@minus{}for_backup