Search results

  1. Hannes Laimer

    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
  2. Hannes Laimer

    Network Card problem on New Proxmox Host

    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.
  3. Hannes Laimer

    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 'Include' muss eine der Regeln erfüllt sein...
  4. Hannes Laimer

    Proxmox Backup Server mit S3

    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]...
  5. Hannes Laimer

    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, also bei z.B. 5 werden pro VM/CT nur die Letzten 5...
  6. Hannes Laimer

    Encrypted Backups from PVE -> lokal PBS -> remote PBS

    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).
  7. Hannes Laimer

    Sicherung auf USB?

    Ohh, "Local" geht bis jetzt nur mit Pull-Jobs. Also im Ziel-Datastore den Sync-Job einstellen.
  8. Hannes Laimer

    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 datastore auf der USB Platte hast du als...
  9. Hannes Laimer

    Proxmox Backup Server mit S3

    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 PBS ist geplant und in Arbeit, wie das ungefähr...
  10. Hannes Laimer

    Proxmox Backup Server mit S3

    Was meinst du mit "zurückholen"? Hast du backups in einem S3 Speicher?
  11. Hannes Laimer

    Proxmox Backup Server mit S3

    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 Produktivsystemen verwendet werden. [1]...
  12. Hannes Laimer

    Proxmox Backup Server mit S3

    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
  13. Hannes Laimer

    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 sobald die USB Platte angeschlossen wird. klingt...
  14. Hannes Laimer

    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] https://manpages.debian.org/testing/openssh-client/scp.1.en.html
  15. Hannes Laimer

    Destination host unreachable forcing to shutdown

    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?
  16. Hannes Laimer

    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?
  17. Hannes Laimer

    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 short time. But you don't have enough space for...
  18. Hannes Laimer

    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 information about your storage setup. This is the...
  19. Hannes Laimer

    I cant Uploat ISO

    Hey, as my colleague already said please create a new thread, explain your problem and give some context. All you said here gives 0 information about what the concrete problem you are facing is. Spend some time collecting useful information that helps reduce the amount of guesswork people...
  20. Hannes Laimer

    Host renamed the NIC's after a reboot and won't bring vmbr0 back online

    As I have said, by default these names are usually generated, things that influence these generated names are among other things also the seating of the NIC, firmware of the NIC may also influence it. Have you read my separate, one(!) sentence, paragraph? Yes, you can specify NIC names based on...