Both sides previous revisionPrevious revisionNext revision | Previous revision |
cli:tmss10sync [2021/06/17 17:32] – dcumming | cli:tmss10sync [2025/01/21 22:07] (current) – external edit 127.0.0.1 |
---|
* ''-F'' Instructs the program to simply read in the contents of ''stdin'' and write out a formatted report on ''stdout'' with a ruler every recordcount records. This can be helpful for establishing the offset and length of the fields that are being synchronized from a text file. No other processing will be performed. | * ''-F'' Instructs the program to simply read in the contents of ''stdin'' and write out a formatted report on ''stdout'' with a ruler every recordcount records. This can be helpful for establishing the offset and length of the fields that are being synchronized from a text file. No other processing will be performed. |
* ''-M'' Executes the program to run in Dump Mode. Dump mode processes the input synchronization as it would in the regular update mode but instead of performing any updates the program will write a list of proposed update fields for each record to the ''stdin''. | * ''-M'' Executes the program to run in Dump Mode. Dump mode processes the input synchronization as it would in the regular update mode but instead of performing any updates the program will write a list of proposed update fields for each record to the ''stdin''. |
* ''-T'' Sets the Do Not Slot flag for each updated Volume. | * ''-T'' Sets the Do Not Slot [[common:volume_flags|Flag]] for each updated Volume. |
* ''-a'' Adds any new Volumes to the TapeTrack database. In the event that this argument is not specified and newly encountered Volumes will be skipped and added to the Not-Added Count. | * ''-a'' Adds any new Volumes to the TapeTrack database. In the event that this argument is not specified and newly encountered Volumes will be skipped and added to the Not-Added Count. |
* ''-d'' Sets the path to the Import Definition File. The Import Definition file is responsible for instructing the program on how to interpret the input file or ODBC connection. If not specified it defaults to the file default.ttidef in the current working directory. | * ''-d'' Sets the path to the Import Definition File. The Import Definition file is responsible for instructing the program on how to interpret the input file or ODBC connection. If not specified it defaults to the file default.ttidef in the current working directory. |
| |
List supported Processing Directives. | List supported Processing Directives. |
<sxh plain;> | <code plain;> |
[jsmith@z1090 ~]$ TMSS10Sync -l < syntax.txt | [jsmith@z1090 ~]$ TMSS10Sync -l < syntax.txt |
</sxh> | </code> |
Run program in Dump Mode. | Run program in Dump Mode. |
<sxh plain;> | <code plain;> |
[jsmith@z1090 ~]$ TMSS10Sync -M < input.txt | [jsmith@z1090 ~]$ TMSS10Sync -M < input.txt |
</sxh> | </code> |
Produce a formatted listing with a ruler every 10 records. | Produce a formatted listing with a ruler every 10 records. |
<sxh plain;> | <code plain;> |
[jsmith@z1090 ~]$ TMSS10Sync -F 10 < input.txt > output.txt | [jsmith@z1090 ~]$ TMSS10Sync -F 10 < input.txt > output.txt |
</sxh> | </code> |
| |
===== Changelog ===== | --> Changelog |
| |
[filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10Sync] | [filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10Sync] |
| <-- |