Mentioned missing mkisofs -old-root functionality in man page

This commit is contained in:
Thomas Schmitt 2011-01-19 11:41:45 +00:00
parent cb0f18cc0a
commit be691d4f81
3 changed files with 54 additions and 37 deletions

View File

@ -9,7 +9,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 "Jan 06, 2011" .TH XORRISO 1 "Jan 19, 2011"
.\" 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:
@ -3521,6 +3521,9 @@ directory is added to the image. At the same occasion directory names get
allowed to violate the standard by -compliance option allow_dir_id_ext. allowed to violate the standard by -compliance option allow_dir_id_ext.
This may be avoided by option -disallow_dir_id_ext. This may be avoided by option -disallow_dir_id_ext.
.br .br
Currently there is no emulation for -root and -old-root. Incremental backups
can be done by native xorriso command -update_r. See also EXAMPLES section.
.br
Not original mkisofs options are --quoted_path_list , Not original mkisofs options are --quoted_path_list ,
--hardlinks , --acl , --hardlinks , --acl ,
--xattr , --md5 , --stdio_sync . --xattr , --md5 , --stdio_sync .
@ -4293,6 +4296,8 @@ get endangered by the new write operation, while the newest backup is
stored safely on a different media. stored safely on a different media.
Always have a blank media ready to perform a full backup in case the update Always have a blank media ready to perform a full backup in case the update
attempt fails due to insufficient remaining capacity. attempt fails due to insufficient remaining capacity.
.br
This example produces a result similar to -root / -old-root / with mkisofs.
.SS .SS
.B Restore directory trees from a particular ISO session to disk .B Restore directory trees from a particular ISO session to disk
This is an alternative to mounting the media and using normal file operations. This is an alternative to mounting the media and using normal file operations.
@ -4410,7 +4415,7 @@ Thomas Schmitt <scdbackup@gmx.net>
.br .br
for libburnia-project.org for libburnia-project.org
.SH COPYRIGHT .SH COPYRIGHT
Copyright (c) 2007 - 2010 Thomas Schmitt Copyright (c) 2007 - 2011 Thomas Schmitt
.br .br
Permission is granted to distribute this text freely. It shall only be Permission is granted to distribute this text freely. It shall only be
modified in sync with the technical properties of xorriso. If you make use modified in sync with the technical properties of xorriso. If you make use

View File

@ -3141,6 +3141,9 @@ programs trigger comparable actions.
directory names get allowed to violate the standard by -compliance directory names get allowed to violate the standard by -compliance
option allow_dir_id_ext. This may be avoided by option option allow_dir_id_ext. This may be avoided by option
-disallow_dir_id_ext. -disallow_dir_id_ext.
Currently there is no emulation for -root and -old-root.
Incremental backups can be done by native xorriso command
-update_r. See also EXAMPLES section.
Not original mkisofs options are --quoted_path_list , --hardlinks Not original mkisofs options are --quoted_path_list , --hardlinks
, --acl , --xattr , --md5 , --stdio_sync . They work like the , --acl , --xattr , --md5 , --stdio_sync . They work like the
xorriso options with the same name and hardcoded argument "on", xorriso options with the same name and hardcoded argument "on",
@ -3825,6 +3828,9 @@ stored safely on a different media. Always have a blank media ready to
perform a full backup in case the update attempt fails due to perform a full backup in case the update attempt fails due to
insufficient remaining capacity. insufficient remaining capacity.
This example produces a result similar to -root / -old-root / with
mkisofs.
 
