PostgreSQL Tutorial: Backing up a database cluster using pg_basebackup
Summary: pg_basebackup is the built-in binary format backup tool available with PostgreSQL. Only the backups taken using pg_basebackup
can be used for point-in-time recovery and not pg_dump or pg_dumpall.