SHA256
1
0
forked from pool/matomo
matomo/matomo-archive.cron

10 lines
366 B
Plaintext

#
# cron for matomo Auto-Archiving of Your Reports
#
# without CLI
#5 * * * * wwwrun /usr/bin/php @ap_serverroot@/matomo/misc/cron/archive.php --url=http://localhost/matomo/ > /var/log/matomo/matomo-archive.log
# with CLI
5 * * * * wwwrun /usr/bin/php @ap_serverroot@/matomo/console core:archive --url=http://localhost/matomo/ > /var/log/matomo/matomo-archive.log