DBCollect/Usage: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
dbcollect -V | dbcollect -V | ||
# | # Show usage | ||
dbcollect -h | dbcollect -h | ||
</syntaxhighlight> | |||
== Run with default settings == | |||
<syntaxhighlight lang=bash> | |||
# Default run | |||
dbcollect | |||
# If you get Error DBC-020 (zipfile already exists), you can overwrite the old zipfile: | |||
dbcollect -o | |||
# or | |||
dbcollect --overwrite | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 13:28, 28 May 2024
Usage
Verify correct install
# Show version
dbcollect -V
# Show usage
dbcollect -h
Run with default settings
# Default run
dbcollect
# If you get Error DBC-020 (zipfile already exists), you can overwrite the old zipfile:
dbcollect -o
# or
dbcollect --overwrite