I need help in learning the best way to backup using sqlx in rust using postgresql to an external drive
Im looking for a solution to this Ive seen how to use pg_dump
pg_dump -U postgres -d dvdrental -F tar -f d:backupdvdrental.tar
Do I use this in sqlx?
New contributor
percy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.