forked from pool/matomo
10 lines
378 B
Plaintext
10 lines
378 B
Plaintext
|
#
|
||
|
# 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
|