So I think you are seeing something like this ...
Schedule: full_user
Type: UBAK (2)
Frequency: 7 day(s) (604800 seconds)
Retention Level: 0 (1 week)
u-wind/o/d: 0 0
Incr Type: DELTA (0)
Alt Read Host: (none defined)
Max Frag Size: 0 MB
PFI Recovery: 0
Maximum MPX: 1
Number Copies: 1
Fail on Error: 0
Residence: (specific storage unit not required)
Volume Pool: (same as policy volume pool)
Server Group: (same as specified for policy)
Residence is Storage Lifecycle Policy: 0
Schedule indexing: 0
Daily Windows:
Day Open Close W-Open W-Close
Sunday 000:00:00 000:00:00
Monday 006:00:00 018:00:00 030:00:00 042:00:00
Tuesday 006:00:00 018:00:00 054:00:00 066:00:00
Wednesday 006:00:00 018:00:00 078:00:00 090:00:00
Thursday 006:00:00 018:00:00 102:00:00 114:00:00
Friday 006:00:00 018:00:00 126:00:00 138:00:00
Saturday 006:00:00 018:00:00 150:00:00 162:00:00
But you wish only to see
Monday 006:00:00 018:00:00 030:00:00 042:00:00
Tuesday 006:00:00 018:00:00 054:00:00 066:00:00
Wednesday 006:00:00 018:00:00 078:00:00 090:00:00
Thursday 006:00:00 018:00:00 102:00:00 114:00:00
You cannot do this from NetBackup commands, but, you could via OS commands ...
For example :
bpplsched womble_basic_disk -L |grep -v Sunday |grep -v Saturday |grep -v Friday
Schedule: full_user
Type: UBAK (2)
Frequency: 7 day(s) (604800 seconds)
Retention Level: 0 (1 week)
u-wind/o/d: 0 0
Incr Type: DELTA (0)
Alt Read Host: (none defined)
Max Frag Size: 0 MB
PFI Recovery: 0
Maximum MPX: 1
Number Copies: 1
Fail on Error: 0
Residence: (specific storage unit not required)
Volume Pool: (same as policy volume pool)
Server Group: (same as specified for policy)
Residence is Storage Lifecycle Policy: 0
Schedule indexing: 0
Daily Windows:
Day Open Close W-Open W-Close
Monday 006:00:00 018:00:00 030:00:00 042:00:00
Tuesday 006:00:00 018:00:00 054:00:00 066:00:00
Wednesday 006:00:00 018:00:00 078:00:00 090:00:00
Thursday 006:00:00 018:00:00 102:00:00 114:00:00
This example is Unix/ Linux - i am not sure how you run a grep command in windows, if it is even possible.
Hmm, quick Google ...
So there are 3rd party applications available.
Martin