Hi,
You may want to backup the logical logs because it's there where you save the modifications to your data. If you need to use the backup you'll first restores the system backup (level 0, 1 and 2) and later you'll redo your transactions since the last backup tape using the logical logs. So if your system crashes, say at 17:00, and your last backup were done at 8:00, that's what you'll get if you're restoring just the system backup tapes; but if you apply your logical log tapes the system will roll forward the transactions between 8:00 and 17:00. Be sure to understand how this will be achieved in a test system before you need it in the real one!!!
Hope it helps