IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 12 and Version 13 of AlternateDistributionClient


Ignore:
Timestamp:
Sep 30, 2009, 3:41:49 PM (17 years ago)
Author:
welling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AlternateDistributionClient

    v12 v13  
    5252                [--statusfile Filename][--failurefile Filename]
    5353                [--pipecrash Filename][--logfile Filename]
    54                 [--last LastFilesetId]
     54                [--last LastFilesetId][--select_fsid Regex]
     55                [--select_targetid Regex][--select_stage Regex]
     56                [--select_fstag Regex][--select_label Regex]
     57                [--select_filter Regex]
    5558
    5659          where:
     
    7174          --last specifies a filesetID at which to stop downloading
    7275            (default None)
     76          --select_... options can be used to specify a regular expression
     77            to check against the corresponding column of the datastore
     78            index.  The options correspond to the following columns:
     79
     80                ..._fsid     filesetID
     81                ..._targetid target_id
     82                ..._stage    stage
     83                ..._fstag    fs_tag
     84                ..._label    label
     85                ..._filter   filter
     86
     87            Any index entry for which a regex is specified must match that
     88            regex to be downloaded.
    7389
    7490    NOTE: if you 'kill' this script (with SIGTERM, the default) it will
     
    7692    take a while as the worker threads finish downloading.  If you must
    7793    kill it immediately, use 'kill -9'.
    78    
     94
    7995}}}
    8096