1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-25 11:53:32 +02:00
pg_probackup/sql/init.sql

5 lines
198 B
MySQL
Raw Normal View History

\! rm -rf results/init_test
\! pg_arman init -B ${PWD}/results/init_test --quiet;echo $?
\! find results/init_test | xargs ls -Fd | sort
\! pg_arman init -B ${PWD}/results/init_test --quiet;echo $?