Search results

  1. T

    PMG with a residential FTTH connection

    Hello, I am testing PMG with a residential FTTH connection (port 25 works in and out). I am measuring my spam score with mail-tester.com but there are 2 problems I can't solve: problem1 (not so important): My IP is considered as dynamic (even if it never changed since I got this connection ~3...
  2. T

    Very slow restore from PBS

    Hello, I am currently restoring a VM from PBS. The VM disk is 5TB but there is only 1.1TB of data (thin provisioning). My PBS and my PVE are connected through VPN (both on a 1Gbps FTTH link). Data is usually sent at ~15Mbps. The initial backup took ~12 hours if I recall correctly. But the...
  3. T

    How to shrink ZFS within VM?

    Hello, I converted an .OVA Nextcloud appliance from hanssonit to use on proxmox. The created VM had 1x 40GB disk for the OS + 1x 40GB disk for the data (which is a zfs "ncdata" pool mounted at /mnt/ncdata within the VM). Both are virtual disks hosted on a ZFS storage of PVE (vm-101-disk-0 and...
  4. T

    Best way to backup a physical host running on ZFS?

    Hello, I am trying to backup a physical computer running Ubuntu 20.04 installed on ZFS. I tried this simple command: sudo proxmox-backup-client backup root.pxar:/ --repository <username>@<ip>:<datastore> But I realized many files were not backed up (nothing in /home/myusername/ for example)...
  5. T

    proxmox-backup-client bash script for automated backups of laptop

    Hello, I am planning to backup my linux laptop via proxmox-backup-client. I just wrote this little script to automate the process: #!/bin/bash ### Depedencies ######################################## # jq (to parse the json output of snapshots) # # PBS_PASSWORD must be exported in...
  6. T

    How to move VM (including snapshots) to a new storage?

    Hello, I am using proxmox 6.2-4 on a single node. I did not use ZFS encryption at first, but I would like encrypt everything now. Unfortunately, it's impossible to encrypt existing ZFS datasets, so I just created new encrypted datasets to which I want to move my VM's now. So my storage...
  7. T

    [SOLVED] I/O errors with H310 Mini flashed to IT mode

    Hello, This is my first message so I hope to be in the right section. I am the proud owner of a Dell R720 with drives (hdd's and ssd's) attached through a H310 MINI flashed to LSI's IT mode firmware (as described on https://www.youtube.com/watch?v=Y1Xi5NZRlXM and...