xref: /freebsd/usr.sbin/newsyslog/newsyslog.8 (revision b0b1dbdd)
1.\" This file contains changes from the Open Software Foundation.
2.\"
3.\"	from: @(#)newsyslog.8
4.\" $FreeBSD$
5.\"
6.\" Copyright 1988, 1989 by the Massachusetts Institute of Technology
7.\"
8.\" Permission to use, copy, modify, and distribute this software
9.\" and its documentation for any purpose and without fee is
10.\" hereby granted, provided that the above copyright notice
11.\" appear in all copies and that both that copyright notice and
12.\" this permission notice appear in supporting documentation,
13.\" and that the names of M.I.T. and the M.I.T. S.I.P.B. not be
14.\" used in advertising or publicity pertaining to distribution
15.\" of the software without specific, written prior permission.
16.\" M.I.T. and the M.I.T. S.I.P.B. make no representations about
17.\" the suitability of this software for any purpose.  It is
18.\" provided "as is" without express or implied warranty.
19.\"
20.Dd September 23, 2014
21.Dt NEWSYSLOG 8
22.Os
23.Sh NAME
24.Nm newsyslog
25.Nd maintain system log files to manageable sizes
26.Sh SYNOPSIS
27.Nm
28.Op Fl CFNPnrsv
29.Op Fl a Ar directory
30.Op Fl d Ar directory
31.Op Fl f Ar config_file
32.Op Fl S Ar pidfile
33.Op Fl t Ar timefmt
34.Op Oo Fl R Ar tagname Oc Ar
35.Sh DESCRIPTION
36The
37.Nm
38utility should be scheduled to run periodically by
39.Xr cron 8 .
40When it is executed it archives log files if necessary.
41If a log file
42is determined to require archiving,
43.Nm
44rearranges the files so that
45.Dq Va logfile
46is empty,
47.Dq Va logfile Ns Li \&.0
48has
49the last period's logs in it,
50.Dq Va logfile Ns Li \&.1
51has the next to last
52period's logs in it, and so on, up to a user-specified number of
53archived logs.
54It is also possible to let archived log filenames be created using the
55time the log file was archived instead of the sequential number using
56the
57.Fl t
58option.
59Optionally the archived logs can be compressed to save
60space.
61.Pp
62A log can be archived for three reasons:
63.Bl -enum -offset indent
64.It
65It is larger than the configured size (in kilobytes).
66.It
67A configured number of hours have elapsed since the log was last
68archived.
69.It
70This is the specific configured hour for rotation of the log.
71.El
72.Pp
73The granularity of
74.Nm
75is dependent on how often it is scheduled to run by
76.Xr cron 8 .
77Since the program is quite fast, it may be scheduled to run every hour
78without any ill effects,
79and mode three (above) assumes that this is so.
80.Sh OPTIONS
81The following options can be used with
82.Nm :
83.Bl -tag -width indent
84.It Fl f Ar config_file
85Instruct
86.Nm
87to use
88.Ar config_file
89instead of
90.Pa /etc/newsyslog.conf
91for its configuration file.
92.It Fl a Ar directory
93Specify a
94.Ar directory
95into which archived log files will be written.
96If a relative path is given,
97it is appended to the path of each log file
98and the resulting path is used as the directory
99into which the archived log for that log file will be written.
100If an absolute path is given,
101all archived logs are written into the given
102.Ar directory .
103If any component of the path
104.Ar directory
105does not exist,
106it will be created when
107.Nm
108is run.
109.It Fl d Ar directory
110Specify a
111.Ar directory
112which all log files will be relative to.
113To allow archiving of logs outside the root, the
114.Ar directory
115passed to the
116.Fl a
117option is unaffected.
118.It Fl v
119Place
120.Nm
121in verbose mode.
122In this mode it will print out each log and its
123reasons for either trimming that log or skipping it.
124.It Fl n
125Cause
126.Nm
127not to trim the logs, but to print out what it would do if this option
128were not specified. This option implies the
129.Fl r
130option.
131.It Fl r
132Remove the restriction that
133.Nm
134must be running as root.
135Of course,
136.Nm
137will not be able to send a HUP signal to
138.Xr syslogd 8
139so this option should only be used in debugging.
140.It Fl s
141Specify that
142.Nm
143should not send any signals to any daemon processes that it would
144normally signal when rotating a log file.
145For any log file which is rotated, this option will usually also
146mean the rotated log file will not be compressed if there is a
147daemon which would have been signalled without this option.
148However, this option is most likely to be useful when specified
149with the
150.Fl R
151option, and in that case the compression will be done.
152.It Fl t Ar timefmt
153If specified
154.Nm
155will create the
156.Dq rotated
157logfiles using the specified time format instead of the default
158sequential filenames.
159The filename used will be kept until it is deleted.
160The time format is described in the
161.Xr strftime 3
162manual page.
163If the
164.Ar timefmt
165argument is set to an empty string or the string
166.Dq DEFAULT ,
167the default built in time format
168is used.
169If the
170.Ar timefmt
171string is changed the old files created using the previous time format
172will not be automatically removed (unless the new format is very
173similar to the old format).
174This is also the case when changing from sequential filenames to time
175based file names, and the other way around.
176The time format should contain at least year, month, day, and hour to
177make sure rotating of old logfiles can select the correct logfiles.
178.It Fl C
179If specified once, then
180.Nm
181will create any log files which do not exist, and which have the
182.Sy C
183flag specified in their config file entry.
184If specified multiple times, then
185.Nm
186will create all log files which do not already exist.
187If log files are given on the command-line, then the
188.Fl C
189or
190.Fl CC
191will only apply to those specific log files.
192.It Fl F
193Force
194.Nm
195to trim the logs, even if the trim conditions have not been met.
196This
197option is useful for diagnosing system problems by providing you with
198fresh logs that contain only the problems.
199.It Fl N
200Do not perform any rotations.
201This option is intended to be used with the
202.Fl C
203or
204.Fl CC
205options when creating log files is the only objective.
206.It Fl P
207Prevent further action if we should send signal but the
208.Dq pidfile
209is empty or does not exist.
210.It Fl R Ar tagname
211Specify that
212.Nm
213should rotate a given list of files, even if trim conditions are not
214met for those files.
215The
216.Ar tagname
217is only used in the messages written to the log files which are
218rotated.
219This differs from the
220.Fl F
221option in that one or more log files must also be specified, so that
222.Nm
223will only operate on those specific files.
224This option is mainly intended for the daemons or programs which write
225some log files, and want to trigger a rotate based on their own criteria.
226With this option they can execute
227.Nm
228to trigger the rotate when they want it to happen, and still give the
229system administrator a way to specify the rules of rotation (such as how
230many backup copies are kept, and what kind of compression is done).
231When a daemon does execute
232.Nm
233with the
234.Fl R
235option, it should make sure all of the log files are closed before
236calling
237.Nm ,
238and then it should re-open the files after
239.Nm
240returns.
241Usually the calling process will also want to specify the
242.Fl s
243option, so
244.Nm
245will not send a signal to the very process which called it to force
246the rotate.
247Skipping the signal step will also mean that
248.Nm
249will return faster, since
250.Nm
251normally waits a few seconds after any signal that is sent.
252.It Fl S Ar pidfile
253Use
254.Ar pidfile
255as
256.Xr syslogd 8 Ns 's
257pidfile.
258.El
259.Pp
260If additional command line arguments are given,
261.Nm
262will only examine log files that match those arguments; otherwise, it
263will examine all files listed in the configuration file.
264.Sh FILES
265.Bl -tag -width /usr/local/etc/newsyslog.conf.d -compact
266.It Pa /etc/newsyslog.conf
267.Nm
268configuration file
269.It Pa /etc/newsyslog.conf.d
270Each file in this directory will be included by the default
271.Pa newsyslog.conf .
272.It Pa /usr/local/etc/newsyslog.conf.d
273Each file in this directory will be included by the default
274.Pa newsyslog.conf .
275.El
276.Sh COMPATIBILITY
277Previous versions of the
278.Nm
279utility used the dot (``.'') character to
280distinguish the group name.
281Beginning with
282.Fx 3.3 ,
283this has been changed to a colon (``:'') character so that user and group
284names may contain the dot character.
285The dot (``.'') character is still
286accepted for backwards compatibility.
287.Sh SEE ALSO
288.Xr bzip2 1 ,
289.Xr gzip 1 ,
290.Xr xz 1 ,
291.Xr syslog 3 ,
292.Xr newsyslog.conf 5 ,
293.Xr chown 8 ,
294.Xr syslogd 8
295.Sh HISTORY
296The
297.Nm
298utility originated from
299.Nx
300and first appeared in
301.Fx 2.2 .
302.Sh AUTHORS
303.An Theodore Ts'o ,
304MIT Project Athena
305.Pp
306Copyright 1987, Massachusetts Institute of Technology
307.Sh BUGS
308Does not yet automatically read the logs to find security breaches.
309