Mentioned that empty record_name disables scdbackup tagging

This commit is contained in:
Thomas Schmitt 2016-08-05 11:22:49 +00:00
parent 3486726ebb
commit dc9b5e93b1
6 changed files with 87 additions and 77 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 "Version 1.4.5, Jul 30, 2016" .TH XORRISO 1 "Version 1.4.5, Aug 05, 2016"
.\" 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:
@ -4956,6 +4956,8 @@ If list_path is not empty then the record will also be appended to the
data file given by this path. data file given by this path.
.br .br
Program scdbackup_verify will recognize and verify tag and file record. Program scdbackup_verify will recognize and verify tag and file record.
.br
An empty record_name disables this feature.
.TP .TP
.B Scripting, dialog and program control features: .B Scripting, dialog and program control features:
.TP .TP

View File

@ -4152,6 +4152,7 @@ said programs trigger comparable actions.
the data file given by this path. the data file given by this path.
Program scdbackup_verify will recognize and verify tag and file Program scdbackup_verify will recognize and verify tag and file
record. record.
An empty record_name disables this feature.
 
File: xorriso.info, Node: Scripting, Next: Frontend, Prev: Emulation, Up: Commands File: xorriso.info, Node: Scripting, Next: Frontend, Prev: Emulation, Up: Commands
@ -5677,30 +5678,30 @@ Node: Navigate187821
Node: Verify196116 Node: Verify196116
Node: Restore205994 Node: Restore205994
Node: Emulation214607 Node: Emulation214607
Node: Scripting225017 Node: Scripting225066
Node: Frontend232800 Node: Frontend232849
Node: Examples242426 Node: Examples242475
Node: ExDevices243604 Node: ExDevices243653
Node: ExCreate244265 Node: ExCreate244314
Node: ExDialog245565 Node: ExDialog245614
Node: ExGrowing246836 Node: ExGrowing246885
Node: ExModifying247645 Node: ExModifying247694
Node: ExBootable248155 Node: ExBootable248204
Node: ExCharset248710 Node: ExCharset248759
Node: ExPseudo249606 Node: ExPseudo249655
Node: ExCdrecord250533 Node: ExCdrecord250582
Node: ExMkisofs250853 Node: ExMkisofs250902
Node: ExGrowisofs252210 Node: ExGrowisofs252259
Node: ExException253364 Node: ExException253413
Node: ExTime253822 Node: ExTime253871
Node: ExIncBackup254280 Node: ExIncBackup254329
Node: ExRestore258306 Node: ExRestore258355
Node: ExRecovery259252 Node: ExRecovery259301
Node: Files259824 Node: Files259873
Node: Seealso261158 Node: Seealso261207
Node: Bugreport261873 Node: Bugreport261922
Node: Legal262464 Node: Legal262513
Node: CommandIdx263476 Node: CommandIdx263525
Node: ConceptIdx280664 Node: ConceptIdx280713
 
End Tag Table End Tag Table

View File

@ -50,7 +50,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 "Version 1.4.5, Jul 30, 2016" @c man .TH XORRISO 1 "Version 1.4.5, Aug 05, 2016"
@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:
@ -5722,6 +5722,8 @@ If list_path is not empty then the record will also be appended to the
data file given by this path. data file given by this path.
@* @*
Program scdbackup_verify will recognize and verify tag and file record. Program scdbackup_verify will recognize and verify tag and file record.
@*
An empty record_name disables this feature.
@end table @end table
@c man .TP @c man .TP
@c man .B Scripting, dialog and program control features: @c man .B Scripting, dialog and program control features:

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 XORRISOFS 1 "Version 1.4.5, Jul 03, 2016" .TH XORRISOFS 1 "Version 1.4.5, Aug 05, 2016"
.\" 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:
@ -653,12 +653,14 @@ the ISO image.
.TP .TP
\fB--scdbackup_tag\fR disk_path record_name \fB--scdbackup_tag\fR disk_path record_name
Append a scdbackup checksum record to the image. This works only if the Append a scdbackup checksum record to the image. This works only if the
parameter next_writeable_address of option \-C is 0. parameter next_writeable_address of option \-C is 0 and \-\-md5 is enabled.
If disk_path is not an empty string, then append a scdbackup checksum record If disk_path is not an empty string, then append a scdbackup checksum record
to the end of this file. record_name is a word that gets part of tag to the end of this file. record_name is a word that gets part of tag
and record. and record.
.br .br
Program scdbackup_verify will recognize and verify tag and file record. Program scdbackup_verify will recognize and verify tag and file record.
.br
An empty record_name disables this feature.
.TP .TP
\fB\-J\fR \fB\-J\fR
.br .br

