Files
interactive/gms/KT/DB/pgsql_dump.sh
2026-08-07 17:38:18 +09:00

3 lines
89 B
Bash

#!/bin/sh
su - pgsql -c "~/bin/pg_dump -C syshost > /user/dump/pgsql_`date +%Y%m%d`.sql"