diff --git a/nextcloud/assets/crontab b/nextcloud/assets/crontab index 972ebb0..82480df 100644 --- a/nextcloud/assets/crontab +++ b/nextcloud/assets/crontab @@ -8,4 +8,5 @@ PATH=/usr/local/bin:/bin:/usr/bin */15 * * * * php /var/www/html/nextcloud/occ files:scan --all # Dump database every hour -23 * * * * maint 01 01 +# Run daily maint at 3 AM, run monthly maint on the first day of the month +23 * * * * maint 03 01