This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CLI to list savesets

I have over 1PB (logically) of data to review and expire to free up disk on 2 dr-4100s. This is over 50,000 jobs/indicies/etc. The GUI is cumbersome and it will take weeks to go through everything job by job. The load time alone to get to the oldest set is 3-5 minutes (Load more 3 times) and then the list has to refresh once an operation is performed on one or more savesets.

I know that I can input a list of savesets into nvexpiresaveset and have it do the work for me but getting the information is the problem. Is there a CLI option to list savesets from disk storage? All the CLI utilities seem to be geared towards tape media.

Parents
  • You can use nvmediadetails on a DR. I did use ./nvmediadetails -label 'Dell DR (netvault)' > /tmp/DR.txt with success.

    Also there is nvrestore which will give you Client, saveset IDs and date
    ./nvrestore -list
    WIN2012R2_NVBU10        File System     Test path to backup log (Saveset 4) 08:44 12 Mar 2015
    WIN2012R2_NVBU10        File System     Diskto C test to Virtual Disk (Saveset 3) 13:48 09 Mar 2015
    WIN2012R2_NVBU10        File System     Test to drive (Saveset 2) 13:40 09 Mar 2015
Reply
  • You can use nvmediadetails on a DR. I did use ./nvmediadetails -label 'Dell DR (netvault)' > /tmp/DR.txt with success.

    Also there is nvrestore which will give you Client, saveset IDs and date
    ./nvrestore -list
    WIN2012R2_NVBU10        File System     Test path to backup log (Saveset 4) 08:44 12 Mar 2015
    WIN2012R2_NVBU10        File System     Diskto C test to Virtual Disk (Saveset 3) 13:48 09 Mar 2015
    WIN2012R2_NVBU10        File System     Test to drive (Saveset 2) 13:40 09 Mar 2015
Children
No Data