# LXC / backup

<img src="https://whattheserver.com/wp-content/uploads/2018/08/proxmox-logo.png" class="machine hardware" />

## Description

A LXC container running [Proxmox Backup Server](https://www.proxmox.com/en/proxmox-backup-server) (PBS) to back up [Proxmox Virtual Environment](https://www.proxmox.com/en/proxmox-backup-server) (PVE) instances.

Because I prefer running LXC intances instead of virtual machines I used the LXC template for [Debian Linux](https://www.debian.org/) (version 10 - Buster) and then installed PBS [Debian Package Repositories](https://pbs.proxmox.com/docs/package-repositories.html) to get a working instance.

## Configuration

### Resources
| Hostname | CPU | Memory |
|----------|-----|--------|
| backup | 2 vCPU | 2GB |

### Storage

| Mount Point | Source | Mount Path | Size | Options |
|-------------|--------|------------|------|---------|
| rootfs | zpool10_storage-zfs:subvol-102-disk-0 | / | 2GB | noatime |
| mp0 | /storage/zpool10/proxmox-backup-server | /storage | - | noatime;nodev;noexec;nosuid

### Networking

### Interfaces

| ID | Name | Bridge | IP Address | Description |
|----|------|--------|------------|-------------|
| net0 | eth0 | vmbr1 | 10.0.1.4/21 | LAN |