Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<root>
    <dirstruct starting_path="/TES/TL2CO2N.005">
        <nofiles/>
        <dir name="\d{4}\.\d{2}\.\d{2}"> <!-- regex matching '2004.09.20' -->
            <nodirs/>            
            <!-- regex matching TES-Aura_L2-CO2-Nadir_r0000002147_F06_09.he5 -->
            <file name="TES-Aura_L2-CO2-Nadir_r\d{10}\w{2}\d{2}\w\d{2}\.he5"/>
        </dir>  
    </dirstruct>
</root> 

Launching the PushPull Daemon

Located within the $CAS_PP_HOME/bin directory there is a shell script that you can use to launch the PushPull daemon process. You will either need to edit the pushpull file directly to make the proper adjustments. The following steps will assume that we are starting the daemon to run using the configs listed above.

  1. cd $CAS_PP_HOME/bin
  2. Edit the 'pushpull' shell script making sure to replace the key variables as shown below:

FAQ Section

Pushpull keeps re-downloading files I have ingested. How can I prevent PushPull from repeatedly downloading products?

...