Riian, Andrew,
let me explain one thing. First, Andrew, you're right in terms of cost of infraestructure, but in some customers all these infraestructure is now present, then they don´t need to pay anything more. They're re-utilization some infraestructure.
Effectively, accelerator doesn´t know anything about fingerprints, but not moves all the data, then it doensn´t send all the data to the Media Server, only the changed blocks, check the admin guide and you can found this:
How accelerator works
■ If the client has no previous backup, NetBackup performs a full backup and
creates a track log. The track log contains information about the client's data,
for comparison at the next backup.
■ At the next backup, NetBackup identifies data that has changed since the
previous backup. To do so, it compares information from the track log against
information from the file system for each file. For NTFS and ReFS file systems,
it also uses the Windows change journal to help identify the data that has
changed since the last backup.
Accelerator uses the Windows change journal in two ways: To check for changes
in the file system metadata, and to help detect which files have changed since
the last backup.
See “Accelerator and the Windows change journal” on page 694.
■ The NetBackup client sends to the media server a tar backup stream that consists
of the following: The client's changed blocks, and the previous backup ID and
data extents (block offset and size) of the unchanged blocks.
■ The media server receives the client's changed blocks and the backup ID and
data extents of the unchanged blocks. From the backup ID and file system
descriptors, the media server locates the rest of the client's data in existing
backups.
■ The media server directs the storage server to write the changed blocks and
the unchanged blocks in a new full image.
The difference with the dedup, is that if it's source you can dedupe the changed blocks for coincident blocks, and with target, you check only for storage. But you're sending a lot of less data to the Media Server (depending on your change ratio).