Searched refs:rsyncStart (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/solr/scripts/
H A Dsnappuller218 rsyncStart=`date +'%Y-%m-%d %H:%M:%S'`
221 startTimestamp=`date -j -f '%Y-%m-%d %H:%M:%S' "$rsyncStart" +'%Y%m%d-%H%M%S'`
222 rsyncStartSec=`date -j -f '%Y-%m-%d %H:%M:%S' "$rsyncStart" +'%s'`
224 startTimestamp=`date -d "$rsyncStart" +'%Y%m%d-%H%M%S'`
225 rsyncStartSec=`date -d "$rsyncStart" +'%s'`

Completed in 2200 milliseconds