Changes between Version 27 and Version 28 of FAQ

Show
Ignore:
Timestamp:
11/26/07 19:41:49 (5 years ago)
Author:
max (IP: 58.175.56.186)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v27 v28  
    100100~/.shepherd/tv_grab_au --component-set shepherd:notquiet:grabwith=abc_website 
    101101}}} 
    102  
    103  
     102You can also set default options for any component, e.g.: 
     103{{{ 
     104~/.shepherd/tv_grab_au --component-set abc_website:do-extra-days 
     105}}} 
    104106=== Can I grab more than 7 days of data? === 
    105107 
     
    108110You can enable this via the component setting: 
    109111{{{ 
    110 ~/.shepherd/tv_grab_au --component-set abc_website:do_extra_days:1 
     112~/.shepherd/tv_grab_au --component-set abc_website:do-extra-days 
    111113}}} 
    112114This instructs the abc_website grabber to fetch extra days. However, it does not guarantee that Shepherd will ever call that grabber. If the extra days is especially important to you, you could also ensure that abc_website is always run: 
     
    118120You can disable the setting by: 
    119121{{{ 
    120 ~/.shepherd/tv_grab_au --component-set abc_website:do_extra_days:0 
     122~/.shepherd/tv_grab_au --component-set abc_website 
    121123}}} 
    122124 
     
    172174To disable this, use: 
    173175{{{ 
    174 ~/.shepherd/tv_grab_au --component-set shepherd: 
     176~/.shepherd/tv_grab_au --component-set shepherd 
    175177}}} 
    176178