You won't be able to multi thread batch backup jobs while your system is in a restricted state. You can still analyze the backup joblog and possibly cleanup unnecessary objects on your system. Limiting the number of multi member database files can be of great help. One member with 30,000 records will get backed up a lot quicker than 30,000 members with 1 record each. If multiple member database files are used extensively throughout your application, consideration should be given to eliminating them. They are not necessary. Consider using a "break handling program" on your console message queue for automating the system save process. The use of a 2nd or 3rd ASP as a temporary staging area for your full system backups is still a good idea. You should find that saving to disk on a secondary ASP is much quicker than saving directly to tape.