Minor change in -update_r example
This commit is contained in:
parent
ca0179ad57
commit
eeab74920f
@ -2,7 +2,7 @@
|
|||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH XORRISO 1 "May, 8, 2008"
|
.TH XORRISO 1 "May, 10, 2008"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
@ -149,7 +149,7 @@ describes their existing sessions. See option \fB-toc\fR.
|
|||||||
\fBOverwriteable\fR media are DVD-RAM, DVD+RW, and formatted DVD-RW.
|
\fBOverwriteable\fR media are DVD-RAM, DVD+RW, and formatted DVD-RW.
|
||||||
They allow random write access but do not provide information about their
|
They allow random write access but do not provide information about their
|
||||||
session history. If they contain one or more ISO 9660 sessions and if the
|
session history. If they contain one or more ISO 9660 sessions and if the
|
||||||
first session was written by modern xorriso, then a table of content can
|
first session was written by xorriso, then a table of content can
|
||||||
be emulated. Else only a single overall session will be visible.
|
be emulated. Else only a single overall session will be visible.
|
||||||
.br
|
.br
|
||||||
DVD-RW media can be formatted by -format full.
|
DVD-RW media can be formatted by -format full.
|
||||||
@ -1336,9 +1336,9 @@ Show media specific table of content. This is the media session history,
|
|||||||
not the ISO image directory tree.
|
not the ISO image directory tree.
|
||||||
.br
|
.br
|
||||||
In case of overwriteable media holding a valid ISO image, a single session
|
In case of overwriteable media holding a valid ISO image, a single session
|
||||||
gets fabricated from the ISO image size info. If the first session on the
|
gets fabricated from the ISO image size info. But if the first session on the
|
||||||
overwriteable media was written by modern xorriso then a complete session
|
overwriteable media was written by xorriso then in most cases a complete
|
||||||
history can be emulated.
|
session history can be emulated.
|
||||||
.br
|
.br
|
||||||
A drive which is incapable of writing may show any media as CD-ROM or DVD-ROM
|
A drive which is incapable of writing may show any media as CD-ROM or DVD-ROM
|
||||||
with only one or two sessions on it. The last of these sessions is supposed
|
with only one or two sessions on it. The last of these sessions is supposed
|
||||||
@ -1939,13 +1939,13 @@ compare them with their disk counterparts,
|
|||||||
add disk file objects which are missing yet,
|
add disk file objects which are missing yet,
|
||||||
overwrite those which are different on disk,
|
overwrite those which are different on disk,
|
||||||
and delete those which have vanished on disk.
|
and delete those which have vanished on disk.
|
||||||
But do not add or overwrite files matching *.o, *.lo, *.swp.
|
But do not add or overwrite files matching *.o, *.swp.
|
||||||
.br
|
.br
|
||||||
\fB$\fR xorriso -dev /dev/sr0 \\
|
\fB$\fR xorriso -dev /dev/sr0 \\
|
||||||
.br
|
.br
|
||||||
-volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')" \\
|
-volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')" \\
|
||||||
.br
|
.br
|
||||||
-not_leaf '*.o' -not_leaf '*.lo' -not_leaf '*.swp' \\
|
-not_leaf '*.o' -not_leaf '*.swp' \\
|
||||||
.br
|
.br
|
||||||
-update_r /home/thomas/open_source_projects /open_source_projects \\
|
-update_r /home/thomas/open_source_projects /open_source_projects \\
|
||||||
.br
|
.br
|
||||||
@ -1966,7 +1966,7 @@ Another good reason may be given if read speed is much higher than write speed.
|
|||||||
.br
|
.br
|
||||||
With \fBmount\fR option \fB"sbsector="\fR it is possible to access the session
|
With \fBmount\fR option \fB"sbsector="\fR it is possible to access the session
|
||||||
trees which represent the older backup versions. Multi-session media and
|
trees which represent the older backup versions. Multi-session media and
|
||||||
overwriteable media written by modern xorriso can tell
|
most overwriteable media written by xorriso can tell
|
||||||
the sbsector by xorriso option -toc.
|
the sbsector by xorriso option -toc.
|
||||||
.br
|
.br
|
||||||
Another way to keep track of incremental sessions is to
|
Another way to keep track of incremental sessions is to
|
||||||
|
@ -261,9 +261,13 @@ So this constitutes true incremental backup.
|
|||||||
|
|
||||||
</DT>
|
</DT>
|
||||||
<DD>$<KBD> xorriso -dev /dev/sr0 \</KBD></DD>
|
<DD>$<KBD> xorriso -dev /dev/sr0 \</KBD></DD>
|
||||||
|
<DD><KBD> -volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')" \</KBD></DD>
|
||||||
|
<!--
|
||||||
|
<DD><KBD> -not_leaf '*.o' -not_leaf '*.swp' \</KBD></DD>
|
||||||
|
-->
|
||||||
<DD><KBD> -update_r /home/thomas/open_source_projects /open_source_projects \</KBD></DD>
|
<DD><KBD> -update_r /home/thomas/open_source_projects /open_source_projects \</KBD></DD>
|
||||||
<DD><KBD> -update_r /home/thomas/personal_mail /personal_mail \</KBD></DD>
|
<DD><KBD> -update_r /home/thomas/personal_mail /personal_mail \</KBD></DD>
|
||||||
<DD><KBD> -commit_eject all \</KBD></DD>
|
<DD><KBD> -commit -toc -eject all</KBD></DD>
|
||||||
|
|
||||||
<DT>
|
<DT>
|
||||||
<HR>
|
<HR>
|
||||||
|
Loading…
Reference in New Issue
Block a user