You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
338 B
11 lines
338 B
PATH=/usr/local/bin:/bin:/usr/bin
|
|
# m h dom mon dow command
|
|
|
|
# Run Nextcloud cron tasks every 5 minutes
|
|
*/5 * * * * php -f /var/www/html/nextcloud/cron.php
|
|
|
|
# Scan for new files every 15 minutes
|
|
*/15 * * * * php /var/www/html/nextcloud/occ files:scan --all
|
|
|
|
# Dump database every hour
|
|
23 * * * * maint 01 01
|
|
|