Project

General

Profile

« Previous | Next » 

Revision 14391

added bin/make_backups

View differences:

trunk/bin/make_backups
1
#!/bin/bash
2
cd "$(dirname -- "${BASH_SOURCE[0]}")/.."
3

  
4
set -x
5

  
6
make backups/TNRS.backup-remake &
7
dump_opts=${dump_opts---exclude-schema=public} \
8
make backups/vegbien.$version.backup/test &
9
sleep 10 # wait for backup files to be created
10
backups/fix_perms
11
wait # wait for asynchronous commands
0 12

  

Also available in: Unified diff