From owner-freebsd-questions@FreeBSD.ORG Tue Apr 19 19:24:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 366FE106566C for ; Tue, 19 Apr 2011 19:24:30 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout018.mac.com (asmtpout018.mac.com [17.148.16.93]) by mx1.freebsd.org (Postfix) with ESMTP id 1C1458FC13 for ; Tue, 19 Apr 2011 19:24:29 +0000 (UTC) MIME-version: 1.0 Content-type: text/plain; charset=koi8-r Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp018.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LJW00EOTZ8T7O50@asmtp018.mac.com> for freebsd-questions@freebsd.org; Tue, 19 Apr 2011 12:24:29 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2011-04-19_08:2011-04-19, 2011-04-19, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1104190073 From: Chuck Swiger X-Priority: 3 (Normal) In-reply-to: <409342240.20110419220354@yandex.ru> Date: Tue, 19 Apr 2011 12:24:28 -0700 Content-transfer-encoding: quoted-printable Message-id: <45DD429E-A0BC-4E5D-AEC8-E913BDA00603@mac.com> References: <409342240.20110419220354@yandex.ru> To: =?utf-8?B?0JrQvtC90YzQutC+0LIg0JXQstCz0LXQvdC40Lk=?= X-Mailer: Apple Mail (2.1084) X-Mailman-Approved-At: Tue, 19 Apr 2011 19:34:08 +0000 Cc: freebsd-questions@freebsd.org Subject: Re: PROBLEM? Monthly maintance in crontab for Febrary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2011 19:24:30 -0000 On Apr 19, 2011, at 12:03 PM, =EB=CF=CE=D8=CB=CF=D7 =E5=D7=C7=C5=CE=C9=CA = wrote: > # Perform daily/weekly/monthly maintenance. > 1 3 * * * root periodic daily > 15 4 * * 6 root periodic weekly > 30 5 1 * * root periodic monthly >=20 > Is there will be monthly maintance for febrary? ^^^ Sure, at 5:30am on the 1st. See "man 5 crontab" for the field = definitions. Regards, --=20 -Chuck