Memory-mapped I/O (i.e. MapViewOfFile, which is the Win32 spelling of "mmap") probably also counts towards page faults. 300 page faults per second isn't very many, though; pages are 4Kbytes so that's only 1.2Mbytes/second. Is that about how fast the backup is going?

Peter