I find the opposite to be true… if you don’t know how to backup Postgres without using a third party util then you are at the mercy of that tool. It is fundament knowledge that one should know if you’re running Postgres. If the snapshot is not atomic and/or using multiple filesystems; that is fine as long as it’s issued and completed within the pg_start_backup() and pg_stop_backup() calls.