From owner-freebsd-questions@FreeBSD.ORG Fri Mar 11 20:02:37 2005 Return-Path: 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 18E3A16A4CE for ; Fri, 11 Mar 2005 20:02:37 +0000 (GMT) Received: from galilee.polands.org (CPE-24-208-53-189.new.rr.com [24.208.53.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB3743D2D for ; Fri, 11 Mar 2005 20:02:36 +0000 (GMT) (envelope-from djp@polands.org) Received: from jericho.polands.org (jericho.polands.org [172.16.1.35] (may be forged)) by galilee.polands.org (8.12.9/8.12.9) with ESMTP id j2BK2ToR097407 for ; Fri, 11 Mar 2005 14:02:29 -0600 (CST) (envelope-from djp@polands.org) Received: from jericho.polands.org (localhost [127.0.0.1]) by jericho.polands.org (8.13.3/8.13.1) with ESMTP id j2BK2Nso097093 for ; Fri, 11 Mar 2005 14:02:23 -0600 (CST) (envelope-from djp@jericho.polands.org) Received: (from djp@localhost) by jericho.polands.org (8.13.3/8.13.1/Submit) id j2BK2NJj097092 for questions@freebsd.org; Fri, 11 Mar 2005 14:02:23 -0600 (CST) (envelope-from djp) Date: Fri, 11 Mar 2005 14:02:23 -0600 From: Doug Poland To: questions@freebsd.org Message-ID: <20050311200223.GG29367@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.8i Subject: copying cron files between computers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 20:02:37 -0000 Hello, I'm want to keep the cron files between two 5.3-STABLE computers "synchronized". From my reading on cron(8), crontab(1), and crontab(5), accomplishing this might be a little convoluted. Would something like this work? computer-A: root# crontab -u joeuser -l > /usr/home/joeuser/cron get files from computer-A to computer-B computer-B: root# crontab -u joeuser /usr/home/joeuser/cron As an alternative, would anyone suggest a cron replacement, like mcron? As I read it, mcron stores it's files in a users ~/.cron directory. Thereby eliminating the dump and read of each user's cron. Thanks for the help and suggestions. -- Regards, Doug