Changeset 38067
- Timestamp:
- Mar 30, 2015, 11:37:11 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/tools/mysql-dump/gpc1_install.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/mysql-dump/gpc1_install.sh
r36421 r38067 13 13 # - Moves the MD5 checksum to the distribution directory 14 14 # 4) Import gpc1 into gpc1_0 or gpc1_1 (ensured by gpc1Import.py utility) 15 # NOTE step 4 is no longer done 15 16 . /home/panstarrs/ipp/mysql-dump/functions.sh 16 17 … … 60 61 fi 61 62 62 log INFO " Symlinking backup file [$TARGET/$BACKUP_FILE] to distribution [$DISTRIBUTION_TARGET]"63 log INFO "Hard linking backup file [$TARGET/$BACKUP_FILE] to distribution [$DISTRIBUTION_TARGET]" 63 64 /usr/bin/ln -f $TARGET/$BACKUP_FILE $DISTRIBUTION_TARGET 64 65 /usr/bin/cp -f $TARGET/$MD5FILE $DISTRIBUTION_MD5 65 66 67 # We no longer ingest the backup into the database. 66 68 # if it is between 0 and 4, ingest into gpc1_0 or gpc1_1 67 69 #HOUR=`date +"%H"`
Note:
See TracChangeset
for help on using the changeset viewer.
