From 959e3d7c38c8a98d677a93ebab642d090c30bae2 Mon Sep 17 00:00:00 2001 From: Christopher Kolb Date: Fri, 13 Mar 2026 09:41:32 +0000 Subject: [PATCH] correct crontab setting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fed38a..eb68515 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ tar -czvf "/backup/output/gitea-$(date +%Y%m%d-%H%M).tar.gz" /data/gitea `backup/crontab` führt das Backup täglich aus: ``` -0 3 * * * /backup/backup.sh >> /backup/cron.log 2>&1 +0 1 * * * /backup/backup.sh >> /backup/cron.log 2>&1 ``` Dateirechte: