From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 22:43:00 2010 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 291061065674 for ; Mon, 9 Aug 2010 22:43:00 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id D96C58FC1D for ; Mon, 9 Aug 2010 22:42:59 +0000 (UTC) Received: by iwn10 with SMTP id 10so4898635iwn.13 for ; Mon, 09 Aug 2010 15:42:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=S/AcBst/qD9htSfbv8HGYLND0c79kPgfF/JVuBJVST4=; b=pmNCZyL5Jok5zJxNCSu9QrO4yB+sAjBp2V0Ovs2oOkp6oP1uaOOWoQE19KpAnpLQS9 hK2BVJrSztXBZCMQ2VH3m1TgzoSbD/aesL/PNvvBJKLJ83gjprNHUUKpjZaMcgZBuHIy i5XpGoAKI72oI2bNqm0qLZ7h4ZWzDZaeiXdFM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=LSARH7rUxy4fJ3Fi51S71Vp1wq1mlIOvg3/WrSoHlpMAVcZR6dxydmJNZi5vUCUGrN YW1ntjUl0Erb6TaIeW6hbybwOVMgfSvUUc/ph5lMXzE1QE7VUxOjeXfT02Uua5ppiQyu D8D1NGwX30Lqow19Iv9oQckR518CJCFFT9Cs8= MIME-Version: 1.0 Received: by 10.231.31.71 with SMTP id x7mr11551827ibc.33.1281393779476; Mon, 09 Aug 2010 15:42:59 -0700 (PDT) Received: by 10.231.145.21 with HTTP; Mon, 9 Aug 2010 15:42:59 -0700 (PDT) Date: Mon, 9 Aug 2010 15:42:59 -0700 Message-ID: From: Ed Flecko To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: FreeBSD equivalent of Microsoft DFS 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: Mon, 09 Aug 2010 22:43:00 -0000 Is there a FreeBSD equivalent to Microsoft DFS, i.e., software that will replicate delta level file changes of network shares among multiple servers in real time? Would that be rsync with just a frequently scheduled cron task? Thank you, Ed