Create a compressed backup of a PostgreSQL database
pg_dump -h {{host}} -U {{user}} -d {{database}} -Fc > backup_$(date +%Y%m%d_%H%M%S).dump