This dialog is present in Windows Server Backup 2008 R2.
“the performance of the volume may be reduced by up to 200 percent while it is used to store backups.”
Wait, how slow is that? Let X be the normal performance, and R be the percent reduction, expressed as a decimal number between 0.0 and 1.0. The modified performance (P) can be expressed as: P = X-XR, or in it’s factored form, P = X(1-R).
No reduction in performance (R = 0.0)
P = X(1.0 – 0.0)
P = X
50% reduction in performance (R = 0.5)
P = X(1.0 – 0.5)
P = 0.5X
200% reduction in performance (R = 2.0)
P = X(1.0 – 2.0)
P = X(-1.0)
P = -X
Okay so… while the backup is running, the harddrive is undoing everything I’ve saved? Damn.
