Package: xorriso Severity: wishlist I suggest the option to revert to an earlier session. In other words, import the file and folder listing of an older session to a new session. This can be useful to roll back after an accident, or continue from a readable session if a newer session is somehow corrupted.
Possible example (assuming /dev/sr0 is write-once media): xorriso -dev /dev/sr0 -revert_session 2 -map example_folder/ / This would import the files and folders of session 2 (instead of the last) and add example_folder to the disc.

