Hi BackupGuy,
Thanks for your question, I can see Damian has provided an answer, but I just wanted to throw 2 cents in as well. Damian, feel free to correct anything I am wrong on below.
SQL Server streaming backup, by default, will use 2 streams, this is configurable from the subclient options and given the size of your DB, if network or storage is not the bottleneck here, then increasing streams could increase concurrency of the data transfer from SQL Server and result in faster backups. If you have enabled VSS for the instance it will definitely be a single streamed backup. Do you have VSS enabled for the instance?
Can you give me more context on this? Why might you not get support?
“I’ve been told Intellisnap is the way but I might not get support to go down that road.”
If I had to make a choice between IntelliSnap and Block-Level for a 7 TB database, I would choose IntelliSnap all the way. If only for the backup performance. Whilst Block-Level backup does perform a VSS Shadow operation, it still needs to stream data out. IntelliSnap on the other hand will take a hardware level snap which is much faster. Then at a later date you can perform a backup copy to move the data from the snapshot onto your library storage. This operation can be performed completely on the MediaAgents at any time you like, so you can schedule for times when the system is less utilised and it won’t impact the client.
Hope this helps.
David