Search results

  1. S

    Just for understanding: How is the pve-kernel package beeing held back from an upgrade

    And also: why are packages like pve-manager listed under "obsolete and locally create packages" ? How to upgrade them then ?
  2. S

    Just for understanding: How is the pve-kernel package beeing held back from an upgrade

    apt-get upgrade doesn't automaticall upgrade it. Aptitude says, this package is held back (but not why). It doesn't have the hold flag in aptitude (dpgk's mechanism) nor is it listed in /etc/apt/preferences to have a pin. How is this achieved then. I'm just curious because i'm trying to learn...
  3. S

    Can't access the Proxmox Backup Beta Repository

    Ah alright. I see, the error is for the the enterprise subscription' repo and has nothing to do with the backup-server repo. I can just ignore this errormessage. Thx anyway ! Now i see the apt-get proxmox-backup-client is working fine now :)
  4. S

    Can't access the Proxmox Backup Beta Repository

    Thx for the quick answers. So to clarify this: I have a very common usecase: I want to make backups from the pve to the pbs server (wow). So on the pve i need the proxmox-backup-client, right ? I followed the steps under https://pbs.proxmox.com/docs/installation.html#debian-package-repositories...
  5. S

    Can't access the Proxmox Backup Beta Repository

    i added it to the sources.list and also added the gpg key. But an apt-get update gives me: ... Hit:4 http://download.proxmox.com/debian/pbs buster InRelease Err:5 https://enterprise.proxmox.com/debian/pve buster InRelease 401 Unauthorized...
  6. S

    [SOLVED] Deduplication?

    Yes, i can aggree with that after i experienced a bit with it... I just wonder what you'd do better in your implemantion to not run into the same problems. Different block sizes / better block alginments ? Thx for the comprehensive answers !
  7. S

    [SOLVED] Deduplication?

    Hmm, sad. Now that you proxmox guys brought me into reading and exploring all this cool stuff about ZFS and also their dedup feature. > it needs to keep the dedup info in memory. Yes it needs to cache it in memory to be fast. But you can store the dedup table also on a special device (i.e. a...
  8. S

    [SOLVED] Deduplication?

    May i ask if there's a particular technical reason why you reinvented (reimplemented :) ) that wheel and did not just use ZFSs dedup. I mean pve already uses ZFS so heavy, also for sending deltas of volumes to other servers. That would have just sounded obvious to me to use it and let it manage...
  9. S

    [SOLVED] Deduplication?

    Hi ! Does it use ZFS as backend for deduplication ?