correct crontab setting

This commit is contained in:
2026-03-13 09:41:32 +00:00
parent 96e949c27a
commit 959e3d7c38

View File

@@ -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: `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: Dateirechte: