Recent content by typkrft

  1. T

    Help with webhook notifications to apprise

    I think your url should just be http://ip.address:port/notify/. Then in your body you can do something like { "title": "{{ title }}", "urls": "apprise://url:for/whatever_service", "body": "some message" }
  2. T

    [SOLVED] Proxmox Host Destination Unreachable

    Turns out you need to create a tagged bridge on the vlan you want to manage your device with. Changing /etc/network/interfaces to this worked auto lo iface lo inet loopback iface enp2s0 inet manual iface enp3s0 inet manual auto vmbr0 iface vmbr0 inet static bridge-ports enp3s0...
  3. T

    [SOLVED] Proxmox Host Destination Unreachable

    Not really sure whats going on here. My node's ip 10.0.10.87. It is VLAN 10 on my network. There are no firewall rules, intervlan traffic is allowed. The correct ethernet port is being used on my node. /etc/network/interfaces auto lo iface lo inet loopback iface enp2s0 inet manual iface...
  4. T

    [SOLVED] Differentiate Backup Modes

    It doesn't appear to be unfortunately. Luckily, the file name, command, and logs, which do show the type were sent in the email notifications I set up. And I was easily able to move the backups to a newly created namespace. All is sorted out now. I genuinely appreciate you talking time out of...
  5. T

    [SOLVED] Differentiate Backup Modes

    Thank you for the response! I had thought of that, unfortunately it was after the fact. I'm in the middle of a some infra transitioning and I have some "stop" backups of VMs that no longer exist, and I wanted to keep then for archival purposes for the next 6 months to a year. But I have no way...
  6. T

    [SOLVED] Differentiate Backup Modes

    Is there a way to differentiate backup "modes" of previous backups that have already been taken. I'd like to go and protect an initial copy of several "stop" backups and then prune subsequent snapshots. Maybe I've missed something in the documentation or UI.
  7. T

    Migrate VM to different host

    The easiest way to do this without a cluster is to just use proxmox backup server. Back it up from one node and restore it to the other node.
  8. T

    PVE Server Reboot

    I have the same issue not getting a lot of information in the logs. Feb 11 06:13:00 sega systemd[1]: pvesr.service: Succeeded. Feb 11 06:13:00 sega systemd[1]: Finished Proxmox VE replication runner. Feb 11 06:14:00 sega systemd[1]: Starting Proxmox VE replication runner... Feb 11 06:14:00 sega...