1,738
edits
mNo edit summary |
|||
'''NOTE: You may disable some fields later when you are more acquainted with the system. Disabling tables and field can be especially useful when you are worried about size of transfer and provider limits.'''
If you start using the ''ChartsCompiler'', you may need the ''[[UserAskedData]]'' command to CumulusUtils. See the [[ChartsCompiler]].
You may want to read about and understand the [[Website_Generator#CumulusRealTimeLocation|''CumulusRealTimeLocation'']]
Reruns for changes of data are typically once per day, just after rollover time. In that sense it is like running a new query.
There are some exceptions to the daily rule: Sysinfo and [[UserAskedData]]
#Sysinfo: a rerun with Sysinfo is required when you wish to update the system information which can be a requirement from every 10 minutes to once per day
#[[UserAskedData]]: provides data for charts which are otherwise not available. Again this is at a user desired frequency which is recommended to be the FTP frequency defined in Cumulus.ini (parameter ''UpdateInterval'' in section [FTP site])
==== RPi: Using crontab ====
15 1 * * * cd /home/CumulusMX; utils/bin/cumulusutils.exe thrifty website
9-59/10 * * * * cd /home/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedData 09 * * * * cd /home/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedData▼
▲ 09 * * * * cd /home/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedData
0 9 * * * /home/cumubackup.sh > cumubackup.log 2>&1
|