Skip to content
/ pipbs Public

PiPBS - Proxmox Backup Server for the Raspberry Pi

License

Notifications You must be signed in to change notification settings

Dexogen/pipbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

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