2edf5e69b1
Skripte unter pve1/scripts/ mit Install-Anleitung in 06_ubuntu-vm-nextcloud.md. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
370 B
Plaintext
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
|