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 From Github wget https://github.com/versity/versitygw/releas...

Install Syncthing

Multiple instances are possible, but for user- and hostnames only “syncthing”, “syncthing2” to “s...

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...