No, what you want is deduplication, so the same date is not saved again, but reused from older backups. For that you can take a look at PBS[1]. But with a NAS alone what you are describing won't be possible.
[1] https://pbs.proxmox.com/docs/introduction.html
It has to be URL encoded[1], there are a lot of tools available depending on in what context you are using the endpoint, for just manually testing the API something like [2] is probably good enough.
[1] https://en.wikipedia.org/wiki/Percent-encoding
[2] https://www.urlencoder.org/
Since it is a GET endpoint you add ?ns=NAMESPACE at the end, so the whole thing looks something like
https://<HOST>:8007/api2/json/admin/datastore/<DATASTORE>/groups?ns=<NAMESPACE>
for testing you can just login normally and then update the URL so you don't have to worry about authentication.
Hey,
your switch supports and has LACP enabled, right? Also vmbr0 and vmbr1 have IPs in the same subnet, is this intentional? How would the VM get an IP, is it static or do you have a DHCP running on 172.16.0.0/16? Can you ping your router from the PVE host?
Hey,
I'm not entirely sure I understand what it is you are asking. But from the screenshot it looks like whaterver "Mobility Gateway - ArubaOS_MM_8.10" is wants exactly 3 NICs to present, at least based on
Number of ports/VM adaptors must be 3
but you have 4 setup. Why would you have all of...
Hey,
Jun 12 07:04:02 pve-002 smartd[543]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 122 to 121
122 degrees for a disk, but also in general, seems pretty hot. Also
Jun 12 07:04:02 pve-002 smartd[543]: Device: /dev/sda [SAT], 2 Currently unreadable...
Looks like you created the Datastore on a disk, and that disk is not present anymore. Either its connection was damaged, or the disk itself was.
What=/dev/disk/by-uuid/b4d11d35-086a-489b-b5ac-15e1d0ce1f9d
Where=/mnt/datastore/backups
in the .mount file tells us the partition with the UUID...
No, I meant on the PBS. This is PVE that has the PBS configured as a backup target. Could you post the output of
ls -lah /etc/systemd/system/mnt-datastore*
# if this lists files, please also post their contents using `cat <file>`
lsblk -o NAME,SIZE,TYPE,MOUNTPOINT,UUID,PARTUUID
# and...
Hey,
did you do pveceph osd destroy <OSD>? Are the services still running systemctl status ceph-osd@0? Usually you'd do something like
ceph osd out <ODS>
systemctl stop ceph-osd@<OSD>
pveceph osd destroy <OSD>
# clear partition table
ceph-volume lvm zap /dev/sdX --destroy
then you can recreate...
Hey,
nein, die Namen sind fest. Ich habe kurz gesucht, und was du beschreibst scheint eher ein SMB und weniger ein QNAP Problem zu sein, ich habe [1] und [2] dazu gefunden.
[1]...
Hey,
Sender address rejected: Domain not found
sieht so aus als ob der Mailserver nichts mit pbs.nest anfangen kann. Also mx01.mail.de weigert sich eine Mail zuzustellen die als sender domain pbs.nest hat. Könntest du mal versuchen als Sender die mail Adresse anzugeben mit welcher du dich mein...
Hey,
I think you're looking for the admin/datastore/.../groups endpoint[1], you can use the ns parameter to filter by namespace.
[1] https://pbs.proxmox.com/docs/api-viewer/index.html#/admin/datastore/{store}/groups
drwxr-xr-x 3 root root 4.0K Jun 27 2023 vm
/datastore/inpx/vm seems to be owned by root, but the backup user should be the owner. Did you manually copy or move things around lately?
chown -R backup:backup /datastore/inpx should solve the problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.