Recent content by Hannes Laimer

  1. Hannes Laimer

    Change UID/GID of backups user

    Hey, that is not really possible, at least not intended. Caution, the following is not recommend, supported or tested: Technically we use [1] to get the UID/GID to check for, soo you could change the UID/GID of the backup user and group. But then you'd also have to change the owner of a lot...
  2. Hannes Laimer

    Networking issues on new install

    Hey, which NIC do you plan to use, the wireless one or a wired one? IIRC wpasupplicant requires a little more configuration than just installing it, but generally you really want a wired connection for the PVE host. A side note, PVE is meant to operate with a static IP, at least with one that...
  3. Hannes Laimer

    Pemindahan server dan pengkoneksian

    Hey, this is an english forum, so to keep threads here as useful to as any people as possible please stick to english. Some translators result, I hope this is accurate: The easiest and most stable way is to take backups of your VMs and restore them on the new nodes. You just need a storage...
  4. Hannes Laimer

    Transitioning backups to new PBS

    Hey, you could just sync the the data from the old to the new PBS. PVE knows what storage contains what backups, if you have a new PBS, for PVE this is a new storage for backups. It knows which backups are on the old, and which are on the new one.
  5. Hannes Laimer

    Not connecting to server configuration

    Hey, what's the output of ip a and cat /etc/network/interfaces? Please check the PVE host is in the right subnet.
  6. Hannes Laimer

    problem with 2FA on access GUI proxmox 8.4.14

    Hey, you can reset 2FA with pveum user tfa delete root@pam you can change the user, if it is not root@pam you are using.
  7. Hannes Laimer

    Does the PBS backup Windows Share Folder?

    Hey, if you back up a VM, no. VM backups include VM disks and config. If you want to backup network shares, either mount the share and back it up using the PBS client, or run the client directly on the NAS where the share is. [1] https://pbs.proxmox.com/docs/backup-client.html
  8. Hannes Laimer

    PBS Api Aufruf

    Ohh, ok. Hab übersehen, dass das ein push sync job ist. Wenn keine direction als GET parameter[1] angegeben wird werden nur pull angezeigt. Allerdings sollte der default da wohl eher all sein... Danke fürs reporten :) [1] https://pbs.proxmox.com/docs/api-viewer/index.html#/config/sync edit...
  9. Hannes Laimer

    A suggestion to add a couple of options to the GUI .

    Hey, you can already do this. If you click the small arrow next to the header of the status or type column you can add a filter to those. Effectively only showing entries for which it applies, then you can just select all. Not exactly what you have proposed, but pretty close in terms of...
  10. Hannes Laimer

    PBS Api Aufruf

    und wenn du ...:8007/#pbs... in the url leiste durch ...:8007api2/json/config/sync ersetzt? Kommt dann was?
  11. Hannes Laimer

    PBS Api Aufruf

    hmm, die sollten da dann auf jeden fall auftauchen[1]. Den Remote gibts? Wenn du dem Token testweise Admin auf / gibst, bekommst du dann die jobs als Antwort von der API? [1]...
  12. Hannes Laimer

    PBS Api Aufruf

    Hey, der Token hat ggf. andere Permissions als der User. Könntest du nachschauen ob die Permissions[1] vom Token selbst passen? [1] https://pbs.proxmox.com/docs/api-viewer/index.html#/config/sync
  13. Hannes Laimer

    1st login site cannot be reached

    Hey, when you install the PVE host you have to configure its IP address. What happened here is that the IP you have configured is not in the correct subnet, the configured IP is 192.168.100.2 which is in 192.168.100.0/24. But your LAN is 192.168.1.0/24. Given you didn't configure anything yet...
  14. Hannes Laimer

    Proxmox Backup Zeitplan

    Hey, dazu kannst du dir [1] ansehen. Für dein Beispiel würde das so aussehen *-*-10 03:00:00 wäre am 10. jeden Monats um 03:00. [1] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#chapter_calendar_events
  15. Hannes Laimer

    the VM in PVE, Ping unreachable

    Hey, how do you have the NICs configured in PVE? What's the output of ip a, ip r and cat /etc/network/interfaces? Does it have its IP on the correct subnet, and what subnet is that?