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

10 lines
378 B
Plaintext
Raw Normal View History

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