The other command line options of BDM are listed below: * For more specific formats of input file, please refer to this link [[BDMOptions]]. |Command line option|Description of option |sample command | |-f|valid path to input file|| |-sd|valid source dir|| |-s|valid source file|| |-td|valid target dir|| |-t|valid target file|| |-buffersize|valid integer || |-concurrency|valid integer|| |-dcau||| |-parallelism|valid integer || |-browse/-ls||| |-checksum|
  • Checksum option is optional.
    • By default, it does not calculate checksum after file transfers.
    • When checksum value is provided in the input file, checksum verification is done by comparing the given checksum value in the input file with the local checksum computed after file transfer. If the checksum does not match, it retries for designated times.
    • When checksum value is not provided in the input file, local checksum can be computed after file transfer and stores in the database for later use or writes out in the ouput file for publishing.|
      • -checksum [md5/adler32/crc32] (default: md5)
    | |-logpath|path to logfile|
    • -logpath /path_to_log_file(Default:creates log file in the bin directory)
    | |-maxretrial|valid integer|
    • -maxretrial 5 (default: 3)
    | |-nocheckdiskspace||
    • Default: checks disk space
    | |-overwrite|
    • overwrites any existing file in the local disk.
    • By default, it does not overwrite. It checks the local disk for the matching file name and compare the local filesize with remote file size, when both matches it skips overwriting.
    |
    • -overwrite
    | |-perftest|
    • measures memory-to-memory performance for testing purpose
    |
    • -perftest
    | |-recursive||
    • -recursive
    | |-retrydelay|valid integer in sec.|
    • -retrydelay 300 (default: 120 sec.)
    | |-symlink|
    • Transfer soft links
    |
    • Default: skips soft links
    | |-old|generates legacy proxy from cert and key files|
    • -proxyinit -old
    | |-proxyfile|path to user proxy|
    • -proxyfile /path_to_user_proxy
    | |-proxyinit|Initiates proxy|
    • -proxyinit
    | |-rfc|generates rfc proxy from cert and key files|
    • -proxyinit -rfc
    | |-usercert|path to user cert|
    • -usercert /path_to_user_cert
    | |-userkey|path to user key|
    • -userkey /path_to_user_key
    |