Advanced Search
Search Results
15 total results found
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 ent...
Setup LXC
Go to "local" in webgui Click on "CT Templates" Then click button "Templates" Download Debian 12 Click "Create CT" on top richt Give it Hostname and Password, Make sure Unpriviledged and Nesting is checked Click next, choose the previous ...
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...
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
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
Multiple instances are possible, but for user- and hostnames only “syncthing”, “syncthing2” to “syncthing9” are allowed. Further adoptions needed Username Datasetname and ownage (chown) .service file User= –home –gui-address increase port by one ...
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
Restore
It is highly recommended to test restoring to be prepared for disaster recovery, because untested backups are wishful thinking. The steps are basically: Setup environment Mount ZFS Pool Start services Restore from backup
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...
Synology Hyper Backup
Links Language can be changed on bottom rightSupported Modelshttps://www.synology.com/de-de/dsm/packages/HyperBackupHyper Backup Technical Specificationshttps://www.synology.com/en-us/dsm/7.2/software_spec/hyper_backupHyper Backup Quick Start Guidehttps://kb....
Syncthing
Syncthing is generally not a backup tool. But as we use snapshots on the ZFS pool, which can't be destroyed from syncthing, it's not a plain syncing tool which in the worst case would sync ransomware encrypted files in real time and cause data loss on all devi...
Proxmox Backup Server 4
Foreword The use of a separate Proxmox Backup Server for uploading backups from another Proxmox Backup Server on HDD-Housing may offer greater security against ransomware and attackers. The Proxmox Backup Server connected to HDD-Housing should be operated in ...
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://pbs.proxmox.com/docs/installation.html#install-proxmox-backup-server-on-debianasd Download Proxmox Sign Key wget https://enterprise.proxmox.com/debian/proxmox...