Changeset 12876 for trunk/DataCheck
- Timestamp:
- 02/08/12 20:44:49 (13 years ago)
- Location:
- trunk/DataCheck
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/RsyncAux.sh
r12762 r12876 38 38 # get current hour 39 39 hour=`date +%k` 40 # define bwlimit for rsync depending on the time 41 if [ $hour -l t 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 ] 42 42 then 43 43 # limit bw for rsync to 20 MB/s during night -
trunk/DataCheck/RsyncRaw.sh
r12762 r12876 38 38 # get current hour 39 39 hour=`date +%k` 40 # define bwlimit for rsync depending on the time 41 if [ $hour -l t 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 ] 42 42 then 43 43 # limit bw for rsync to 20 MB/s during night
Note:
See TracChangeset
for help on using the changeset viewer.