Projects
Proxmox backup server
Used https://www.youtube.com/watch?v=KxPl8SHREcE&t=146s to setup the Rock Pi X.
Setup Details
- Hardware: RockPi X (x86 single board computer)
- OS: Debian base installation with Proxmox Backup Server installed on top
- Storage: eMMC (required Debian installation workaround)
- IP Address: 192.168.68.50 (static)
- Backup Schedule: Daily at 9:00 PM
- Backup Storage: 1TB external hard drive
Configuration Notes
Reduce logging and journal writes In /etc/systemd/journald.conf:
Storage=volatile
RuntimeMaxUse=50M
Then:
systemctl restart systemd-journald
This stores logs in RAM instead of the eMMC.
Log
07/11/25Host got misconfigured, fixing
2024-11-30 - Network Connectivity Issue
- Issue: Server showing expected IP (.50) on display but responding at .61
- Symptoms: Could ping Google from machine itself, but not accessible on expected IP
- Root Cause: Router DHCP reservation not configured correctly
- Resolution: Added DHCP reservation for .50 in router settings, server will take new IP on next renew
- Notes: Working IP was .61, accessible after testing connection