mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-25 11:53:32 +02:00
78eed96f63
git-svn-id: http://pg-rman.googlecode.com/svn/trunk@48 182aca00-e38e-11de-a668-6fd11605f5ce
5 lines
196 B
SQL
5 lines
196 B
SQL
\! rm -rf results/init_test
|
|
\! pg_rman init -B ${PWD}/results/init_test --quiet;echo $?
|
|
\! find results/init_test | xargs ls -Fd | sort
|
|
\! pg_rman init -B ${PWD}/results/init_test --quiet;echo $?
|