Changeset 13599 for trunk/DataCheck/Transfer/RsyncAuxToISDC.sh
- Timestamp:
- 05/08/12 13:40:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/RsyncAuxToISDC.sh
r13108 r13599 10 10 date >> $logfile 11 11 12 # get last 3 nights 13 dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` ) 12 # get last 3, 6 or 9 nights 13 dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` \ 14 `date +%Y/%m/%d --date="-84hour"` `date +%Y/%m/%d --date="-108hour"` `date +%Y/%m/%d --date="-132hour"` \ 15 `date +%Y/%m/%d --date="-156hour"` `date +%Y/%m/%d --date="-180hour"` `date +%Y/%m/%d --date="-204hour"` \ 16 ) 14 17 15 18 # do rsync for rawfiles of these dates
Note:
See TracChangeset
for help on using the changeset viewer.