Full backups report
Full backups report
(OP)
Hi,
how can I get a report with the list of clients and the amount of data (GBs) in the last Full Backup?
is it possible?
Thank you!
how can I get a report with the list of clients and the amount of data (GBs) in the last Full Backup?
is it possible?
Thank you!
Chacal, Inc.
RE: Full backups report
Assuming a weekly backup cycle, use mminfo like this:
mminfo -q "level=full,savetime>-7days" -r "client,name,level,savetime,totalsize(20),nfiles" -xc, > outfile.txt
Then process the csv/txt file in an Excel sheet.
RE: Full backups report
thanks for the command! that is I was looking for. GB? MB? it doesn't matter! Excel es a very good calculator ;)
Thank you!!
Chacal, Inc.