From owner-freebsd-questions@FreeBSD.ORG Wed May 7 10:36:42 2003 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 E615337B401 for ; Wed, 7 May 2003 10:36:42 -0700 (PDT) Received: from smtpout.mac.com (A17-250-248-86.apple.com [17.250.248.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EF4143FAF for ; Wed, 7 May 2003 10:36:42 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from asmtp01.mac.com (asmtp01-qfe3 [10.13.10.65]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h47Haf0x000897 for ; Wed, 7 May 2003 10:36:41 -0700 (PDT) Received: from mac.com ([68.161.244.25]) by asmtp01.mac.com (Netscape Messaging Server 4.15) with ESMTP id HEJ29000.RBI for ; Wed, 7 May 2003 10:36:36 -0700 Date: Wed, 7 May 2003 13:34:47 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Charles Swiger To: questions@freebsd.org Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: <32BFB2DB-80B2-11D7-9502-003065ABFD92@mac.com> X-Mailer: Apple Mail (2.552) Subject: Re: Realtime Filesystem Replication 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: Wed, 07 May 2003 17:36:43 -0000 On Tuesday, May 6, 2003, at 03:22 PM, YOU wrote: > Thanks so far to the suggestions including rsync and unison. Both > appear > to be triggered upon a command line or user typed command. Is someone > using a system that tracks the mtimes for files and updates without > prompt? Sure. Whatever causes updates has to keep track and push out it's changes t the things which might be interested. Take a look at the way funnel newsfeeds work under INN. -Chuck