Files
docu/pve1/scripts/vm101-root-crontab.txt
T
root 2edf5e69b1 Doku: VM-101-Skripte ins Repo (NAT, Wartung, Crontab).
Skripte unter pve1/scripts/ mit Install-Anleitung in 06_ubuntu-vm-nextcloud.md.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 11:01:59 +02:00

9 lines
370 B
Plaintext

# VM 101 (ubuntu) — root crontab
# Anzeigen: sudo crontab -l
# Nextcloud Background-Jobs (alle 5 Minuten)
*/5 * * * * docker exec -u abc nextcloud php /app/www/public/occ background:cron >> /var/log/nextcloud-cron.log 2>&1
# Apps + notify_push Sidecar Sync (Sonntag 04:30 UTC)
30 4 * * 0 /usr/local/sbin/nextcloud-maintain.sh >> /var/log/nextcloud-maintain.log 2>&1