On Fri, 1 Nov 2002 [EMAIL PROTECTED] wrote: > Hello everybody !! > I m using analog-5.23-2 on redhat 7.0. Since last 6 months i m using analog & > everything's working perfectly now i have realised that the log files have > reached to more than 100 mb each. I have virtual domains on the system so i m > creating different log files for all different domains. > My question, Is it possible to zip my old files & keep in the same folder were > my other log files are kept ? if yes than i did tried zipping my old files & > kept it in log folder were the path is setted to but i m not getting records of > previous months. The files are zipped in filename.tar.gz format. Please help me > out for the solution if i can make analog config files read from tar.gz files & > if yes than what settings i will have to change in cfg files of the virtual domains. > > I hope i get help on this so that i can save my disk space :) >
Yes, but you have to give an UNCOMPRESS command to tell analog how to read them. If you're using GNU tar, I think this should do: UNCOMPRESS *.tar.gz "tar zxOf" By the way, you may find it easier just to gzip each file separately, not put them all in one big tar. You won't get much more compression from tarring them as well. -- Stephen Turner, Cambridge, UK http://homepage.ntlworld.com/adelie/stephen/ "Reserve your 2 hour delivery time, which means you'll see the same special offers as you would instore" - Sainsbury's internet shopping instructions +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/analog-help@;lists.isite.net/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
