From owner-freebsd-questions@FreeBSD.ORG Tue Aug 11 14:50:56 2009 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 09BE5106564A for ; Tue, 11 Aug 2009 14:50:56 +0000 (UTC) (envelope-from identry@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 8FCD48FC21 for ; Tue, 11 Aug 2009 14:50:55 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 9so861036eyd.7 for ; Tue, 11 Aug 2009 07:50:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=41y2YbjN7nqkWmfzpgO3oi/wLY8ukcvfmyJEWqZ5atk=; b=e9w5xDLlv1ifCwxQGmMoI1k7rVlARftSJPeASQqG2S3BepYc+6I36OYtsBHcMv3z01 pT3V3yeR/Q4EhrKUhMGalx5+18iqlTCqH6UECZ+iqk6eQe2GCLhXeru/MdQ/tAZ2i13t tMOBrznsIbDAWP4vaVftdjDqIdgdDE6PItvd4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=LyEbWOVypzxTo3a7w8iXG/que4V91Jhh/XoPrU0+SyKoQ704Lwxhmc5XUoKtRi4VEh 74vrbuVeMiRd3XHzfRJur6O/jhm9DFD84sCA8QqIKCDbTecdVwj01i/t2j3Rvoida3r0 QQnyV5dgyKXRfoa4Yxi3naQhizrUEEOFVxtUE= MIME-Version: 1.0 Received: by 10.216.28.85 with SMTP id f63mr1304982wea.142.1250002254062; Tue, 11 Aug 2009 07:50:54 -0700 (PDT) Date: Tue, 11 Aug 2009 10:50:54 -0400 Message-ID: <4d4e09680908110750s68cb93c3r1cad8277012920d5@mail.gmail.com> From: Identry To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: location of user crontab files? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jalmberg@identry.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2009 14:50:56 -0000 Where are user crontab files stored in the file system? I used to create user crontab files and then load them with 'crontab name-of-cronfile', but then I got clever and discovered 'crontab -e'. The problem is, that doesn't give me the 'backup' of having a text crontab file. The system must store the info somewhere so it's available after a reboot, but where? I want to make sure this info is backed up. Thanks: John