Advanced Search
Search Results
37 total results found
Setup
Setup Proxmox
Proxmox Documentation https://www.proxmox.com/en/proxmox-virtual-environment/get-started https://pve.proxmox.com/pve-docs/chapter-pve-installation.html Enable No-Subscription Repository in web-GUI node on the left -> Updates -> Repositories.Disable the enterpr...
Technical Details of Service
HDD-Housing e.U.
Setup Environment like server-side and Prepare ZFS Pool for Prefill
Setup LXC
Go to "local" in webgui Click on "CT Templates" Then click button "Templates" Download Debian 13 Click "Create CT" on top richt Give it Hostname and Password, Make sure Unpriviledged and Nesting is checked Click next, choose the previous ...
Options
Alternative Setups
Create ZFS Pool
Links https://pve.proxmox.com/wiki/ZFS_on_Linux Introduction ZFS pool can be built with WWN or partuuid, to be able to run the pool even from an USB case if needed. For normal service, disk ID is sufficient. Poolname should be customerid, to make deploymen...
Backup
Troubleshoot
Change Pool to use WWN zpool export poolname ; sleep 5 ; zpool import -d /dev/disk/by-id poolname ; sleep 5 ; zpool list -v poolname Change Poolname zpool export poolname zpool import poolname newpoolname
HDD-Housing e.U.: Private Offsite Backup & HDD (Hard Disk Drive) Colocation
Secure, climate-controlled HDD colocation in Austria. Host your physical SATA/SAS hard drives and access them via S3, Syncthing, or contact us for a custom service. Professional offsite backup solutions for Europe starting at €20/month.HDD-Housing.eu
Standardvalues Sanoid (ZFS Snapshots)
For the whole pool: frequently = 0 hourly = 72 daily = 30 weekly = 8 monthly = 6 yearly = 0 autosnap = yes autoprune = yes Changes as you wish are possible, just write an email.
Install Minio S3 Storage Server on Debian/Ubuntu
Download binary from Github https://github.com/minio/minio mkdir /opt/minio_binary cd /opt/minio_binary wget https://dl.min.io/server/minio/release/linux-amd64/minio chmod +x minio ./minio server /data Create user minio # If on unpriviledged Proxmox LX...
Install Syncthing
https://apt.syncthing.net/ apt install -y curl apt-transport-https ca-certificates curl -L -o /etc/apt/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg echo "deb [signed-by=/etc/apt/keyrings/syncthing-archive-keyring.gpg] https://ap...
Alternative: Setup Pool and Service on plain Debian or Ubuntu
First install Debian or Ubuntu https://www.debian.org/CD/netinst/index.en.html https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview Install ZFS https://wiki.debian.org/ZFS#Installation Only user and group ids are different when not using LXC. Si...
Alternative: Send Empty HDD, We Create The ZFS Pool For You
If you don't want to prefill, just send the empty HDD. We will create the ZFS Pool and services according your needs. No extra handling fee. But be aware, traffic shaping can occure after a certain amount of traffic, plase check GTC
Finishing Steps in LXC when using Proxmox
Only applies when using LXC on Proxmox. Make ZFS Pool available in LXC On Host, LXC must be shutdown nano /etc/pve/lxc/100.conf # add this line, edit poolname if necessary: mp0: mp=/poolname,/poolname # mp=/poolname is the mountpoint in LXC # ,/poolname...