Minor change in -update_r example
This commit is contained in:
parent
6674374899
commit
0b3a47c82f
@ -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 "May, 8, 2008"
|
||||
.TH XORRISO 1 "May, 10, 2008"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" 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.
|
||||
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
|
||||
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.
|
||||
.br
|
||||
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.
|
||||
.br
|
||||
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
|
||||
overwriteable media was written by modern xorriso then a complete session
|
||||
history can be emulated.
|
||||
gets fabricated from the ISO image size info. But if the first session on the
|
||||
overwriteable media was written by xorriso then in most cases a complete
|
||||
session history can be emulated.
|
||||
.br
|
||||
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
|
||||
@ -1939,13 +1939,13 @@ compare them with their disk counterparts,
|
||||
add disk file objects which are missing yet,
|
||||
overwrite those which are different 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
|
||||
\fB$\fR xorriso -dev /dev/sr0 \\
|
||||
.br
|
||||
-volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')" \\
|
||||
.br
|
||||
-not_leaf '*.o' -not_leaf '*.lo' -not_leaf '*.swp' \\
|
||||
-not_leaf '*.o' -not_leaf '*.swp' \\
|
||||
.br
|
||||
-update_r /home/thomas/open_source_projects /open_source_projects \\
|
||||
.br
|
||||
@ -1966,7 +1966,7 @@ Another good reason may be given if read speed is much higher than write speed.
|
||||
.br
|
||||
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
|
||||
overwriteable media written by modern xorriso can tell
|
||||
most overwriteable media written by xorriso can tell
|
||||
the sbsector by xorriso option -toc.
|
||||
.br
|
||||
Another way to keep track of incremental sessions is to
|
||||
|
@ -261,9 +261,13 @@ So this constitutes true incremental backup.
|
||||
|
||||
</DT>
|
||||
<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/personal_mail /personal_mail \</KBD></DD>
|
||||
<DD><KBD> -commit_eject all \</KBD></DD>
|
||||
<DD><KBD> -commit -toc -eject all</KBD></DD>
|
||||
|
||||
<DT>
|
||||
<HR>
|
||||
|
Loading…
Reference in New Issue
Block a user