View File

@ -598,12 +598,13 @@ File: xorrisofs.info, Node: SetExtras, Next: SetHide, Prev: SetCompl, Up: Op
extracting files from the ISO image. extracting files from the ISO image.
--scdbackup_tag disk_path record_name --scdbackup_tag disk_path record_name
Append a scdbackup checksum record to the image. This works only Append a scdbackup checksum record to the image. This works only
if the parameter next_writeable_address of option -C is 0. If if the parameter next_writeable_address of option -C is 0 and -md5
disk_path is not an empty string, then append a scdbackup checksum is enabled. If disk_path is not an empty string, then append a
record to the end of this file. record_name is a word that gets scdbackup checksum record to the end of this file. record_name is
part of tag and record. a word that gets part of tag and record.
Program scdbackup_verify will recognize and verify tag and file Program scdbackup_verify will recognize and verify tag and file
record. record.
An empty record_name disables this feature.
-J -J
Enable the production of an additional Joliet directory tree along Enable the production of an additional Joliet directory tree along
@ -1918,15 +1919,15 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
(line 29) (line 29)
* -hard-disk-boot El Torito boot image emulation: Bootable. (line 63) * -hard-disk-boot El Torito boot image emulation: Bootable. (line 63)
* -help list supported options: Miscellaneous. (line 21) * -help list supported options: Miscellaneous. (line 21)
* -hfs-bless HFS+ blessing ppc_bootdir: SetExtras. (line 186) * -hfs-bless HFS+ blessing ppc_bootdir: SetExtras. (line 187)
* -hfs-bless-by HFS+ blessing: SetExtras. (line 176) * -hfs-bless-by HFS+ blessing: SetExtras. (line 177)
* -hfsplus enable production of HFS+ partition: SetExtras. (line 135) * -hfsplus enable production of HFS+ partition: SetExtras. (line 136)
* -hfsplus-block-size set APM block size: SetExtras. (line 166) * -hfsplus-block-size set APM block size: SetExtras. (line 167)
* -hfsplus-block-size set HFS+ allocation block size: SetExtras. * -hfsplus-block-size set HFS+ allocation block size: SetExtras.
(line 162) (line 163)
* -hfsplus-file-creator-type HFS+ creator-type attribute: SetExtras. * -hfsplus-file-creator-type HFS+ creator-type attribute: SetExtras.
(line 173) (line 174)
* -hfsplus-serial-no set HFS+ serial number: SetExtras. (line 158) * -hfsplus-serial-no set HFS+ serial number: SetExtras. (line 159)
* -hide keep matching files invisible in ISO tree: SetHide. (line 8) * -hide keep matching files invisible in ISO tree: SetHide. (line 8)
* -hide-hfsplus keep matching files invisible in HFS+ tree: SetHide. * -hide-hfsplus keep matching files invisible in HFS+ tree: SetHide.
(line 25) (line 25)
@ -1954,7 +1955,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* -isohybrid-gpt-basdat Mark boot image in GPT: SystemArea. (line 94) * -isohybrid-gpt-basdat Mark boot image in GPT: SystemArea. (line 94)
* -isohybrid-gpt-hfsplus Mark boot image in GPT: SystemArea. (line 104) * -isohybrid-gpt-hfsplus Mark boot image in GPT: SystemArea. (line 104)
* -isohybrid-mbr Install ISOLINUX isohybrid MBR: SystemArea. (line 83) * -isohybrid-mbr Install ISOLINUX isohybrid MBR: SystemArea. (line 83)
* -J enable production of Joliet directory tree: SetExtras. (line 118) * -J enable production of Joliet directory tree: SetExtras. (line 119)
* -jigdo-exclude add exclusion pattern for .md5: Jigdo. (line 55) * -jigdo-exclude add exclusion pattern for .md5: Jigdo. (line 55)
* -jigdo-force-md5 add check pattern for .md5: Jigdo. (line 49) * -jigdo-force-md5 add check pattern for .md5: Jigdo. (line 49)
* -jigdo-jigdo set name of .jigdo file: Jigdo. (line 38) * -jigdo-jigdo set name of .jigdo file: Jigdo. (line 38)
@ -1964,9 +1965,9 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* -jigdo-template-compress choose compression algorithm: Jigdo. * -jigdo-template-compress choose compression algorithm: Jigdo.
(line 69) (line 69)
* -joliet enable production of Joliet directory tree: SetExtras. * -joliet enable production of Joliet directory tree: SetExtras.
(line 122) (line 123)
* -joliet-long allow longer Joliet names: SetExtras. (line 124) * -joliet-long allow longer Joliet names: SetExtras. (line 125)
* -joliet-utf16 use UTF-16 with Joliet names: SetExtras. (line 130) * -joliet-utf16 use UTF-16 with Joliet names: SetExtras. (line 131)
* -l allow 31 characters in ISO file names: SetCompl. (line 56) * -l allow 31 characters in ISO file names: SetCompl. (line 56)
* -log-file redirect stderr messages: Miscellaneous. (line 33) * -log-file redirect stderr messages: Miscellaneous. (line 33)
* -m exclude disk files from inserting: SetInsert. (line 31) * -m exclude disk files from inserting: SetInsert. (line 31)
@ -2137,14 +2138,14 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* GPT, mark appended partitions, -appended_part_as_gpt: SystemArea. * GPT, mark appended partitions, -appended_part_as_gpt: SystemArea.
(line 194) (line 194)
* GPT, _definition: SystemArea. (line 13) * GPT, _definition: SystemArea. (line 13)
* HFS+, enables production: SetExtras. (line 135) * HFS+, enables production: SetExtras. (line 136)
* HFS+, issue blessing ppc_bootdir, -hfs-bless: SetExtras. (line 186) * HFS+, issue blessing ppc_bootdir, -hfs-bless: SetExtras. (line 187)
* HFS+, issue blessing, -hfs-bless-by: SetExtras. (line 176) * HFS+, issue blessing, -hfs-bless-by: SetExtras. (line 177)
* HFS+, set allocation block size: SetExtras. (line 162) * HFS+, set allocation block size: SetExtras. (line 163)
* HFS+, set APM block size: SetExtras. (line 166) * HFS+, set APM block size: SetExtras. (line 167)
* HFS+, set creator and type of file, -hfsplus-file-creator-type: SetExtras. * HFS+, set creator and type of file, -hfsplus-file-creator-type: SetExtras.
(line 173) (line 174)
* HFS+, set serial number: SetExtras. (line 158) * HFS+, set serial number: SetExtras. (line 159)
* HFS+, _definition: Standards. (line 32) * HFS+, _definition: Standards. (line 32)
* Hiding, from HFS+, -hide-hfsplus: SetHide. (line 25) * Hiding, from HFS+, -hide-hfsplus: SetHide. (line 25)
* Hiding, from HFS+, -hide-hfsplus-list: SetHide. (line 28) * Hiding, from HFS+, -hide-hfsplus-list: SetHide. (line 28)
@ -2201,8 +2202,8 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Jigdo Template Extraction, -jigdo-template-compress: Jigdo. (line 69) * Jigdo Template Extraction, -jigdo-template-compress: Jigdo. (line 69)
* Jigdo Template Extraction, -md5-list: Jigdo. (line 67) * Jigdo Template Extraction, -md5-list: Jigdo. (line 67)
* Jigdo Template Extraction, _definition: Jigdo. (line 6) * Jigdo Template Extraction, _definition: Jigdo. (line 6)
* Joliet, allows longer names, -joliet-long: SetExtras. (line 124) * Joliet, allows longer names, -joliet-long: SetExtras. (line 125)
* Joliet, enable, -J, -joliet: SetExtras. (line 118) * Joliet, enable, -J, -joliet: SetExtras. (line 119)
* Joliet, _definition: Standards. (line 21) * Joliet, _definition: Standards. (line 21)
* Links, follow on disk, -f, -follow-links: SetInsert. (line 22) * Links, follow on disk, -f, -follow-links: SetInsert. (line 22)
* Links, record and load hard links, --hardlinks: SetExtras. (line 102) * Links, record and load hard links, --hardlinks: SetExtras. (line 102)
@ -2245,7 +2246,7 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* System Id, set, -sysid: ImageId. (line 43) * System Id, set, -sysid: ImageId. (line 43)
* Table-of-content, emulation off, --no-emul-toc: SetProduct. (line 41) * Table-of-content, emulation off, --no-emul-toc: SetProduct. (line 41)
* Table-of-content, emulation, --emul-toc: SetProduct. (line 33) * Table-of-content, emulation, --emul-toc: SetProduct. (line 33)
* UTF-16, for Joliet paths, -joliet-utf16: SetExtras. (line 130) * UTF-16, for Joliet paths, -joliet-utf16: SetExtras. (line 131)
* Verbosity, high, -v, -verbose: Miscellaneous. (line 38) * Verbosity, high, -v, -verbose: Miscellaneous. (line 38)
* Volume Id, set, -V, -volid: ImageId. (line 13) * Volume Id, set, -V, -volid: ImageId. (line 13)
* Volume Set Id, set, -volset: ImageId. (line 25) * Volume Set Id, set, -volset: ImageId. (line 25)
@ -2269,26 +2270,26 @@ Node: SetInsert9753
Node: SetProduct14162 Node: SetProduct14162
Node: SetCompl19338 Node: SetCompl19338
Node: SetExtras21930 Node: SetExtras21930
Node: SetHide31653 Node: SetHide31722
Node: ImageId32957 Node: ImageId33026
Node: Bootable37128 Node: Bootable37197
Node: SystemArea42296 Node: SystemArea42365
Node: Charset58001 Node: Charset58070
Node: Jigdo59026 Node: Jigdo59095
Node: Miscellaneous63303 Node: Miscellaneous63372
Node: Examples64948 Node: Examples65017
Node: ExSimple65442 Node: ExSimple65511
Node: ExGraft65925 Node: ExGraft65994
Node: ExMkisofs67225 Node: ExMkisofs67294
Node: ExGrowisofs68491 Node: ExGrowisofs68560
Node: ExIncBackup69681 Node: ExIncBackup69750
Node: ExIncBckAcc72842 Node: ExIncBckAcc72911
Node: ExBootable74531 Node: ExBootable74600
Node: Files78713 Node: Files78782
Node: Seealso79808 Node: Seealso79877
Node: Bugreport80457 Node: Bugreport80526
Node: Legal81048 Node: Legal81117
Node: CommandIdx81945 Node: CommandIdx82014
Node: ConceptIdx97237 Node: ConceptIdx97306
 