File: xorriso.info, Node: ExRestore, Next: ExRecovery, Prev: ExIncBackup, Up: Examples File: xorriso.info, Node: ExRestore, Next: ExRecovery, Prev: ExIncBackup, Up: Examples
@ -3950,7 +3956,7 @@ for libburnia-project.org
13.2 Copyright 13.2 Copyright
============== ==============
Copyright (c) 2007 - 2010 Thomas Schmitt Copyright (c) 2007 - 2011 Thomas Schmitt
Permission is granted to distribute this text freely. It shall only be Permission is granted to distribute this text freely. It shall only be
modified in sync with the technical properties of xorriso. If you make modified in sync with the technical properties of xorriso. If you make
use of the license to derive modified versions of xorriso then you are use of the license to derive modified versions of xorriso then you are
@ -4103,7 +4109,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -out_charset sets output character set: SetWrite. (line 180) * -out_charset sets output character set: SetWrite. (line 180)
* -outdev aquires a drive for output: AqDrive. (line 29) * -outdev aquires a drive for output: AqDrive. (line 29)
* -overwrite enables overwriting in ISO: SetInsert. (line 127) * -overwrite enables overwriting in ISO: SetInsert. (line 127)
* -pacifier controls pacifier text form: Emulation. (line 142) * -pacifier controls pacifier text form: Emulation. (line 145)
* -padding sets amount of image padding: SetWrite. (line 263) * -padding sets amount of image padding: SetWrite. (line 263)
* -page set terminal geometry: DialogCtl. (line 19) * -page set terminal geometry: DialogCtl. (line 19)
* -paste_in copies file into disk file: Restore. (line 117) * -paste_in copies file into disk file: Restore. (line 117)
@ -4123,7 +4129,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -quoted_not_list sets exclusions: SetInsert. (line 72) * -quoted_not_list sets exclusions: SetInsert. (line 72)
* -quoted_path_list inserts paths from disk file: Insert. (line 80) * -quoted_path_list inserts paths from disk file: Insert. (line 80)
* -read_mkisofsrc searches and reads .mkisofsrc file: Emulation. * -read_mkisofsrc searches and reads .mkisofsrc file: Emulation.
(line 130) (line 133)
* -reassure enables confirmation question: DialogCtl. (line 32) * -reassure enables confirmation question: DialogCtl. (line 32)
* -report_about controls verbosity: Exception. (line 55) * -report_about controls verbosity: Exception. (line 55)
* -return_with controls exit value: Exception. (line 39) * -return_with controls exit value: Exception. (line 39)
@ -4133,7 +4139,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -rollback discards pending changes: Writing. (line 9) * -rollback discards pending changes: Writing. (line 9)
* -rollback_end ends program without writing: Scripting. (line 125) * -rollback_end ends program without writing: Scripting. (line 125)
* -rom_toc_scan searches for sessions: Loading. (line 203) * -rom_toc_scan searches for sessions: Loading. (line 203)
* -scdbackup_tag enables scdbackup checksum tag: Emulation. (line 152) * -scdbackup_tag enables scdbackup checksum tag: Emulation. (line 155)
* -scsi_log reports SCSI commands: Scripting. (line 113) * -scsi_log reports SCSI commands: Scripting. (line 113)
* -session_log logs written sessions: Scripting. (line 104) * -session_log logs written sessions: Scripting. (line 104)
* -session_string composes session info line: Inquiry. (line 56) * -session_string composes session info line: Inquiry. (line 56)
@ -4190,11 +4196,11 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Backslash Interpretation, _definition: Processing. (line 49) * Backslash Interpretation, _definition: Processing. (line 49)
* Backup, enable fast incremental, -disk_dev_ino: Loading. (line 182) * Backup, enable fast incremental, -disk_dev_ino: Loading. (line 182)
* Backup, enable features, -for_backup: Loading. (line 177) * Backup, enable features, -for_backup: Loading. (line 177)
* Backup, scdbackup checksum tag, -scdbackup: Emulation. (line 152) * Backup, scdbackup checksum tag, -scdbackup: Emulation. (line 155)
* Blank media, _definition: Media. (line 29) * Blank media, _definition: Media. (line 29)
* Blind growing, _definition: Methods. (line 40) * Blind growing, _definition: Methods. (line 40)
* Bootability, control, -boot_image: Bootable. (line 26) * Bootability, control, -boot_image: Bootable. (line 26)
* cdrecord, Emulation: Emulation. (line 97) * cdrecord, Emulation: Emulation. (line 100)
* Character Set, _definition: Charset. (line 6) * Character Set, _definition: Charset. (line 6)
* Character Set, for input, -in_charset: Loading. (line 92) * Character Set, for input, -in_charset: Loading. (line 92)
* Character Set, for input/output, -charset: Charset. (line 43) * Character Set, for input/output, -charset: Charset. (line 43)
@ -4229,10 +4235,10 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Drive, write and eject, -commit_eject: Writing. (line 40) * Drive, write and eject, -commit_eject: Writing. (line 40)
* El Torito, _definiton: Extras. (line 19) * El Torito, _definiton: Extras. (line 19)
* Emulation, -as: Emulation. (line 13) * Emulation, -as: Emulation. (line 13)
* Emulation, .mkisofsrc, -read_mkisofsrc: Emulation. (line 130) * Emulation, .mkisofsrc, -read_mkisofsrc: Emulation. (line 133)
* Emulation, cdrecord, -as: Emulation. (line 97) * Emulation, cdrecord, -as: Emulation. (line 100)
* Emulation, mkisofs, -as: Emulation. (line 16) * Emulation, mkisofs, -as: Emulation. (line 16)
* Emulation, pacifier form, -pacifier: Emulation. (line 142) * Emulation, pacifier form, -pacifier: Emulation. (line 145)
* Examples: Examples. (line 6) * Examples: Examples. (line 6)
* Filter, _definition: Filter. (line 6) * Filter, _definition: Filter. (line 6)
* Filter, apply to file tree, -set_filter_r: Filter. (line 84) * Filter, apply to file tree, -set_filter_r: Filter. (line 84)
@ -4446,29 +4452,29 @@ Node: Navigate131705
Node: Verify139600 Node: Verify139600
Node: Restore148189 Node: Restore148189
Node: Emulation154845 Node: Emulation154845
Node: Scripting163677 Node: Scripting163845
Node: Frontend169239 Node: Frontend169407
Node: Examples170534 Node: Examples170702
Node: ExDevices171703 Node: ExDevices171871
Node: ExCreate172337 Node: ExCreate172505
Node: ExDialog173611 Node: ExDialog173779
Node: ExGrowing174873 Node: ExGrowing175041
Node: ExModifying175675 Node: ExModifying175843
Node: ExBootable176176 Node: ExBootable176344
Node: ExCharset176723 Node: ExCharset176891
Node: ExPseudo177551 Node: ExPseudo177719
Node: ExCdrecord178445 Node: ExCdrecord178613
Node: ExMkisofs178760 Node: ExMkisofs178928
Node: ExGrowisofs179763 Node: ExGrowisofs179931
Node: ExException180887 Node: ExException181055
Node: ExTime181341 Node: ExTime181509
Node: ExIncBackup181800 Node: ExIncBackup181968
Node: ExRestore185290 Node: ExRestore185536
Node: ExRecovery186259 Node: ExRecovery186505
Node: Files186825 Node: Files187071
Node: Seealso188053 Node: Seealso188299
Node: Legal188577 Node: Legal188823
Node: CommandIdx189499 Node: CommandIdx189745
Node: ConceptIdx203725 Node: ConceptIdx203971
 
