dsmc query backup

Marek

Newcomer
Joined
Apr 7, 2020
Messages
2
Reaction score
0
Points
0
Hi

I want to check my backup size. Currently I am using:

.\dsmc q b c:\ -subdir=yes -querysummary
.\dsmc q b D:\ -subdir=yes -querysummary
.\dsmc q b systemstate -querysummary

It is possible to check it in one line, like ex below ?
.\dsmc q b AllDomains systemstate -querysummary
 
No, the query backup command only accepts one file specification at a time, unlike a backup/archive/restore/retrieve command which can accept multiple.
 
Back
Top