I think using the API like that is a good choice. There's a lot of ways to handle the returned data but since it's JSON why not use jq like this?
pvesh get /nodes/$(hostname)/tasks --type vzdump --since $(($(date +%s) - 86400)) --limit 500...
Auf der Kommandozeile.
man zpool-create erklärt wie das geht, wie üblich mit dem trockenen Auflisten der Möglichkeiten. Besser ist wohl, wenn du dir ein Beispiel suchst.
----
Mal sehen...
Du verwendest ja am besten die Links in...
Hello,
forwarding a device to a vm usually doesn't require to edit the vm's config file. This can be done via GUI.
Select the vm, head to the Hardware settings, click on Add and select USB Device
Now you have two ways for selecting the device...
Note that SMB is async and your storage HAS to respect and use fsync for Samba to work properly.
You are describing behavior I found when the storage was also async, what happens then is your server writes full speed to RAM, until the session...
Look at iowait. If it is drastically higher than during normal operation limit the throughput for that backup/restore. Better to accept a longer duration that having crashes.