Search results

  1. dietmar

    Backup server eating drives

    Proxmox Backup server just reads and writes data (It is not particularly bad to your drives) ...
  2. dietmar

    PVE und PBS auf derselben Hardware?

    Ja, das ist möglich und stabil.
  3. dietmar

    Why is proxmox too strict?

    What exactly is the problem? The picture only shows that you started in Debug mode ...
  4. dietmar

    How to change the Proxmox logo at VM Bootup?

    Our software is licensed as AGPLv3, so you need to tell your users what software it is, and provide a download option: See: https://www.gnu.org/licenses/agpl-3.0.html
  5. dietmar

    Backup verification takes 4-5 days to complete

    That is up to you. But we always suggest to verify backups, and do regular restore tests.
  6. dietmar

    Backup verification takes 4-5 days to complete

    There are two setting to optimize that: - Skip verified snapshots: Only verify new snapshots - Re-verify after X days: But reverify after X days
  7. dietmar

    Stop-Mode Backup ohne stoppen möglich?

    Da geht ganz sicher nicht (2 VM die gleichzeitig die gleiche Ressourcen verwenden). Außerdem ist der Zustand der kopierten VM anders als der der orginalen VM, d.h. du bist maximal inkonsistent!
  8. dietmar

    pve not backing to pbs

    The repository looks wrong ("root@pam@192.168.0.101:/test"). This should be without slash: "root@pam@192.168.0.101:test"
  9. dietmar

    [SOLVED] pvestatd storage is not online

    Mit einen richtigen benchmark Programm, z.B. fio
  10. dietmar

    [SOLVED] pvestatd storage is not online

    Mit diesem test schreibst du in den page cache (RAM), d.h. du testest nicht die festplatte!
  11. dietmar

    Backups and IO delay

    Seems your disks are simply very slow...
  12. dietmar

    Changing VMID of a VM

    Please note that each VM has a NAME, and you can change the name as you want. Exactly. The ID is used to uniquely identify the VM. Changing the ID would be counter productive, because you them have multiple ID for the same VM over time. This is not a basic task. Instead, this is something you...
  13. dietmar

    [SOLVED] Storage Frage

    Snapshots verbrauchen auch storage ...
  14. dietmar

    Tape Backup Task Output Limit? CLI Means of Viewing?

    You can use the command line tools to list/view the task logs (on the backup server), see: # proxmox-backup-manager help task Also, may I ask what kind of backup storage do you use? Your tape backup speed seems a bit too low (should be above 150 MB/s).
  15. dietmar

    Any plan to add AD as an auth source ?

    No, there are currently no plans to do that.
  16. dietmar

    Importing OVA assistance

    We now have "qm importovf", see # qm help importovf
  17. dietmar

    PBS unklare Anzeige !

    I habe bereits einen fix für das problem hochgeladen: https://git.proxmox.com/?p=proxmox-backup.git;a=commitdiff;h=b44483a85332b555c7dc2dc4582ee084dc078f0d D.h. in der nächsten release ist das problem gelöst.
  18. dietmar

    [SOLVED] Scheduling of Verify, Prune and Garbage Collection

    This is a text field, and you can add arbitrary text there - not limited to the values in the list.
  19. dietmar

    Backup job for LXC failed, LXC will not boot now, looking to restore

    You need to use the 'pct' command to manage containers (not 'qm') # pct unlock 104