Skip to main content

Setup

Setup Environment like server-side and Prepare ZFS Pool for Prefill

Alternative Setups

Create ZFS Pool

Links https://pve.proxmox.com/wiki/ZFS_on_Linux Introduction ZFS pool can be built with WWN or...

Install VersityGW

https://github.com/versity/versitygw wget https://github.com/versity/versitygw/releases/download/...

Install Syncthing

https://apt.syncthing.net/ apt install -y curl apt-transport-https ca-certificates curl -L -o /et...

Install Minio S3 Storage Server on Debian/Ubuntu

Download binary from Github https://github.com/minio/minio mkdir /opt/minio_binary cd /opt/min...

Install Proxmox Backup Server 4 on Debian 13 Trixie

First install Debian on LXC or native Install Proxmox Backup Server 4 on Debian 13 Trixie https...

Troubleshoot

Change Pool to use WWN zpool export poolname ; sleep 5 ; zpool import -d /dev/disk/by-id poolnam...

Install Minio AIStor

https://www.min.io/download Install/Update Script #!/bin/bash if [ $# -eq 0 ]; then echo "Filenam...