How to list backup job index via cli?

I'm looking for a way to list a tree or view all file paths of any given index via the cli. I noticed that there are some shell scripts in /usr/netvault/util like nvshowindex.sh and indexing.sh however I can't find any complete documentation on how these are supposed to be used.

Any assistance would be greatly appreciated. Thanks!

Parents
  • Hello 

    Sadly there is no way to do this via cli. nvshowindex is to show index saveset details for example ./nvshowindex /usr/netvault/db/MediaDatabase/Files/Backup/0000/00/60

    and indexing command is to start indexing manually if needed. Both are intended to use only when support needs to do some internal operations.

Reply
  • Hello 

    Sadly there is no way to do this via cli. nvshowindex is to show index saveset details for example ./nvshowindex /usr/netvault/db/MediaDatabase/Files/Backup/0000/00/60

    and indexing command is to start indexing manually if needed. Both are intended to use only when support needs to do some internal operations.

Children