Create a pool for every day of the week.
Create a schedule for every day of the week
Create a client for each day of the week and place it in that daypool.
Set each daypool to use dayschedule
So...
Create Schedule:
MondaySchedule (Incremental on Monday, skip all other days)
TuesdaySchedule (Inc Tuesday, skip all other days)
...
FridaySchedule (Inc Friday, skip all other days)
Create Pools
Label one tape per Pool
Tape 1 = MondayPool
Tape 2 = TuesdayPool
...
Tape 5 = FridayPool
Create Groups:
MondayGroup to use MondaySchedule and MondayPool
TuesdayGroup to use TuesdaySchdule and TuedayPool
...
FridayGroup to use FridaySchedule and FridayPool
Create Client:
ClientA = "All" savesets, in the Monday group.
ClientA = "All" savesets, in the Tuesday group.
...
ClientA = "All" savesets, in the Friday group.
That is how you do it but why would you?
Maybe you are still thinking in the Arcserve/BackUpExec mentality. Legato doesn't use that whole "Son/Father/Grandfather" scheme.
Also, when are planing on doing a Full backup?
If you are not planning on taking your tapes off site then just leave them in one pool, one group, one schedule.
If you want to take your tapes out and put in new ones each week then just write a little script to make all tapes marked as "Full" at the end of the week.
Or do it manually, 5 tapes would take 2 minutes. Up to you.
I hope this helps.