~henry01/mice-archivist-tools/trunk

« back to all changes in this revision

Viewing changes to checkMissingFiles.sh

  • Committer: Henry Nebrensky
  • Date: 2021-09-09 21:36:27 UTC
  • Revision ID: j.nebrensky@brunel.ac.uk-20210909213627-ppmo7zunqvxd9rik
Clarify input file format

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# Copyright J.J. Nebrensky
7
7
# These tools are distributed under "MIT Licence" - see accompanying LICENCE.TXT
8
8
 
 
9
# Input "file" is a simple list of filename-in-MICE-namespace
9
10
 
10
11
# Source is "tape" and destination is "disk"
11
12
TAPE_SRV='srm://heplnx204.pp.rl.ac.uk'
16
17
DISK_DIR='pnfs/hep.ph.ic.ac.uk/data/mice/mice'
17
18
DISK_PRT=':8443'
18
19
 
19
 
FTS_LIST="/opt/ppd/scratch/henry/fts.list"
 
20
FTS_LIST="/tmp/fts.list"
20
21
 
21
22
if [ -z "${TMPDIR}" ]; then
22
23
        echo "setting TMPDIR"