Ignore:
Timestamp:
2023-01-10T23:57:04+13:00 (5 months ago)
Author:
davidb
Message:

Some restructuring of where the files are; other changes in response to testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes-and-performers/prepare/02-COPY-TO-IMPORT.sh

    r37121 r37125  
    11#!/bin/bash
    22
    3 echo "Copying Items/HMS_* directories to ../import"
     3echo 'Copying GS_Items/*_*[0-9] directories to ../import'
    44
    55#for full_d in Items/HMS_* ; do
    6 for full_d in Items/*_*[0-9] ; do
     6for full_d in GS_Items/*_*[0-9] ; do
    77    d=${full_d##*/}
    88    if [ -d ../import/$d ] ; then
     
    2121
    2222    echo "  Hardlink file recursive copying $d"
    23     rsync -av --link-dest="$PWD/$full_d" $full_d/ ../import
     23    rsync -av --link-dest="$PWD/$full_d" $full_d/ ../import/$d
    2424
    2525
Note: See TracChangeset for help on using the changeset viewer.