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>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user