Added main logic for pulling backup. In the first step backup and logs are fetched from database. Then they're streamed to client in the following order:
- All backup data chunks
- All logs. For each log:
- All log chunks (if stored in blob)
- The whole log at once (if stored in db)
Depends on D6240