I am having an issue when backing up an unprivileged LXC container. The bootdisk size for the LXC is only 16GB, but when I try to back up the LXC (ID 100) it continues indefinitely until it uses all of the space on my "local" storage and then...
Dear sir,
I am a private person, not a company, the backcup storage is a good compromise for me, with of course, a good networks.
I am planning (later this year) to upgrade to a 10G SFP+ networks to manage my backups.
My NAS (Unifi Pro7) cannot...
I worked on this today. When I read the API documentation it doesn't feel like its telling 100% of the story so I wound up monitoring network traffic while using the browser and saw what this curl command produces.
curl -v -k -X POST...
Hello,
yesterday I replace a harddrive in my zfs raid. After this I execute the following command.
zpool replace rpool 18419091268690890705 /dev/disk/by-id/ata-WDC_WD4005FFBX-68CAUN0_WD-AS05X86R
Tonight the process was successfully and the ZFS...
I'm trying to use the webhook for apprise in proxmox backup server, and any message that has curly brackets in the body or title of my message (in the JSON body) causes the notification to fail. I see that it works for ntfy, discord, slack, and...
I would call the REST-API via curl or pvesh ( https://pve.proxmox.com/pve-docs/pvesh.1.html ) and execute that command via a systemd timer:
https://manpages.debian.org/testing/systemd/systemd.timer.5.en.html...
Thanks for your help. I was able to resize the partition. Did not think about mounting an Iso of gparted, thanks for that too. I do need to set up something to do backups/snapshots automatically. What duh moment I had when I realized I created...
I'm having the same issue, but using a webhook. I see my notifications queued in the logs, but nothing ever shows up.
2026-03-20T20:59:39-04:00: Summary: removed vanished: snapshots: 0, groups: 0, namespaces: 0
2026-03-20T20:59:39-04:00: sync...
I would call the REST-API via curl or pvesh ( https://pve.proxmox.com/pve-docs/pvesh.1.html ) and execute that command via a systemd timer:
https://manpages.debian.org/testing/systemd/systemd.timer.5.en.html...
The state is due to RAM being included in your snapshot. It looks like your snapshot was done after resizing which is bad. Do you have backups from before? Shrinking is possible but you have to be careful and it's a lot of steps with many...
Please don't quote every message. You can simply shrink the volume as your partition was not resized yet. I'm always scared about rounding issues so I'd account for that with a bit of a buffer. I.e partition size + 1G. In your case this is not...
I worked on this today. When I read the API documentation it doesn't feel like its telling 100% of the story so I wound up monitoring network traffic while using the browser and saw what this curl command produces.
curl -v -k -X POST...
Ich habe meine alte Methode zum Update wiedergefunden.
Eigentlich total simpel: Man führt die initiale Zertifikatsanforderung manuell per cli durch und stellt dann per cron das renewal ein (Beispiel für wildcard):
cli:
certbot certonly --manual...
Hello,
I had a request to upload my backup checker tool, and it is now available on github. It is a linux dotnet tool to check to make sure that your backups are up to date and not going stale.
It was only written/tested for my particular...
I know that this is quite old, but it seems to be what I am searching for - so sorry for reviving this old thread.
As I want to use a wildcard certificate for a provider, that doesn't offer DNS-API I need to run certbot with "renew" from cron on...
No, this restriction has been lifted for bridges and physical network interfaces not too long ago, but still persists for other types of network interfaces.
Hi there,
did you change the hostname according to this wiki page? https://pmg.proxmox.com/wiki/Change_FQDN
Make sure to change every file mentioned, afterwards a reboot is the best option to "refresh" everything.
Host is using software rendering, not using host-owned GPU for vm guests configured with virtio-gpu/gl. This might be just a normal graphics driver issue, but I've exhausted my minimal knowledge on the subject and from all the net searching, I...
So this issue seems to have been around since way back from 8.4 days:
https://forum.proxmox.com/threads/proxmox-ve-8-4-0-unable-to-pxe-boot-under-ovmf.168220/
I'm not convinced that adding he Virtio RNG device is the actual fix to this issue...