Do you want to get the size of a particular backup file, or you would like to know the amount of data that a particluar restore point contains (a restore point might consist of several backup files).
Thanks for your reply! I'm trying to get the size of the last backup, like how much data was backed up with the last backup job instance.
To clarify: I have a repository (the target folder for backups) on a samba share. This contains the .vbm file, one .vbk file from the first backup job and multiple .vib files from incremental backups that have been run later.
Out of the two of your options I think the latter one is kind of what I need. I need to know how much data has been stored "within the backup job". In other words, I need to figure out how much data has been stored within this backup job, a.k.a this backup jobs target folger (smb://sharedfolder/jobname/)
I'm not sure whether this would mean we'd have to calculate the size of the .vbk plus all the .vib files or just the newest .vib file...
I hope this clarifies what I'm trying to achieve here...