Hannes Laimer's latest activity

  • Hannes Laimer
    Hannes Laimer replied to the thread Sync/pull using CLI.
    Hey, proxmox-backup-manager sync-job run <id> is probably what you want to use, so you start an already configured job And to get the id: proxmox-backup-manager sync-job list
  • Hannes Laimer
    Hey, bit of a wild guess but given driver: bnxt_en could you try: echo "blacklist bnxt_re" >> /etc/modprobe.d/blacklist-bnxt_re.conf update-initramfs -u then reboot. There have been similar problems with Broadcom NICs, specifically with bnxt_re.
  • Hannes Laimer
    Hannes Laimer reacted to Chris's post in the thread Proxmox Backup Server mit S3 with Like Like.
    Für status updates am besten beim bugtracker issue subscriben: https://bugzilla.proxmox.com/show_bug.cgi?id=2943
  • Hannes Laimer
    Hannes Laimer replied to the thread Sicherung auf USB?.
    Du kannst entweder einstellen was ignoriert, oder was berücksichtigt werden soll. Kleines Beispiel: Type: VM -> alle VMs Group: ct/110 -> CT mit der ID 110 mit 'Regex' kannst du einen Regex Ausdruck festlegen welcher verwendet werden soll. Bei...
  • Hannes Laimer
    Wie gesagt [1] ist der aktuellste Entwicklungsstand. Abseits vom aktuellen Entwicklungsstand gibt es kein Datum, sobald es Reviews/Rückmeldungen gibt kannst du daraus schließen wie weit das Ganze noch von einem Release entfernt ist. [1]...
  • Hannes Laimer
    Hannes Laimer replied to the thread Sicherung auf USB?.
    Neue Backups brauchen nur so viel mehr Speicherplatz wie sich die Daten seit dem letzten Backup Daten geändert haben. Mit der "Transfer last"-Option unter "Advanced" kannst du einstellen wie viele der letzten Backups übertragen werden sollen...
  • Hannes Laimer
    Hey, both will work, using the remote directly, or first syncing the encrypted data from the remote to a local PBS. Then adding the local PBS as storage to the new PVE(with the encryption key of course).
  • Hannes Laimer
    Hannes Laimer replied to the thread Sicherung auf USB?.
    Ohh, "Local" geht bis jetzt nur mit Pull-Jobs. Also im Ziel-Datastore den Sync-Job einstellen.
  • Hannes Laimer
    Hannes Laimer replied to the thread Sicherung auf USB?.
    Du musst oben "Local" auswählen. Dann wählst den den removable datastore aus. Dieser Job überträgt dann alle Änderungen(seit dem letzten sync) vom einen Datastore auf den anderen(in deinem Fall dem auf der USB Platte). Nur um sicher zu gehen, den...
  • Hannes Laimer
    PBS speichert Backups in chunks[1], was die Deduplizierung ermöglicht. Also kann PBS nur selbst erstellte Backups lesen. In anderen Worten, PBS kann mit Backups welche nicht von einem PBS erstellt wurden nichts anfangen. Eine S3 Integration in...
  • Hannes Laimer
    Was meinst du mit "zurückholen"? Hast du backups in einem S3 Speicher?
  • Hannes Laimer
    Du müsstest die entsprechenden repos[1] clonen, die Patches applien und dann das proxmox-backup Paket selbst bauen(make deb). Aber wie auch von Chris im cover letter[2] erwähnt befindet sich das ganze noch in der Entwicklung und sollte nicht in...
  • Hannes Laimer
    Hey, woher hast du ? Es gibt schon Patches[1] zu S3 support, allerdings noch als RFC. [1] https://lore.proxmox.com/pbs-devel/cae15312-019a-4a95-8f4c-88c9a25f6b54@proxmox.com/T/#t
  • Hannes Laimer
    Hannes Laimer replied to the thread Sicherung auf USB?.
    Hey, unmounten musst du den im PBS, kannst du über die UI ("Unmount"-Button) oder mit proxmox-backup-manager datastore unmount <datastore>. Wenn du den USB port durchgereicht hast, sollte der removable datastore[1] automatisch gemounted werden...
  • Hannes Laimer
    Hannes Laimer reacted to news's post in the thread I cannot upload iso with Like Like.
    get more free diskspace, add more disks and mount them to a place, where you can find it. eg. mointpoint: /mnt/download or /mnt/pve/download Add the mointpoint to your storrage of proxmox ve
  • Hannes Laimer
    Hannes Laimer replied to the thread I cannot upload iso.
    The easiest is to just copy the ISO directly just using scp[1]. But adding more storage, as @news suggested, is probably the better solution, given the amount of storage you are currently working with. [1]...
  • Hannes Laimer
    Hey, definitely check journalctl -b (-b for since last boot). dmesg may also contain something useful. What does your /etc/network/interfaces look like? And could you post the output of ip a? Is it only the host, or are VMs also not reachable?
  • Hannes Laimer
    Hannes Laimer replied to the thread I cannot upload iso.
    does not look like You don't have enough space to upload it through the WebUI, is SCP, as I have suggested not an option?
  • Hannes Laimer
    Hannes Laimer replied to the thread I cannot upload iso.
    Hey :) could you check if the temporary file still exists in /var/tmp/pveupload-..., you get the name from the task logs? If it does you can manually mv it, instead of copying. The file is about 3GBs large, when copying it it exists twice for a...
  • Hannes Laimer
    Hannes Laimer replied to the thread I cant Uploat ISO.
    Did you even read what I have said? Please create a new thread for your problem. And when you do, please add context and useful information, a single screenshot is not. Given the error message, also include things like df, or some more general...