Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 2.09 KB

README.md

File metadata and controls

57 lines (45 loc) · 2.09 KB

Proxmox

PiPBS - Proxmox Backup Server for the Raspberry Pi

arm64 wofferl GitHub last commit Workflow GitHub Tag

Based on the excellent script of wofferl.

Installation

Set up the repository

  1. Update the apt package index and install packages to allow apt to use a repository over HTTPS:

    sudo apt update
    sudo apt install -y ca-certificates curl gnupg lsb-release
  2. Add GPG key:

    mkdir -p /etc/apt/keyrings
    sudo curl -fsSL https://dexogen.github.io/pipbs/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/pipbs.gpg
  3. Use the following command to set up the repository:

    echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/pipbs.gpg] https://dexogen.github.io/pipbs/ bookworm main" | sudo tee /etc/apt/sources.list.d/pipbs.list

Install Proxmox Backup Server

  1. Update the apt package index:
    sudo apt update
  2. Install packages:
    sudo apt install -y raspberrypi-kernel-headers pv zfs-initramfs zfsutils-linux
    sudo apt install -y proxmox-backup-server

Repo tree

Only shows up on GitHub Pages.

Star History Chart