This behavior has been this way for quite some time. The issue is that the rotation moves the files to a directory name of the current monthy that the rotation is running. Since the rotation starts on the 1st day of the month(12:01am), you end up with the prior months data in the current months directory. I have mentioned this a while back but was really not that big of a deal. We store our reports for our clients and simply run a scheduled job that moves them appropriately.
ie; move source/01/* destination/12/* move source/02/* destination/01/* move source/03/* destination/02/* move source/04/* destination/03/* move source/05/* destination/04/* move source/06/* destination/05/* etc etc.. Danny On 01/Nov/2002 19:53:09, Henk Schrik wrote: > Hi, > > In making it myself easier, i thought > let me try also the automatic logging > per month. > > Starngely enough and not what I expected, > I see my logfiles of september in the > subdir /sambar/log/2002/10 > and my logfiles of october in the subdir > /sambar/log/2002/11 > > Is it strange in my head to expect that > all logfiles of september should appear in the subdir 09 > and those of october in subdir 10 ? > > Now I have to remember myself of this confusion > between real dates and folders. > > Greets, > > > > Henk Schrik > tel. (31)(0)6 53612294 > e-mail: [EMAIL PROTECTED] > website: <A TARGET="_blank" HREF="http://henk.schrik.nl">http://henk.schrik.nl</A> > or <A TARGET="_blank" HREF="http://henk.schrik.org">http://henk.schrik.org</A> > ------------------------------------------------------- > To unsubscribe please go to <A TARGET="_blank" >HREF="http://www.sambar.ch/list/">http://www.sambar.ch/list/</A> > > > ------------------------------------------------------- To unsubscribe please go to http://www.sambar.ch/list/
