Files
homelab-configs/apps/proxmox/README.md
T
mo 04162745e9 Reorganize repo: one folder per application under apps/.
Move docker/ and configs/ into apps/<name>/ with config/ subfolders.
Proxmox split into hosts/pve and hosts/dell-proxmox. Nginx under
infrastructure/. Update sync script, RESTORE.md, and per-app READMEs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-17 13:23:38 +02:00

42 lines
994 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Proxmox VE
Back-ups van `/etc/pve` per host. Na herstel op nieuwe node: bestanden terugzetten en `pct`/`qm` configuratie controleren.
## Hosts
### `hosts/pve` — 192.168.1.216
- PVE 9.x, RTX 3090
- VMs: `qemu-server/101.conf`, `111.conf`
- LXCs: 100119 (zie `lxc/`)
### `hosts/dell-proxmox` — 192.168.1.56
- PVE 8.x, Dell server
- VMs: `qemu-server/101``105`
- LXCs: 100, 106119
## Bestanden per host
| Bestand | Doel |
|---------|------|
| `datacenter.cfg` | Cluster/datacenter instellingen |
| `storage.cfg` | Storage pools |
| `interfaces` | Netwerk bridges |
| `hosts` | `/etc/hosts` |
| `hostname` | Node naam |
| `lxc/*.conf` | LXC containers |
| `qemu-server/*.conf` | VMs |
## Backup ophalen (vanaf NAS)
```bash
# pve
scp -r root@192.168.1.216:/etc/pve/* apps/proxmox/hosts/pve/
# dell
scp -r root@192.168.1.56:/etc/pve/* apps/proxmox/hosts/dell-proxmox/
```
Daarna: `sh scripts/sync-from-nas.sh` niet nodig voor proxmox — handmatig of via bovenstaande scp.