build files for making podman containers
 
 

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