Revision 2956
Added by sgarg almost 19 years ago
bin/backup-metacat.sh | ||
---|---|---|
38 | 38 |
|
39 | 39 |
# Make a temp dir for the backed up files |
40 | 40 |
TAG=`date +%F-%H%M%S` |
41 |
ARCHROOT="/tmp/metacat-backup"
|
|
41 |
ARCHROOT="/var/metacat/metacat-backup"
|
|
42 | 42 |
mkdir $ARCHROOT |
43 | 43 |
chgrp postgres $ARCHROOT |
44 | 44 |
chmod g+rwxs $ARCHROOT |
Also available in: Unified diff
Modified the default location of the backup files to be
/var/metacat/metacat-backup.