End Tag Table End Tag Table

View File

@ -44,7 +44,7 @@
@c man .\" First parameter, NAME, should be all caps @c man .\" First parameter, NAME, should be all caps
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection @c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
@c man .\" other parameters are allowed: see man(7), man(1) @c man .\" other parameters are allowed: see man(7), man(1)
@c man .TH XORRISO 1 "Jan 06, 2011" @c man .TH XORRISO 1 "Jan 19, 2011"
@c man .\" Please adjust this date whenever revising the manpage. @c man .\" Please adjust this date whenever revising the manpage.
@c man .\" @c man .\"
@c man .\" Some roff macros, for reference: @c man .\" Some roff macros, for reference:
@ -4172,6 +4172,9 @@ directory is added to the image. At the same occasion directory names get
allowed to violate the standard by -compliance option allow_dir_id_ext. allowed to violate the standard by -compliance option allow_dir_id_ext.
This may be avoided by option -disallow_dir_id_ext. This may be avoided by option -disallow_dir_id_ext.
@* @*
Currently there is no emulation for -root and -old-root. Incremental backups
can be done by native xorriso command -update_r. See also EXAMPLES section.
@*
Not original mkisofs options are @minus{}@minus{}quoted_path_list , Not original mkisofs options are @minus{}@minus{}quoted_path_list ,
@minus{}@minus{}hardlinks , @minus{}@minus{}acl , @minus{}@minus{}hardlinks , @minus{}@minus{}acl ,
@minus{}@minus{}xattr , @minus{}@minus{}md5 , @minus{}@minus{}stdio_sync . @minus{}@minus{}xattr , @minus{}@minus{}md5 , @minus{}@minus{}stdio_sync .
@ -5151,6 +5154,9 @@ get endangered by the new write operation, while the newest backup is
stored safely on a different media. stored safely on a different media.
Always have a blank media ready to perform a full backup in case the update Always have a blank media ready to perform a full backup in case the update
attempt fails due to insufficient remaining capacity. attempt fails due to insufficient remaining capacity.
@*
@sp 1
This example produces a result similar to -root / -old-root / with mkisofs.
@c man .SS @c man .SS
@c man .B Restore directory trees from a particular ISO session to disk @c man .B Restore directory trees from a particular ISO session to disk
@node ExRestore, ExRecovery, ExIncBackup, Examples @node ExRestore, ExRecovery, ExIncBackup, Examples
@ -5316,7 +5322,7 @@ Thomas Schmitt <scdbackup@@gmx.net>
for libburnia-project.org for libburnia-project.org
@c man .SH COPYRIGHT @c man .SH COPYRIGHT
@section Copyright @section Copyright
Copyright (c) 2007 - 2010 Thomas Schmitt Copyright (c) 2007 - 2011 Thomas Schmitt
@* @*
Permission is granted to distribute this text freely. It shall only be Permission is granted to distribute this text freely. It shall only be
modified in sync with the technical properties of xorriso. If you make use modified in sync with the technical properties of xorriso. If you make use