Updated man page examples
This commit is contained in:
parent
9a178da717
commit
f0571d731e
@ -441,7 +441,7 @@ without aquiring a new one. No writing is possible without an output drive.
|
|||||||
Read-only drives do not tell the actual media type but show any media as
|
Read-only drives do not tell the actual media type but show any media as
|
||||||
ROM (e.g. as DVD-ROM). The session history of MMC multi-session media might
|
ROM (e.g. as DVD-ROM). The session history of MMC multi-session media might
|
||||||
be truncated to first and last session or even be completely false.
|
be truncated to first and last session or even be completely false.
|
||||||
The eventual emulated history of overwriteable media is not affected by this.
|
(The eventual emulated history of overwriteable media is not affected by this.)
|
||||||
.br
|
.br
|
||||||
To have in case of failure a chance of getting the session history and
|
To have in case of failure a chance of getting the session history and
|
||||||
especially the address of the last session, there is a scan for ISO 9660
|
especially the address of the last session, there is a scan for ISO 9660
|
||||||
@ -1939,10 +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.
|
||||||
.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
|
||||||
|
-not_leaf '*.o' -not_leaf '*.lo' -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
|
||||||
|
Loading…
Reference in New Issue
Block a user