From 4c8c30a9ef6fc225650017ee1271ca2fad1f6cd0 Mon Sep 17 00:00:00 2001
From: Mar Alegre <mar@mar.alemor.org>
Date: Sat, 14 Jan 2023 15:55:57 -0500
Subject: [PATCH] update to run daily maint at 3am, added extra description

---
 nextcloud/assets/crontab | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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