Search results

  1. E

    Wrong version in proxmox-default-headers (2.0.1 instead of 6.17.xx)

    If proxmox-default-headers does not match the version of the header that it will install, how can a dkms package add a dependency on any kernel >6.16? For example, package "kernel-headers-generic" in ubuntu tracks the kernel version: https://packages.ubuntu.com/questing/linux-headers-generic ->...
  2. E

    Wrong version in proxmox-default-headers (2.0.1 instead of 6.17.xx)

    Hi everyone! I am trying to install bcachefs dkms module. It is provided as a normal dkms module, so i expected it to work fine. It worked fine on my test debian machine, however when trying to install it on my PBS, i get the following error: root@pbs:~# apt install bcachefs-kernel-dkms Solving...
  3. E

    PBS client not detecting previous manifest

    This raises a further question, however: assume my backup is interrupted mid-point, and as such some of the didx archives are missing from the latest backup. Does this mean no deduplication/chunk reusage will happen?
  4. E

    PBS client not detecting previous manifest

    You mean, 1. Install a pbs locally 2. Backup on that local pbs 3. Move the entire datastore contents to a removable storage 4. Connect removable storage to the destination pbs 5. Copy the datastore contents to the destination datastore?
  5. E

    PBS client not detecting previous manifest

    Hello. Looks like the index.json.blob is missing a couple of didx files. Perhaps, an interrupted backup? Can i create the index file so they are recognized properly? I assume i need to know the checksum format and a way to convert the .json to a binary blob. So I can check if it will accept...
  6. E

    PBS client not detecting previous manifest

    Hello, I have a remote location for my backups, with a fairly slow downlink. I'm backing up individual data folders of Nextcloud with this command: proxmox-backup-client backup --crypt-mode=none userdata-xxxxxx.pxar:/mnt/nextcloud_data/xxxxxx userdata-yyyyyy.pxar:/mnt/nextcloud_data/yyyyyy...
  7. E

    Specify outbound interface for proxmox-backup-client using link-local addresses

    Hello! I've been using proxmox-backup-client between my servers just fine, but now i would like to setup direct fiber connection through them using a link-local IPv6 connection. Most software out there with proper IPv6 handling accept this, however i am having troubles when using a link-local...
  8. E

    r8168 installation problems

    Hello, sorry for the necroposting but did somebody have any progress on this? I have a server with this exact NIC and i'm forced to use a USB adapter because the inbuilt one uses the infamous r8168 chipset. I installed from Debian Buster and if i use that kernel the builtin nic works, is there...
  9. E

    [SOLVED] How to mount backups? No *pxar files in my datastore.

    Thank you very much, it is clear now. I missed this detail of the implementation and thought it all worked on actual files.
  10. E

    [SOLVED] How to mount backups? No *pxar files in my datastore.

    Hello! Looking at the documentation and at this thread, it looks like i can mount ".pxar" files that correspond to backups stored on my system. However, i only have *.didx files in my system. I can see through the interface, explore and download individual files off them, but i couldn't find a...