Search results

  1. E

    Inconsistent vm status

    Hi, If i stop a vm, there is a small timeframe, that vm status is wrong in api. When i watch the vm console, and it's closed because "Guest not running". I use two api call: #pvesh get /nodes/vps2/qemu/200/status/current --output-format json-pretty { "agent" : 1, "cpu" : 0, "cpus" : 2...
  2. E

    Delayed offsite sync

    Hi, I use pbs with following prune, backup running every night: keep-daily 6 keep-weekly 6 keep-monthly 6 I want to sync to a offsite location, but the traffic is limited (bytes). So i dont want to sync every daily backup, just the weekly (+ monthly). How can i do that...
  3. E

    golang library

    Hi, I wrote a golang library for access proxmox backup server: https://github.com/Elbandi/go-proxmox-backup-client It's using the proxmox backup qemu client api, but some pbs function is not exported in this code: restore config file accessing other backup type as "vm" Do you plan to...