Initial commit.
This commit is contained in:
67
README
Normal file
67
README
Normal file
@ -0,0 +1,67 @@
|
||||
arclog - Archive the log files monthly
|
||||
|
||||
Copyright (c) 2001-2007 imacat.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
arclog archives the log files monthly. It strips off previous months'
|
||||
log records from the log file, and save them to compressed archive files
|
||||
named logfile.yyyymm. It then saves the hard disk space and prevents
|
||||
potential attacks on log files.
|
||||
|
||||
Currently, arclog supports Apache access log, Syslog, NTP, Apache 1 SSL
|
||||
engine log and my own bracketed, modified ISO date/time log file formats, and
|
||||
gzip and bzip2 compression methods. Several software projects log (or can
|
||||
log) in a format compatible with the Apache access log, like CUPS, ProFTPD,
|
||||
Pure-FTPd... etc., and arclog can archive their Apache-like log files, too.
|
||||
|
||||
|
||||
* Documentation
|
||||
|
||||
Type "perldoc arclog" to read the arclog manual.
|
||||
|
||||
|
||||
* Installation
|
||||
|
||||
Read INSTALL for instructions on how to install arclog.
|
||||
|
||||
|
||||
* News, Changes and Updates
|
||||
|
||||
Refer to the Changes for changes, bug fixes, updates, new functions, etc.
|
||||
|
||||
|
||||
* Support
|
||||
|
||||
arclog's website is at http://arclog.sourceforge.net/. Visit the website
|
||||
for the current information of arclog.
|
||||
|
||||
arclog has a mailing list arclog-users@lists.sourceforge.net. If you have
|
||||
any question, comment, bug report, patch, please send it to the mailing list.
|
||||
Join the list at https://lists.sourceforge.net/lists/listinfo/arclog-users .
|
||||
Do not send mails directly to me unless you have private business with me.
|
||||
The mailing list has an archive. People having the same trouble as you may
|
||||
search the archive, find the answer and save a lot of time.
|
||||
|
||||
|
||||
* License
|
||||
|
||||
This program is distributed under GNU Gneral Pulbic License (GPL). Please
|
||||
refer to the COPYING file for the copyright and the license of this program.
|
||||
|
||||
|
||||
imacat ^_*'
|
||||
2007-12-03
|
||||
imacat@mail.imacat.idv.tw
|
||||
http://www.imacat.idv.tw/
|
Reference in New Issue
Block a user