The timestamp looks wrong - did you take that from `/var/log/syslog` ? - this is the place the log-tracker looks for its logs - please check that /var/log/syslog contains timestamps like `2026-06-10T00:23:42.810698+02:00` - instead of `Jun 10...
Guter Punkt, @rprengel. Anomalie-Erkennung auf Backup-Ebene (Dedup-Rate) und direkt in der VM (Datei-Aktivität) ergänzen sich gut. Beim automatischen Reagieren sollte man eher konservativ sein. VM runterfahren ist noch vertretbar, aber alles...
Hallo, wir prüfen hier Windows VMs auf ungewöhliche Datei-Aktivitäten (lesen/schreiben). Bei Auffälligkeiten fährt die VM automatisch runter. Alles weitere ist "Handarbeit" für die Admins anhand einer definierten Vorgehensweise und hängt von den...
Was @Falk R. sagt: PBS schreibt deduplizierte Chunks, die alten Backups bleiben intakt. Das ist schon mal die halbe Miete.
Und @bl1mp hat recht, die Dedup-Rate ist genau die Metrik die du willst. In den PBS-Task-Logs siehst du nach jedem Backup...
For your local LVM-thin results, a couple things to check: is iothread=1 actually set on the SCSI controller? Should be default with virtio-scsi-single on recent PVE but I've seen cases where it wasn't. Also try aio=io_uring instead of the...
Das nfs-common.service is masked ist auf PVE normal, der Dienst ist per Default maskiert. Geht ganz einfach:
systemctl unmask nfs-common
systemctl enable --now nfs-common
Aber ehrlich gesagt, für deinen Use Case würd ich VirtioFS nehmen. Das...
Hello PatoGB,
I just found out, if you do not need "application-aware processing" (just do not enable it), then this combi works fine.
Details:
I received the error "Failed to prepare disks for backup" or so and my backup did not start for each...
Looks like it is discussed in the German thread below:
https://forum.proxmox.com/threads/proxmox-8-upgrade-auf-9-fehler-im-log-fenster-bei-einem-lxc.177793/post-824450
Hi
1- The first incoming e-mail after the e-mail update in the log line
"Jun 10 12:32:21 pmg9 pmg-smtp-filter[125550]: 3202C86A292F1C81ECA: accept mail to <metin2@benimsitem.com> (D538E3203C7) (rule: default-accept)".
2- No, I haven't made...
Hi,
I can understand your concern. In your case, VM B is not really a separate machine but a refreshed copy of VM A, so keeping the same UUID would help avoid licensing issues and reduce administrative work.
As far as I know, there is...
Hi,
One way to do this would be, by using fdisk utility
fdisk /dev/hda.
Type p (it will print partition table)
Type n (for creating a new partition)
Press enter (it will take the default value)
Press enter (it will take last cyclinder as...
It might be the same issue as reported upstream here: https://bugzilla.kernel.org/show_bug.cgi?id=221234
A fix for that will be included in the next 6.8 kernel version which is expected to come in the following days/weeks.
Yes, great that this was addressed. But the old default might still be in place in OP's PVE.
It might be something else, but people wondering about 50 plus a bit % memory usage on a system using ZFS are quite common. :)
The source does have a static IP but is that TLS still secured since they are self-signed certs?
I'm afraid I don't have much experience configuring firewall rules so if you happen to have a good resource I could trawl through to learn would be...