Ignore:
Timestamp:
02/08/12 20:44:49 (13 years ago)
Author:
Daniela Dorner
Message:
changed time range for bwlimit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/RsyncAux.sh

    r12762 r12876  
    3838   # get current hour
    3939   hour=`date +%k`
    40    # define bwlimit for rsync depending on the time
    41    if [ $hour -lt 8 ] || [ $hour -gt 18 ]
     40   # define bwlimit for rsync depending on the time: from 19-7h reduced bwlimit for rsync
     41   if [ $hour -le 6 ] || [ $hour -ge 19 ]
    4242   then
    4343      # limit bw for rsync to 20 MB/s during night
Note: See TracChangeset for help on using the changeset viewer.