On 2/6/26 21:43, [email protected] wrote:
From: "Thomas Schmitt" <[email protected]>
Date: Mon, 24 Mar 2025 08:48:34 +0100
You could use command -rollback_end to refrain from writing:
xorriso ...the.desired.commands... -rollback_end
This will perform the commands but then just end the program run
instead of writing the result and thus reading all the content of
the files which were mapped into the ISO.
Thomas, have you tested that?
Sessions 52 and 53, listed below, were created with these commands.
# dest=/dev/sdd
# xorriso -for_backup \
-dev stdio:"$dest" \
-assert_volid 'BOB.*' fatal \
-volid BOB."$(date '+%Y.%m.%d.%H:%M:%S')" \
You should use '%T' instead of '%H:%M:%S'.
--
John Doe