|
|
|
@ -2,7 +2,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 "Nov 13, 2008"
|
|
|
|
|
.TH XORRISO 1 "Nov 17, 2008"
|
|
|
|
|
.\" Please adjust this date whenever revising the manpage.
|
|
|
|
|
.\"
|
|
|
|
|
.\" Some roff macros, for reference:
|
|
|
|
@ -100,7 +100,8 @@ The data content of the session is called filesystem
|
|
|
|
|
The written image in its session can then be mounted by the operating system
|
|
|
|
|
for being used read-only. Linux is able to mount ISO images from block devices,
|
|
|
|
|
which may represent optical media, other media or via a loop device even
|
|
|
|
|
from regular disk files.
|
|
|
|
|
from regular disk files. FreeBSD mounts ISO images from devices that represent
|
|
|
|
|
arbitrary media or from regular disk files.
|
|
|
|
|
.PP
|
|
|
|
|
This session usage model has been extended on CD media by the concept of
|
|
|
|
|
.B multi-session ,
|
|
|
|
@ -258,8 +259,6 @@ program is desired. -C $msc1,$msc2 is equivalent to:
|
|
|
|
|
Input drive, i.e. source of an existing or empty ISO image, can be any random
|
|
|
|
|
access readable libburn drive: optical media with readable data,
|
|
|
|
|
blank optical media, regular files, block devices.
|
|
|
|
|
.br
|
|
|
|
|
Rock Ridge info will be generated by the program unconditionally.
|
|
|
|
|
.PP
|
|
|
|
|
Output drive, i.e. target for writing, can be any libburn drive.
|
|
|
|
|
Some drive types do not support the method of growing but only the methods
|
|
|
|
@ -277,6 +276,12 @@ the path of their block device or of their generic character device. E.g.
|
|
|
|
|
.br
|
|
|
|
|
-dev /dev/sg2
|
|
|
|
|
.br
|
|
|
|
|
On FreeBSD the device files have names like
|
|
|
|
|
.br
|
|
|
|
|
-dev /dev/cd0
|
|
|
|
|
.br
|
|
|
|
|
-dev /dev/acd0
|
|
|
|
|
.br
|
|
|
|
|
Get a list of accessible drives by command
|
|
|
|
|
.br
|
|
|
|
|
-devices
|
|
|
|
@ -367,10 +372,10 @@ The MBR of a follow-up session can get in effect only on overwriteable media.
|
|
|
|
|
Commands are either actions or settings. They consist of a command word,
|
|
|
|
|
followed by zero or more parameter words. If the list of parameter words
|
|
|
|
|
is of variable length (indicated by "[...]" or "[***]") then it has to be
|
|
|
|
|
terminated by either the list delimiter, or the end of argument list, or an
|
|
|
|
|
end of an input line.
|
|
|
|
|
terminated by either the \fBlist delimiter\fR, or the end of argument list,
|
|
|
|
|
or an end of an input line.
|
|
|
|
|
.PP
|
|
|
|
|
At program start the \fBlist delimiter\fR is the word "--". This may be changed
|
|
|
|
|
At program start the list delimiter is the word "--". This may be changed
|
|
|
|
|
by option -list_delimiter in order to allow "--" as argument in a list of
|
|
|
|
|
variable length. It is advised to reset the delimiter to "--" immediately
|
|
|
|
|
afterwards.
|
|
|
|
@ -2356,8 +2361,8 @@ This transport becomes visible with -report_about "ALL".
|
|
|
|
|
\fB\-session_log\fR path
|
|
|
|
|
If path is not empty it gives the address of a plain text file where
|
|
|
|
|
a log record gets appended after each session. This log can be used to
|
|
|
|
|
determine the start_lba of a session for mount option sbsector= from
|
|
|
|
|
date or volume id.
|
|
|
|
|
determine the start_lba of a session for mount options -o sbsector=
|
|
|
|
|
resp. -s from date or volume id.
|
|
|
|
|
.br
|
|
|
|
|
Record format is: timestamp start_lba size volume-id
|
|
|
|
|
.br
|
|
|
|
@ -2743,9 +2748,10 @@ This makes sense if the full backup leaves substantial remaining capacity
|
|
|
|
|
on media and if the expected changes are much smaller than the full backup.
|
|
|
|
|
An update run will probably save no time but last longer than a full backup.
|
|
|
|
|
.br
|
|
|
|
|
With \fBmount\fR option \fB"sbsector="\fR it is possible to access the session
|
|
|
|
|
trees which represent the older backup versions. With CD media, Linux mount
|
|
|
|
|
accepts session numbers directly by its option "session=".
|
|
|
|
|
With \fBmount\fR option -o \fB"sbsector="\fR on Linux resp. \fB-s\fR on FreeBSD
|
|
|
|
|
it is possible to access the session trees which represent the older backup
|
|
|
|
|
versions. With CD media, Linux mount accepts session numbers directly by
|
|
|
|
|
its option "session=".
|
|
|
|
|
.br
|
|
|
|
|
Multi-session media and most overwriteable media written by xorriso can tell
|
|
|
|
|
the sbsectors of their sessions by xorriso option -toc.
|
|
|
|
@ -2799,7 +2805,8 @@ Avoid to eventually create /home/thomas/restored without rwx-permission.
|
|
|
|
|
.br
|
|
|
|
|
This can be repeated several times, eventually with -eject or with other
|
|
|
|
|
-indev drives. See the human readable part of "$HOME"/dvd_copy.map for
|
|
|
|
|
addresses which can be used on "$HOME"/dvd_copy with mount option sbsector=.
|
|
|
|
|
addresses which can be used on "$HOME"/dvd_copy with mount option -o sbsector=
|
|
|
|
|
resp. -s.
|
|
|
|
|
.br
|
|
|
|
|
If you want to make the newest session the default mount session, you
|
|
|
|
|
may add option "patch_lba0=on" to the final -check_media run.
|
|
|
|
|