diff --git a/07-Backup-Restore.md b/07-Backup-Restore.md index 4e225a3..1e045a7 100644 --- a/07-Backup-Restore.md +++ b/07-Backup-Restore.md @@ -27,7 +27,7 @@ apt update && apt install -y rsync cron systemctl enable --now cron ``` -⚠️ **NICHT vergessen:** Die minimale Debian-13-Installation auf dem VPS hat weder `rsync` (liefert `rrsync` mit, ab Version 3.4.x fertig unter `/usr/bin/rrsync`) noch `cron` vorinstalliert. Ohne `cron`-Paket schlägt `crontab -l`/`crontab -` mit "command not found" fehl. +⚠️ **NICHT vergessen:** Die minimale Debian--Installation auf dem VPS hat weder `rsync` (liefert `rrsync` mit, ab Version 3.4.x fertig unter `/usr/bin/rrsync`) noch `cron` vorinstalliert. Ohne `cron`-Paket schlägt `crontab -l`/`crontab -` mit "command not found" fehl. ## 4. VPS: Backup-Skript für die Guacamole-Stack