Versionsnummern durch Platzhalter ersetzt (#26)
parent
cf89e795c9
commit
952e9ef5ec
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ apt update && apt install -y rsync cron
|
||||||
systemctl enable --now 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-<DEBIAN_RELEASE>-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
|
## 4. VPS: Backup-Skript für die Guacamole-Stack
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue