This wait event that occurs during a base backup operation (e.g., when using pg_basebackup or a custom backup tool that leverages the replication protocol) when the server is reading data files from disk to send them to the backup client.
This wait event reflects I/O time spent reading the actual database files—such as heap tables, indexes, and control files—as part of creating a physical copy of the cluster.