NetBackup's bplist doesn't get user/group info for Windows files

Posted by Gnustavo on Server Fault See other posts from Server Fault or by Gnustavo
Published on 2009-11-05T12:32:22Z Indexed on 2010/05/16 7:01 UTC
Read the original article Hit count: 264

Filed under:

I'm trying to get information about storage consumption from NetBackup's bplist output. I'm running NBU 6.0MP5 on a RHEL 3 server.

The server is backing up several Solaris, Linux, and Windows machines.

When I use bplist to get information about files backed up on any UNIX machine I get something like this:

# bplist -C unixclient -R 99 -l -s 01/28/2006 -e 01/29/2006 /
drwxr-xr-x test ccase 0 Nov 16 09:28 /l/home2/test/
-rw------- test ccase 4737 Jan 06 17:54 /l/home2/test/.bash_history
-rw-rw-r-- test ccase 104 Nov 11 2004 /l/home2/test/.bashrc

However, when I use it to list files backed up on any Windows client I can't get the user and group information. They both always appear as 'root'. Like this:

# bplist -C winclient -t 13 -R 99 -l -s 02/20/2006 /
drwx------ root root 0 Feb 20 14:26 /C/temp/
-rwx------ root root 41 Feb 20 14:26 /C/temp/asdf.txt
drwx------ root root 0 May 25 2004 /C/temp/CTRMNGR/

Does anyone know why bplist doesn't show the correct user/group for Windows files?

If it can't, is there a way to get that information using another command?

Thanks.

Gustavo.

© Server Fault or respective owner

Related posts about netbackup