Recent content by proximoxi2

  1. P

    [Feature Request] Nur Verschlüsselte Backups pushen

    Ja das würde gehen wenn man von Anfang an verschlüsselte Backups gemacht hätte und das von Anfang an trennt. Wenn man zwischendurch auf verschlüsselte Backups gewechselt hat sehe ich aktuell keine Möglichkeit zu filtern. Auch fände ich einen "nur verschlüsselte Backups" Filter gut falls es aus...
  2. P

    [Feature Request] Nur Verschlüsselte Backups pushen

    Mit der neuen PBS Version kann man ja Backups zu Remotes pushen, jedoch möchte ich nur verschlüsselte Backups übertragen da es sich um ein offsite Backup handelt. Die alten unverschlüsselten Backups würde ich auch ungern löschen müssen. Eine Option um nur verschlüsselte Backups zu pushen wäre...
  3. P

    Disks do not response after some time in Windows VM

    No the VM isn't critical. And I turned this off, but it seems after a rollback it was enabled again because it was in the past. > Fleecing new feature can help. What do you mean?
  4. P

    Disks do not response after some time in Windows VM

    And then sometimes windows Crashes. From the Event Log: ``` The previous system shutdown at 21:16:03 on ‎14/‎07/‎2024 was unexpected. ``` and ``` The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power...
  5. P

    Disks do not response after some time in Windows VM

    After some time (I guess it happens while doing backups on the host) the disks of the VM do not respond anymore (no read/write at all, 100% active) and everything that requires file io freezes. Config of the VM ╰─# cat /etc/pve/qemu-server/112.conf...
  6. P

    How to migrate existing backups to PBS

    vma-to-pbs work well There were only two unexpected downsides. By default vma-to-pbs will use the current timestamp when importing the backup which makes importing the backup kind of useless when i have 10 backups from "now". There is `--backup-time <EPOCH>` , but that should be used in the...
  7. P

    How to migrate existing backups to PBS

    I have seen that there is now https://pbs.proxmox.com/wiki/index.php/Import_VMA_Backups_into_Proxmox_Backup_Server. But is there also a tool or documentation how to import container backups?
  8. P

    How to migrate existing backups to PBS

    Since it is on the roadmap since three and a half years I guess I should not expect that it gets implemented soon. Restoring a few hundred backups does not scale very well, but I think we could extract the archives sequentially and use the proxmox backup client to backup them to pbs.
  9. P

    How to migrate existing backups to PBS

    We currently have two debian servers with a zfs pool to which we backups our containers and vm's (via NFS). We now want to migrate to PBS. Replace one of the servers to PBS, migrate the existing backups and then replace the other server. But how do we migrate existing backups to PBS? I have...
  10. P

    Can't delete container: rbd error: rbd: error opening image vm-113-disk-1: (2) No such file or directory

    When I try to delete the container in the web ui, I only get the following error: rbd error: rbd: error opening image vm-113-disk-1: (2) No such file or directory When I run pct destroy 113 manually I get the excat same error. There is only a vm-113-disk-0 when I loot at `CT Volumes`. Should i...
  11. P

    error during cfs-locked rbd: error opening image

    Hm ok, I moved the container to a new node and changed some option, but still get the same error when I try to remove the container :(
  12. P

    error during cfs-locked rbd: error opening image

    I get the same error when I try to delete a container: TASK ERROR: rbd error: rbd: error opening image vm-113-disk-1: (2) No such file or directory Have you found a solution how to delete the container/VM anyway?
  13. P

    [SOLVED] Backup is failing with exit code 1

    Hi, the problem was the disk which had sector errors.
  14. P

    [SOLVED] Backup is failing with exit code 1

    When we try to Backup a container we get the following output: INFO: trying to get global lock - waiting... INFO: got global lock INFO: starting new backup job: vzdump 107 --node node2 --remove 0 --compress zstd --storage fileserver_daily --mode snapshot INFO: filesystem type on dumpdir is...