Search results

  1. dietmar

    starwind VTL and tar blocking-factor

    Please note that Proxmox Backup server does not use tar at all. Second, what kind of drive do they emulate (should be LTO5 or later)?
  2. dietmar

    What is Max Spam Size (bytes) (maxspamsize)?

    Yes, it simply skips the spam detection phase.
  3. dietmar

    Proxmox noVNC Source Code

    Or https://git.proxmox.com/?p=novnc-pve.git;a=summary
  4. dietmar

    vorhandene Backups werden nicht vollständig aufgelistet

    Hast Du die file-namen modifiziert?
  5. dietmar

    vorhandene Backups werden nicht vollständig aufgelistet

    Auch nicht wenn Du als superuser eigelogged bist?
  6. dietmar

    [SOLVED] More detailed history of statistics

    PBS has a new, custom round robin database implementation using higher resolutions. We may switch to this new implementation in the next major PVE release, but this is not yet decided...
  7. dietmar

    nested / tree snapshots with proxmox?

    Proxmox has full support for nested snapshots if the storage also supports it (for example the default lvm-thin storage).
  8. dietmar

    [SOLVED] Linux PAM User Password Change 500 Error

    IMHO, the message is quite informative an points exactly to the problem.
  9. dietmar

    [SOLVED] Linux PAM User Password Change 500 Error

    You can change the password if the user exists on the system.
  10. dietmar

    Does PVE software collect and send any data to the developers?

    No, the software does NOT collect and send any data to the developers automatically.
  11. dietmar

    PBS Backups slow

    I guess there are many small files in the container? Reading them just takes a long time because the RAID is slow.
  12. dietmar

    Dumme API Frage ;)

    Das migrate API ist ein PUSH request (kein GET). Das heißt die URL stimmt. Die Daten musst Du im body mitsenden.
  13. dietmar

    NTFS on stand-alone PBS client?

    Do you have a Proxmox Backup Server? PBS is a client/server solution, so you need both client and server.
  14. dietmar

    Question to PBS functionality - running VM while doing backup

    Yes, you can run backups while the VM is running. The system is designed to provide safe backups while the VM is running (using snapshots) .
  15. dietmar

    With every VirtualDisk I attach I have to reduce the Cores of my VM

    Your host has 64 cores, so the maximum number of cores for a VM should be 64. Why do you want to assign 240 cores (makes no sense to me)?
  16. dietmar

    [SOLVED] Storage "local"

    Das web interface zeigt die Größe der darunterliegenden partition an, d.h. in deinem fall die Größe der root partition.
  17. dietmar

    [SOLVED] Storage "local"

    Wie hast die "belegung" gemessen?
  18. dietmar

    [SOLVED] PBS > how to properly mount NFS storage

    use /etc/fstab https://wiki.debian.org/fstab
  19. dietmar

    [SOLVED] LXC where is .ssh

    I guess you need to run ssh-keygen first.