search for: outlog

Displaying 2 results from an estimated 2 matches for "outlog".

Did you mean: outloo
2001 Aug 25
0
problems with rsync version 2.4.6 protocol version 24 on solaris 2.8
...$CONF_FILE | awk '{print $3}'`/ # get's destination data path #NOTIFY_LIST="sysopsprod@lightbridge.com" # who to notify when done NOTIFY_LIST="plamadeleine@lightbridge.com,pel_pager@lightbridge.com" TIMELOG=$WORKPATH/times.log # log file of start and stop times OUTLOG=$WORKPATH/$FILESYSTEM.log # log file of work done ARCHIVELOG=$WORKPATH/logs/${FILESYSTEM}_`date +"%H%M_%m%d%Y"`.log # where/how to archive log files EXCLUDE=$WORKPATH/sync_${FILESYSTEM}.exclude # file of directories to exclude from sync STARTTIME=`date +"%H:%M:%S %m/%d/%Y"`...
2002 Mar 27
1
Wierd timestamp problem
...-checksum \ > --whole-file \ > --bwlimit=10240 \ > --timeout=600 \ > --exclude-from=$EXCLUDE \ > $FROMDIR $TODIR >> $OUTLOG 2>&1 Any thoughts and/or suggestions would be most apreciated. thanks, Paul