End Tag Table End Tag Table

View File

@ -50,7 +50,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 XORRISOFS 1 "Version 1.4.5, Jul 03, 2016" @c man .TH XORRISOFS 1 "Version 1.4.5, Aug 05, 2016"
@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:
@ -915,12 +915,14 @@ the ISO image.
@kindex @minus{}@minus{}scdbackup_tag Recording of MD5 checksum @kindex @minus{}@minus{}scdbackup_tag Recording of MD5 checksum
@cindex scdbackup, record checksum tag, @minus{}@minus{}scdbackup_tag @cindex scdbackup, record checksum tag, @minus{}@minus{}scdbackup_tag
Append a scdbackup checksum record to the image. This works only if the Append a scdbackup checksum record to the image. This works only if the
parameter next_writeable_address of option -C is 0. parameter next_writeable_address of option -C is 0 and --md5 is enabled.
If disk_path is not an empty string, then append a scdbackup checksum record If disk_path is not an empty string, then append a scdbackup checksum record
to the end of this file. record_name is a word that gets part of tag to the end of this file. record_name is a word that gets part of tag
and record. and record.
@* @*
Program scdbackup_verify will recognize and verify tag and file record. Program scdbackup_verify will recognize and verify tag and file record.
@*
An empty record_name disables this feature.
@c man .TP @c man .TP
@item -J @item -J
@kindex -J enable production of Joliet directory tree @kindex -J enable production of Joliet directory tree