forked from pool/matomo
Eric Schirra
10c3316671
- Update to 3.7.0 This is an update and security release. Detail changelog see: https://matomo.org/changelog/matomo-3-7-0/ - Remove verification for systemd - Add systemd-timer for auto archiving of reports. Now you can use cron or systemd.timer. - Add core:update during update of package - Add logrotate - Add rpmlintrc - Upgrade README.SUSE OBS-URL: https://build.opensuse.org/request/show/650512 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=14
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
|