Search results

  1. 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.
  2. C

    Commandline to show status of last backup

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

    Commandline to show status of last backup

    I thought about that. Is jq installed by default?
  4. 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.
  5. 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...
  6. 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.
  7. 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?
  8. C

    Proxmox backs up to the local disk on mount failure

    Start your own thread, please don't hijack.
  9. 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...
  10. C

    [SOLVED] Unused Disk 0

    That's helpful. Thank you!
  11. C

    [SOLVED] Unused Disk 0

    One other question, the fact that it's disk 0 and I have a disk 0 that is attached won't be a conflict?
  12. C

    [SOLVED] Unused Disk 0

    Thank you. I was having problems with backups and discovered it. I'll get a good backup tonight and then attach it tomorrow and see if there is even any data on it. Thank you so much.
  13. C

    [SOLVED] Unused Disk 0

    On one of my VM's I have "Unused Disk 0 Data:vm-101-disk-0" Of course no one knows what this is. Is there a way to see if it has any data on it? I'm a bit apprehensive to just attach it.
  14. C

    Trying to access bios of VM

    Ahhh, I think I just answered my question... I am on SeaBIOS instead of OVMF. How difficult is it to change? (If it's possible) How dangerous is it to change?
  15. C

    Trying to access bios of VM

    I am getting this: What I was expecting is this:
  16. C

    [SOLVED] How to I change the notification email for proxmox VE?

    I did. I had only locked myself out of the Web interface by disabling root login. Not root in Linux.
  17. C

    [SOLVED] How to I change the notification email for proxmox VE?

    Excellent, and if I accidentally do that again, how do I re-enable? I think last time I just SSH'ed in and ran a command.
  18. C

    [SOLVED] How to I change the notification email for proxmox VE?

    If I change the email address will it lock the root user out again? If so, how do I reenable it?