In guido9's defense : his reason to start the thread was not to ask how he could convince rsync not to pick up (data-wise) unchanged backups, but, as a new user, asking whether he overlooked the option to skip unchanged VMs and containers.
I'm...
You could mount the backups with the backup Client and then use find to search for the files:
https://pbs.proxmox.com/docs/backup-client.html#mounting-of-archives-via-fuse
Another option would be to list the contents catalog and grep them...
Hast du acme für die https-Zertifikate vpn PVE und PBS aktiv? Dann wird regelmäßig das Zeritifikat erneuert und dann passen der Fingerprint natürlich nicht mehr.
Bei aktivierten acme musst du denn dann entweder (per Skript oder händisch) den...
You coulr reuse one or two of your old NUCs as a combined ProxmoxBackupServer/qdevice. If you can live without Ceph using ZFS storage replication and using some USB nics as dedicated corosync network would also be a possiblity.
Or seperating the...
Maybe. For low traffic applications.
I've had tested a lowest-end setup a year ago and at the end I went back to ZFS-replication although meanwhile Ceph had "... grown to six Nodes with 12 OSDs"...
You're trying to reinvent the wheel.
Moden backup strategies are differential, which means that they are
- content aware (via CBT)
- only transfer the changes
the "simple" vzdump process is not content aware, so you would have to resort to...
I’m pretty sure there was a FAQ or thread(s) about not using rsync with PBS but I’m not seeing it. IIRC it could be problematic. PBS has its own sync method. Rsync is of course OK with the full backups from PVE.
Klar. Und jeder Neugierige nutzt dann ein KI-Tool, bevor er ein solches Plugin herunterlädt. Die Realität ist, dass die bloße Ablage auf Github kein Qualitäts- oder Sicherheitskritierium ist und andererseits ist nicht jeder Anwender ein...
Ich möchte dazu bemerken, dass beispielsweise im OpnSense-Forum aktuell immer wieder Postings von Newcomern auftauchen, die externe (!) Plugins auf Github anpreisen, die von Accounts stammen, die ebenfalls ganz frisch sind. Oft haben diese Tools...
Hey, this looks like CPU overcommitment? How many physical cores does the host have, and how many vCPUs have you assigned to each Xen VM? Is the CPU saturation on the PVE hosts, inside the Xen VMs, or both?
Hi @Pigi_102 ,
LVM is not a filesystem; it is a volume manager. The logical volumes it creates are exposed as raw block devices. The volume is attached to the VM as a virtual disk, and the filesystem is created and managed inside the VM. Because...
I don't understand this paragraph. I can't see any hostility in Johannes' messages in this thread.
Moreover, I don't remember any hostile posts from Johannes.
My established impression about @Johannes S ' messages is that these are useful...
ECC is no special requirement for ZFS. Every filesystem benefits from having it.
How do those two numbers relate? If your question would be about speed, we can answer that, but stability?
EDIT: typos and grammar
Six 20 TB drives in RAIDZ2 gets you roughly 74 TB usable with solid redundancy, survives two drive failures, and 6-wide is the sweet spot for that RAID level. Not too wide that a rebuild takes forever, not so narrow you're throwing away half your...
Both should work. In theory host should performan with disabled nested-virt should perform better since it allows to use cpu-specific instructions for stuff like compression or encryption.
You can also use a cpu type better fitted for your...
Hi guido9,
In addition to UdoB's suggestion, I notice you are a new member. Have you looked into PBS, the backup component of Proxmox?
It would not directly enable what you ask (ie, skipping unchanged containers/VMs), but it would serve the...
A VPS like the ones by contabo, netcup or hetzner ;) I host my offsite PBS that way but the costs of bucks/GB means that they are not really suited for large amount of data (at least with my budget) compared to some cloud storage so
I mean as an...
Wenn RAM knapp ist bietet sich ein lxc mit dem turnkey-fileserver ( findet man in den lxc Templates) oder zamba-toolbox an:
https://github.com/bashclub/zamba-lxc-toolbox
Von per ki erstellter Software wie znas würde ich die Finger lassen.
Zum...
You can put vms and lxcs in Pools and configure a backup job who target a specific tool. So they are basically backup groups, but still don't cover the snapshot part though. Since the developers don't read everything on the forum you might want...
Either you missed a step in the upgrade guide or something else is wrong with your repository configuration. There are existing threads about You are attempting to remove the meta-package 'proxmox-ve'! which might help in troubleshooting this...