Start a Conversation

Unsolved

This post is more than 5 years old

1276

June 7th, 2018 12:00

mminfo script

Hello Everyone,

I need  your help and inputs in putting together script that would report out daily backup status report for a specific group of clients  , the report will be in csv format then I need to ftp that over to the enduser , where they will use that file for further reporting.

mminfo -avot -xc, -r "client,name,ssid,cloneid,volume,totalsize,sscreate(17),sscomp(17),sumflags,group,level,ssbrowse,ssretent,location" -t yesterday

I  have this mminfo command but I want to run this only for specific clients. We are on Networker 9.2.1.2.

Thanks a lot for your help

2.4K Posts

June 11th, 2018 15:00

Sure - just specify the -q query part appropriately like ...

  mminfo -q "savetime=yesterday,client=xyz" ....            or

  mminfo -q "savetime=yesterday,group=xyz" ....           

No Events found!

Top