2018-11-20 15:54:10 +01:00
|
|
|
#
|
|
|
|
# cron for matomo Auto-Archiving of Your Reports
|
|
|
|
#
|
|
|
|
|
|
|
|
# without CLI
|
2019-12-20 23:47:23 +01:00
|
|
|
#-5 * * * * wwwrun /usr/bin/php @ap_serverroot@/matomo/misc/cron/archive.php --url=http://localhost/matomo/ > /var/log/matomo/matomo-archive.log
|
2018-11-20 15:54:10 +01:00
|
|
|
|
|
|
|
# with CLI
|
2019-12-20 23:47:23 +01:00
|
|
|
-5 * * * * wwwrun /usr/bin/php @ap_serverroot@/matomo/console core:archive --url=http://localhost/matomo/ > /var/log/matomo/matomo-archive.log
|