Usage:
vdb-copy <src_path> <dst_path> [options]
Options:
-T|--table <table> table-name
-R|--rows <rows> set of rows to be copied(default = all)
-S|--schema <schema> schema-name
-a|--without_accession without accession-test
-r|--ignore_reject ignore SRA_FILTER_REJECT values
-e|--ignore_redact ignore SRA_FILTER_REDACTED values
-m|--show_matching show type-matching results
-p|--show_progress show progress in percent while copying
-i|--ignore_incompatible_columns ignore incompatible columns
-n|--reindex reindex columns after copy
-w|--show_redact show redaction-process
-x|--exclude_columns exclude these columns from copy
-t|--show_meta show metadata-copy-process
-f|--force forces an existing target to be overwritten
-u|--unlock forces a locked target to be unlocked
-h|--help Output a brief explantion for the program.
-V|--version Display the version of the program then quit.
-L|--log-level <level> Logging level as number or enum string.
One of (fatal|sys|int|err|warn|info) or (0-5)
Current/default is warn
-v|--verbose Increase the verbosity level of the program.
Use multiple times for more verbosity.