cancel
Showing results for 
Search instead for 
Did you mean: 

full backups

noazara
VIP
   VIP   

Hi Champs,

I have created a command to find out which clients have full backups.

I do have the list of clients now.

Below is my command:

for i in `cat allvm.txt`;do ./bpimagelist -d 05/01/2019 00:00:00 -e 05/23/2019 00:00:00 -client $i -l; done|awk '/^IMAGE/ {print $2, $7, $11}'|egrep -i "week|Full"|awk '!a[$0]++'


now i need some modification in this  command so that it gives me what all clients  do not have a good FUll backup in the defined time stamp.

Thanks in advance

1 ACCEPTED SOLUTION

Accepted Solutions

Systems_Team
Moderator
Moderator
   VIP   

Hi Noazara,

Proabably best if you don't open a new post when you already have this post opened asking exactly the same question:

https://vox.veritas.com/t5/forums/replypage/board-id/netbackup/message-id/240190

@davidmoline answered that question in the post above yesterday.

Steve

View solution in original post

2 REPLIES 2

Systems_Team
Moderator
Moderator
   VIP   

Hi Noazara,

Proabably best if you don't open a new post when you already have this post opened asking exactly the same question:

https://vox.veritas.com/t5/forums/replypage/board-id/netbackup/message-id/240190

@davidmoline answered that question in the post above yesterday.

Steve

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified