-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatadir.README
More file actions
24 lines (19 loc) · 944 Bytes
/
datadir.README
File metadata and controls
24 lines (19 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
In general, "datadir" is a directory that gets rolled over for each night,
and should be carefully left alone.
Notice that for testing, tom sometimes makes datadir a link to an old
directory (such as datadir_20110727). But if he does, he doggone well
better replace the link with the real directory before observing begins
for the night.
The datadir directory in Tom's private copy on cholla
is a symbolic link to datadir_mmddyyy
If it is desired to do post-mortem on some specific day,
the thing to do is, the files can be found in /mmt/wfsdat
where they are placed by our daily wfs cron script:
On hacksaw, a daily cron script
(see /etc/cron.daily/0wfsdat_rotate.sh)
does an rsync of /mmt/shwfs/datadir
into a directory in /mmt/wfsdat
(the directory will be named yyyymmdd)
Note that since this rsync is done the morning after,
the dataset will get named for the day following the
night of observing (exactly correct for morning data).