Agents
Provision the VM
lsblkPartition the block device
sudo parted /dev/vdb --script mklabel gpt
sudo parted /dev/vdb --script mkpart home ext4 0% 256GiB
sudo parted /dev/vdb --script mkpart lxdpool btrfs 256GiB 100%Install LXD with a btrfs backed pool
sudo apt update
sudo apt install -y btrfs-progs
sudo snap install lxdCreate and mount /home/hermes
Add the hermes user
Install Hermes
Give hermes LXD access
Configure Hermes
Web dashboard
Backup
Daily backup with a systemd timer
Last updated