Search results

  1. L

    Built-in Backup Regressions I've Noticed Since The Release of PBS

    @t.lamprecht First of all, thank you for directly addressing each of my concerns/speculations. While the UI may not be a regression in terms of flexibility, it is certainly a regression in terms of intuitiveness. Previously, without reading any documentation (and without any worry of malformed...
  2. L

    Built-in Backup Regressions I've Noticed Since The Release of PBS

    On my 4K displays, those fonts looked perfect. Never the less, I've shrunken them down as requested. The screenshots probably look magnified too (due to 4K capturing twice as many pixels as is typical). Hopefully, it is at least readable now. @Huch @Spirog
  3. L

    Built-in Backup Regressions I've Noticed Since The Release of PBS

    I've been holding back a long time, but I've decided to go ahead and say what's on my mind. This is the most overloaded drop-down-menu I've ever seen and it needs to be changed back to how it was before! : Instead of trying to use one drop-down to set "day of week" and "Start Time" (at the...
  4. L

    In 7.0, I Can't backup a container to a NFS that worked in 6.0

    Thank you. Your explanation, regarding this topic, is the best I've read so far. @Dunuin Both actually. This NTFS external drive is plugged into a (non-proxmox) Ubuntu 20.04 server. Even though the drive is external, it is mounted via fstab with the following line...
  5. L

    In 7.0, I Can't backup a container to a NFS that worked in 6.0

    @Dunuin Thanks for the reply. I don't understand what is so special about privileged or unprivileged LXC containers, that they cannot be encapsulated into a file that gets transferred to a NFS share in the same manner as all other backups! In my thinking, a backup is just a file that contains...
  6. L

    Snapshot Mode and Resume Not Working When Backup Compression=None

    I've never encountered anything like this before. Typically, any sender will not send any faster than what is acknowledge by the receiver; the sender simply sends as fast as can be received and no faster than that. The TCP protocol has built-in features that regulate this type of thing. Also...
  7. L

    Snapshot Mode and Resume Not Working When Backup Compression=None

    The VM disk are virtio, as shown in the screenshots above. For the backup target, I'm using an Ubuntu 20.04 NFS share, running on a intel core duo, with an enterprise hard drive that has plenty of free space. These types of backups succeed when compression does not equal none. Why would simply...
  8. L

    Snapshot Mode and Resume Not Working When Backup Compression=None

    Are you talking about the log you see in the Web interface during backup? There were two of these. The first is from the "snapshot mode backup", where I was able to successfully stop the backup. The 2nd is from when I tried a "stop mode backup", where I had a failed attempt to resume during...
  9. L

    Snapshot Mode and Resume Not Working When Backup Compression=None

    The attached log.txt starts 17 minutes prior to backup. @fabian
  10. L

    Snapshot Mode and Resume Not Working When Backup Compression=None

    pveversion -v proxmox-ve: 7.0-2 (running kernel: 5.11.22-5-pve) pve-manager: 7.0-11 (running version: 7.0-11/63d82f4e) pve-kernel-helper: 7.1-2 pve-kernel-5.11: 7.0-8 pve-kernel-5.11.22-5-pve: 5.11.22-10 pve-kernel-5.11.22-4-pve: 5.11.22-9 ceph-fuse: 15.2.14-pve1 corosync: 3.1.5-pve1 criu...
  11. L

    Snapshot Mode and Resume Not Working When Backup Compression=None

    In Proxmox 7, I attempted to do a "snapshot mode backup" with compression set to "none". During the backup, the Virtual Machine was completely inaccessible and none of its services worked. Also, I attempted doing a "stop mode backup" with compression set to "none". During the backup, I hit the...
  12. L

    In 7.0, I Can't backup a container to a NFS that worked in 6.0

    I upgraded from Proxmox 6 to 7, by doing a clean install of Proxmox 7, mounting NFS shares, and then restoring all backups. Now, I too am getting the same error talked about in this post: https://forum.proxmox.com/threads/create-backup-fail-with-error-cannot-open-permission-de.32386/ INFO...
  13. L

    VMA archive restore outside of Proxmox

    Thank you. I didn't know that! However, if I were to extract the disk images and config blogs using the vma binary, would it extract those things as files? If so, I still hope VMA evolves to become a package in the repositories of all distributions, just so that I can use popular tools like...
  14. L

    Which backup file-type has the least variances between backups?

    Thank you for addressing my concerns. After reading the Technical Overview, I can see how Proxmox Backup Server is likely the most efficient option available (both locally and remotely). Proxmox to NFS local backups have to transfer the whole backup file to NFS for each backup. If I'm...
  15. L

    Which backup file-type has the least variances between backups?

    I was just reading about this today. From what I understand, installing PBS at the remote location, alone, wouldn't lead to efficient network transfer of remote backups. There would need to be a local install of PBS, and another installation at the remote location. Then, from the remote...
  16. L

    Which Proxmox Backup Compression is Best for Rsync --fuzzy?

    In your testing, were you backing up LXC containers exclusively? In Proxmox 7, (by default) LXC containers backup to tar.zst, while KVMs backup to vma.zst. No-Compression backups of KVM produce a .vma file. I read that VMA files create a large diff. In your testing, were KVM backups included...
  17. L

    VMA archive restore outside of Proxmox

    Thankfully, I noticed that the LXC containers still backup using tar.zst in Proxmox 7. I'm able to open those with Ark, in Kubuntu 20.04, by simply double clicking them. I think the reason I'm able to do this is because I've install zstd in the past: sudo apt install zstd When I double-click a...
  18. L

    Which Proxmox Backup Compression is Best for Rsync --fuzzy?

    It seems like there should be a compression file-type, in existence, that places priority on limiting the unnecessary variances that occur in succeeding backup files. If such a compression file-type exists, I'd like to see it get added to Proxmox. In the meantime, I'll have to endure what is...
  19. L

    Which backup file-type has the least variances between backups?

    I just realized that I've asked this question before: https://forum.proxmox.com/threads/which-proxmox-backup-compression-is-best-for-rsync-fuzzy.70975/
  20. L

    Which backup file-type has the least variances between backups?

    Which backup file-type has the least variances between backups? For example, lets say I have a 200GB virtual machine that I backup today using zst and I move that file to a remote location. Tomorrow, If I backup this same virtual machine again, using zst, and then use rsync (--fuzzy) to sync...