base
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
su - pgsql -c "~/bin/pg_dump -C syshost > /user/dump/pgsql_`date +%Y%m%d`.sql"
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
su - pgsql -c "~/bin/pg_dump -C syshost > /user/dump/pgsql_`date +%Y%m%d`.sql"
|
||||