I'm working on a project to speed up our daily backups. I've mapped out the nodes that the data passes through from start to finish as best I can looking for bottlenecks. I am not sure if I should count the local storage on the server performing the backups as a node the data passes through though. All the data being backed up resides on a NAS connected via gigabit LAN. Does anyone know if when the remote data is being written to the tape if its first being written to the local drive array. It's NTBackup performing the backup job.

link|improve this question

77% accept rate
feedback

1 Answer

up vote 1 down vote accepted

No, the hard drive speed on the backup server is not a significant factor unless the backup software has to swap RAM.

Your data will flow like this (Ignoring internal bus, etc):

NAS Drives -> NAS NIC -> (Network) -> Backup Server NIC -> Server/Tape Interface -> Tape Drive

link|improve this answer
Perfect. Thanks much for the clarification Hyppy. – Donovan Apr 21 '11 at 22:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.