Revision 14395
Added by Aaron Marcuse-Kubitza over 10 years ago
after_import | ||
---|---|---|
13 | 13 |
bin/make_analytical_db |
14 | 14 |
|
15 | 15 |
if test "$backup"; then |
16 |
make backups/TNRS.backup-remake & |
|
17 |
dump_opts=${dump_opts---exclude-schema=public} \ |
|
18 |
make backups/vegbien.$version.backup/test & |
|
19 |
sleep 10 # wait for backup files to be created |
|
20 |
backups/fix_perms |
|
21 |
wait # wait for asynchronous commands |
|
16 |
. bin/make_backups |
|
17 |
wait # wait for background processes launched by make_backups |
|
22 | 18 |
fi |
Also available in: Unified diff
bin/after_import: use new bin/make_backups