Recent content by CCWTech

  1. C

    ERROR: job failed with err -61 - No data available

    I would like to know as well if there is anything to make it retry more... Would love to get a backup so we can move it.
  2. C

    Machine type subject to deletion...

    Thanks, I'll look into these.
  3. C

    Machine type subject to deletion...

    "kvm: warning: Machine type 'pc-i440fx-5.1' is deprecated: old machine version is subject to deletion during current major Proxmox VE release WARN: current machine version 'pc-i440fx-5.1+pve0' is deprecated - see the documentation and change to a newer one TASK WARNINGS: 1" So is this only if...
  4. C

    Proxmox reboots after "Purging GPU memory"

    Did you solve this? If so, what was the fix?
  5. C

    Commandline to show status of last backup

    Excellent, thank you to all who have commented, I'll have our lead developer take a look at this.
  6. C

    Commandline to show status of last backup

    All are at different locations (each server is at a different site so not using PBS.
  7. C

    Commandline to show status of last backup

    I thought about that. Is jq installed by default?
  8. C

    Commandline to show status of last backup

    We have had issues with mail delivery before. I'm looking for something that actually grabs info from the box itself.
  9. C

    Commandline to show status of last backup

    pvesh get /nodes/$(hostname)/tasks --type vzdump --limit 500 --output-format json | sed 's/},/}\ /g' | while read -r line; do start=$(echo "$line" | grep -o '"starttime":[0-9]*' | grep -o '[0-9]*'); [ -z "$start" ] && continue; now=$(date +%s); if [ $((now - start)) -lt 86400 ]; then...
  10. C

    Commandline to show status of last backup

    Is there a command line option or something that can be queried that would show the status of the last Proxmox Backup or backups in the last 24 hours? Like success or failure? We have a proprietary RMM and it would be nice to add this query into our dashboard.
  11. C

    Proxmox backs up to the local disk on mount failure

    So if the external drive isn't mapped, this stops it from backing up?
  12. C

    Proxmox backs up to the local disk on mount failure

    Start your own thread, please don't hijack.
  13. C

    Proxmox backs up to the local disk on mount failure

    We have a proxmox install that has an external drive mounted to backup using proxmox's built in backup. Once in a while the mount will become disconnected for whatever reason. In this case proxmox starts backing up to the local drive instead. It fills up the local drive and then even email...
  14. C

    [SOLVED] Unused Disk 0

    That's helpful. Thank you!