How do I query the information about solstice backup save sets? *



  • Use the the mminfo command to query the save set information, the command is run on the backup server

    List the bootstrap save sets

    # mminfo -B
    

    A media report, to report on all volumes used for the client venus, in the last month

    # mminfo -m -q "client=venus,savetime>=last month"
    

    A list of all volumes, the amount of space they have used, and the pool they belong to

    # mminfo -a -r "volume,%used,pool"
    

    Check the man page for all the option



© Lightnetics 2024