backup i restore postrgesql

pg_restore –no-acl –no-owner -h localhost -v -U postgres -d baza -1 /home/user/baza.dmp
pg_dump –host localhost –port 5432 –username postgres –format plain –verbose –file „/home/user/baza.sql” –table public.table baza

root