References
- PostgreSQL
pg_dump
tool official documentation: https://www.postgresql.org/docs/current/app-pgdump.html - PostgreSQL
pg_dumpall
tool official documentation: https://www.postgresql.org/docs/current/app-pg-dumpall.html - PostgreSQL
pg_restore
tool official documentation: https://www.postgresql.org/docs/current/app-pgrestore.html - FreeBSD
502.pgsql
backup script: https://www.freshports.org/databases/postgresql83-server/files/502.pgsql - PostgreSQL
pg_basebackup
tool official documentation: https://www.postgresql.org/docs/current/app-pgbasebackup.html - PostgreSQL
pg_verifybackup
tool official documentation: https://www.postgresql.org/docs/current/app-pgverifybackup.html - PostgreSQL
COPY
command official documentation: https://www.postgresql.org/docs/current/sql-copy.html - pgBackRest external tool for physical backups: https://pgbackrest.org/