From owner-freebsd-questions@FreeBSD.ORG Thu Nov 3 21:46:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC2DA16A420 for ; Thu, 3 Nov 2005 21:46:20 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13EA643D45 for ; Thu, 3 Nov 2005 21:46:19 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id jA3LkHap027856; Thu, 3 Nov 2005 23:46:18 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id jA3LkArt034197; Thu, 3 Nov 2005 23:46:10 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id jA3LkAaa034196; Thu, 3 Nov 2005 23:46:10 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 3 Nov 2005 23:46:10 +0200 From: Giorgos Keramidas To: Brandon Hinesley Message-ID: <20051103214610.GA34171@flame.pc> References: <20051103211743.GA26026@flame.pc> <001301c5e0bf$4fef37e0$6800a8c0@BrandonH> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001301c5e0bf$4fef37e0$6800a8c0@BrandonH> Cc: freebsd-questions@freebsd.org Subject: Re: Cron Job will not run. 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: Thu, 03 Nov 2005 21:46:20 -0000 On 2005-11-03 13:41, Brandon Hinesley wrote: > Okay, I exported the updated path to include "/usr/local/bin". Still not > working though. My script is in /usr/local/Backup/scripts/bkup-daily. > Since I'm referencing the absolute path in /etc/crontab like this: > > 35 13 * * * root /usr/local > /Backup/scripts/bkup-daily > > I don't have to export /usr/local/Backup/scripts, right? Hmmm, no, but is the script executable?