Here is a little RFE... I am writing scripts to scan backup points since "veeamconfig point files" will only list file names but none of their metadata like size, timestamp, etc.
So I regularly mount one backup point, process it, stop the associated session, and then immediately mount the next one. If I do this, I get:
Code: Select all
# veeamconfig session stop --id 8c4c5311-f6e7-4848-ab8c-5838c123433b
Session has stopped.
# veeamconfig point mount --id b687ef3f-4023-43ad-ae70-c99c82c2ed26
Mount point [/mnt/backup] is used in session [{8c4c5311-f6e7-4848-ab8c-5838c123433b}].
Use --mountDir parameter to set another mount point.
Failed to mount.
RFE1: Please have "session stop" only come back after the session has *really* stopped.
RFE2: Please provide an option to "point files" to list object metadata (JSON would be fine

Thanks,
VAB