Skip to content

Dexogen/pipbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxmox

PiPBS - Proxmox Backup Server for the Raspberry Pi

arm64 wofferl GitHub last commit

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-get update
    sudo apt-get install \
        ca-certificates \
        curl \
        gnupg \
        lsb-release
  2. Add GPG key:

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

    sudo curl -SsL -o /etc/apt/sources.list.d/pipbs.list https://dexogen.github.io/pipbs/main/pipbs.list

Install Proxmox Backup Server

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

ToDo

  • Automatic build (periodic or based on changes in the main repository)

About

PiPBS - Proxmox Backup Server for the Raspberry Pi

Resources

License

Stars

Watchers

Forks

Packages

No packages published