Eric Schirra
85014c9d51
- Use apache-rpm-macros. OBS-URL: https://build.opensuse.org/request/show/852594 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=84
10 lines
376 B
Plaintext
10 lines
376 B
Plaintext
#
|
|
# cron for matomo Auto-Archiving of Your Reports
|
|
#
|
|
|
|
# without CLI
|
|
#-5 * * * * wwwrun /usr/bin/php @apache_serverroot@/matomo/misc/cron/archive.php --url=http://localhost/matomo/ > /var/log/matomo/matomo-archive.log
|
|
|
|
# with CLI
|
|
-5 * * * * wwwrun /usr/bin/php @apache_serverroot@/matomo/console core:archive --url=http://localhost/matomo/ > /var/log/matomo/matomo-archive.log
|