Changeset 13599 for trunk/DataCheck/Transfer/RsyncAuxLP.sh
- Timestamp:
- 05/08/12 13:40:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/RsyncAuxLP.sh
r13313 r13599 31 31 32 32 33 # get last 3 nights 34 dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` ) 33 # get last 3, 6 or 9 nights 34 dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` \ 35 `date +%Y/%m/%d --date="-84hour"` `date +%Y/%m/%d --date="-108hour"` `date +%Y/%m/%d --date="-132hour"` \ 36 `date +%Y/%m/%d --date="-156hour"` `date +%Y/%m/%d --date="-180hour"` `date +%Y/%m/%d --date="-204hour"` \ 37 ) 35 38 36 39 # do rsync for rawfiles of these dates
Note:
See TracChangeset
for help on using the changeset viewer.